Jason K. Moore

Results 1409 comments of Jason K. Moore

Here is a quick test on speed also: ``` sympy(master)$ ipython Python 3.8.16 | packaged by conda-forge | (default, Feb 1 2023, 16:01:55) Type 'copyright', 'credits' or 'license' for more...

> Also a lot of methods intentionally start with an underscore, like _eval_... methods. If we've made special methods that developers (and users) are expected to overwrite, like `_eval` it...

> It gets quite complicated with these. Then a "special list" of public methods that begin with an underscore is what is likely needed. > It's really not fine...quite badly...

Hi @TJStienstra. Looking at the task list, it seems that most, if not all, of these items are independent of each other. When we discussed in my office, I got...

Ok, sounds good!

@TJStienstra and @brocksam, is this used or relevant anymore? Should we close it and move anything to issues if needed?

Should we look into an approach where the user of KanesMethod informs it of the possible range of different variables? If we knew the possible numeric range then maybe some...

@TJStienstra also can you open a issue with some simple and clearly testable code (like the equations of the nonholonomic constraints of the bicycle). We really need a focused and...

> I doubt that would really help. But the reality for our use case is that we do know what real range of all symbolic variables we want to support....