symbolic
Here are 85 public repositories matching this topic...
-
Updated
Dec 20, 2021 - TypeScript
-
Updated
Nov 17, 2021 - JavaScript
-
Updated
Dec 21, 2021 - Java
-
Updated
Jan 28, 2020 - Mathematica
-
Updated
Dec 25, 2021 - Julia
See wikipedia table for example patterns: https://en.wikipedia.org/wiki/List_of_integrals_of_Gaussian_functions
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,
syms a;
unique([a,a]) works fine, but
unique([a])
leads to the following error:
error: Python exception: UnboundLocalError: local variable ‘s’ referenced before assignment
occurred at line 1 of the Python code block:
return sp.Matrix([list(uniq(*ins))]),
error: called from
pycall_sympy_ at line 178 column 7
unique at line 55 column 5
-
Updated
Dec 19, 2021 - Python
-
Updated
Dec 23, 2020 - Julia
-
Updated
Dec 23, 2021 - C#
-
Updated
Jul 23, 2018 - JavaScript
-
Updated
Jan 29, 2019 - Mathematica
-
Updated
Dec 17, 2021 - Kotlin
-
Updated
Nov 10, 2021 - Haskell
-
Updated
Oct 12, 2021 - Python
-
Updated
Dec 1, 2021 - Haskell
-
Updated
Jul 6, 2017 - Clojure
-
Updated
Dec 10, 2021 - Python
-
Updated
May 24, 2020 - Python
-
Updated
Sep 23, 2021 - Go
-
Updated
Aug 4, 2018 - Jupyter Notebook
-
Updated
Dec 23, 2021 - C
Improve this page
Add a description, image, and links to the symbolic topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the symbolic topic, visit your repo's landing page and select "manage topics."
The basics of DiscreteSystem exists now, but the little details around it need to be finished.