Improving Units Idea
I personally use SymPy for engineering and a great way to check myself for mistakes is checking that the units for my equations are consistent and compatible. I think that SymPy could greatly benefit from having a more robust unit system built-in especially when it comes to usage in engineering, science, and physics. Status The only discussion I saw in the past few years is https://github.com/sympy/sympy/wiki/Unit-systems which has some good historical links as well but it looks like this topic hasn't actually been worked on in about 5 years. Involved Software It may be best to use an external library for the quantities that are already tested for the lower level part of the code and implement their values with SymPy. Difficulty Medium Python Difficulty Prerequisite Knowledge A solid understanding of units. -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/853f6d23-88c5-4f7a-99cd-6c38df73284a%40googlegroups.com.
