I would appreciate your guidance on how best to get started.
Thank you for your time . I look forward to contributing to Sympy.
Best regards,
Shuvro Bhattacharjee
" Hi Peter, thank you for the question! , by 'solver' I meant the high-level sympy.solve() function. Specifically, I’ve been investigating performance bottlenecks when equations contain floating-point exponents.
I recently opened an issue (#29180) regarding solve() hanging on expressions like $x^{5.43}$. I found that the 'hang' occurs because SymPy converts these to very high-degree rationals and attempts expensive symbolic factorization (Zassenhaus/Hensel lifting).
While my issue was noted as a duplicate of #11493, seeing this bottleneck firsthand is what motivates my interest in 'Efficient Equations of Motion Generation.' In multibody mechanics, empirical force models often use such exponents, and I want to ensure the Mechanics package can handle or bypass these core symbolic limitations to remain performant."
I am unaware of sympy.physics.mechanics Kane’s method using solve to set up the symbolic equations of motion for multibody systems. (no idea about Lagrange)
Of course I may be wrong.
Did you see any code where solve is used?
Peter
--
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 visit https://groups.google.com/d/msgid/sympy/86c58776-4b5d-4794-be18-440245e59dd5n%40googlegroups.com.