I've attached a portion of a jupyter notebook. I'm attempting to solve a simultaneous equation using sympy. The sym.solve() in the green input box doesn't return (well, I waited over night on my macbook pro). Might the solution be intractable? Is there another way to get a solution? Any help is greatly appreciated.
--
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 sympy+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/e01647ec-ccd4-48df-a9ef-a0af455a2804n%40googlegroups.com.
It is not hard to write a closed form solution in terms of sine,
cosine and the lengths of Q1, Q2, and the distance of the pivot
point from the origin assuming the initial rotation angle is zero
(makes it simpler). Is there any reason to object to that
solution letting sympy do the messy algebra. I just takes a
little vector algebra to set up the problem.
To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/da2d4dba-9b7a-478c-9454-755cf0b9f2cbn%40googlegroups.com.
You received this message because you are subscribed to a topic in the Google Groups "sympy" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/sympy/vPE0dlZTqVM/unsubscribe.
To unsubscribe from this group and all its topics, send an email to sympy+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/489ed715-994d-f2c7-3e87-bcf6307ab061%40gmail.com.