Hello, I'm interested in a library which can solve constant acceleration motion problems (i.e. problems you see in in college-level physics courses). I didn't see anything in the sympy.physics module that seemed to hit upon this directly, but maybe I missed something.
Is there a library out there in the wild that someone has worked on? I've built a (very basic) symbolic library for C# and a library for solving these kinds of problems. Here's an example program<https://github.com/dharmatech/Symbolism/blob/master/PSE%205E%20Example%204.5%20Thats%20Quite%20An%20Arm/Program.cs>. Here's the output when the program is run<https://twitter.com/breatharians/status/309925003120496640/photo/1> . I'm asking here because I'd like to review designs of similar systems. BTW, working on libraries like this *really* makes me wish there was an open-source implementation of something like Mathematica's Reduce. Reduce is based on pretty sophisticated quantifier elimination. Has there been any work on something like that for SymPy? Thanks! Ed -- 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 post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sympy?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
