You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
insect does a great job but when using SI derived units such as newtons, the units are more complex than they need to be. Instead of breaking units such as newtons into the SI derived units insect will display the units in terms of the unit supplied. With complex units given by insect further unit analysis is necessary.
An example of this is when dividing force by acceleration. The units of the answer should be kg since F=ma , Instead insect gives s^2*N/m although the units are correct, Ideally the answer should be kg.
In order to fix this I would recommend adding the functionality to break up SI derived units while calculating units and then show the least complicated units after simplifying as an answer. It may be wise to disallow this functionality if the resulting unit is not one of the SI derived units to avoid confusion with units like kg^2⋅m^2⋅s^−3 which could be a watt kilogram, joule/s kilogram or a newton meter per second kilogram. I would recommend adding a command to display the units result purely in SI units if the user wants to do more analysis themselves.
The text was updated successfully, but these errors were encountered:
An example of this is when dividing force by acceleration. The units of the answer should be kg since F=ma , Instead insect gives s^2*N/m although the units are correct, Ideally the answer should be kg.
Right. In Numbat, the situation is slightly better, because you will see the inferred dimension of Mass:
insect does a great job but when using SI derived units such as newtons, the units are more complex than they need to be. Instead of breaking units such as newtons into the SI derived units insect will display the units in terms of the unit supplied. With complex units given by insect further unit analysis is necessary.
An example of this is when dividing force by acceleration. The units of the answer should be kg since F=ma , Instead insect gives s^2*N/m although the units are correct, Ideally the answer should be kg.
In order to fix this I would recommend adding the functionality to break up SI derived units while calculating units and then show the least complicated units after simplifying as an answer. It may be wise to disallow this functionality if the resulting unit is not one of the SI derived units to avoid confusion with units like kg^2⋅m^2⋅s^−3 which could be a watt kilogram, joule/s kilogram or a newton meter per second kilogram. I would recommend adding a command to display the units result purely in SI units if the user wants to do more analysis themselves.
The text was updated successfully, but these errors were encountered: