math
Here are 784 public repositories matching this topic...
-
Updated
Jun 21, 2021 - Python
Enhancement proposal
Currently, Dot3D uses the default Sphere resolution of (12, 24). Running a scene with lots of Dot3Ds, like a scene with polyhedra, takes incredibly long because of the high resolution. I think a resolution of (8, 8) is a good balance between speed and visual looks. After changing the resolution, the control data for some tests have to be regenerated.
Addition
-
Updated
Jul 24, 2021 - Python
-
Updated
Apr 16, 2021 - Python
-
Updated
Jan 26, 2021 - Python
-
Updated
Oct 2, 2020 - Python
-
Updated
Jul 26, 2021 - Python
-
Updated
May 24, 2021 - Python
-
Updated
Jun 9, 2021 - Python
-
Updated
Jul 25, 2021 - Python
Generated cpp code appears to assign results of multiple solutions to the same "argument" variable, and uses undeclared th_1, th_2, th_3 (etc) variables in solution calculations. The code won't compile, and is unusable.
The generated python code doesn't appear to have these issues.
My robot definition:
if(name == 'Flexo'):
# standardize on the order "alpha N-1, a N-1, d N,
-
Updated
Dec 16, 2019 - Python
-
Updated
Nov 19, 2019 - Python
-
Updated
Sep 17, 2018 - Python
-
Updated
Mar 24, 2021 - Python
-
Updated
May 12, 2021 - Python
-
Updated
Dec 25, 2019 - Python
-
Updated
Apr 11, 2021 - Python
-
Updated
May 13, 2020 - Python
Currently, we are having readthedocs.org build the documentation for each PR and, if there are any warnings, the build fails immediately. This is a good thing, because it ensures that every PR is generating good documentation, including running the examples.
As discussed in #271, it would be nice to be able to see all of the warnings for the doc build instead of failing on the first one. B
Improve this page
Add a description, image, and links to the math topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the math topic, visit your repo's landing page and select "manage topics."
See this issue sympy/sympy#11044 . That issue was fixed in PR sympy/sympy#11566. Though no test case was added for the
lambdify.What needs to be done?
Add test case that this works just fine:
Test case needs to