Jason K. Moore

Results 1406 comments of Jason K. Moore

All the information for how you did it the first time is recorded int he repository, e.g. https://github.com/pydy/pydy/pull/467

Then leave it with lambidfy.

It may, every generator produces different floating point numbers and if the problem is sensitive to that difference, it could matter. It is like a problem specific issue. Why don't...

> I set it such, that either lambdify or generate_ode_functions may be selected `generate_ode_function` uses lambdify by default. > if generate_ode_function is selected, > method for solve_ivp may be selected...

You can choose whatever you like.

As far as I am aware there is no way to convert an ipynb file to a file compatible with jupyter-sphinx syntax without manually editing the rst file. You can...

I put some debug lines in and actually the CSE of the solution to the linear system is what ends up being slow. ``` Pendulum with 9 links. ====================== The...

I tried skipping the second CSE step (CSE'ing the solution to the linear system) and already at 5 links gcc takes most of the 46 seconds to generate. So gcc...

Note to check: set the `SYMPY_CACHE_SIZE` and see if that affects cse.

Hi @RushabhMehta2005 I just had a look at this example as I was browsing your GSoC report. Looking at the figure, shouldn't the line segments A-TA and B-TB each be...