I need to solve a nonlinear equation system in dynamo. I found some ways to solve them with python but I am struggling with using them in dynamo.
So following this link will show some ideas how to solve them in python. So my question is if it’s possible to import such scripts in dynamo with the python script block? I obviously tried to copy and paste but I think the requiered libararies are not available in dynamo.
Is there any way to make scripts like that work in dynamo?
So there is no way to do it with IronPython 2.7.?
So what exactly will change with CPython 3.7 in this case? Will the needed libraries be already included?
Thanks for your help!