Open phcreery opened 3 years ago
One place which has quite a few interesting functions are the default compute-engine dictionaries. I suppose we can take some from there as well. e.g. https://cortexjs.io/compute-engine/reference/trigonometry/
rewrite ?
Lets leave rewriting for a future issue/pull request. I got some ideas that go well above and beyond the scope of this.
Regarding Root
, Sympy has a root
function. I updated the code on the math-expansion branch
Infinity
would be another constant that we'll have to support at some point
This is an attempt to document and create a running list all the desired mathematical Functions, Constants, and Evaluations. This issue is aimed at Sympy but the list should be compatible with or easily inclusive to competitive CASs.
https://en.wikipedia.org/wiki/Template:Areas_of_mathematics https://en.wikipedia.org/wiki/Glossary_of_mathematical_symbols
Operations
https://cortexjs.io/compute-engine/guides/dictionaries/
* MathLive broken at the moment? Usually happens when the expression is converted to latex then parsed back. ** MathLive Unsupported
Constants
http://www.ebyte.it/library/educards/constants/ConstantsOfPhysicsAndMath.html https://cortexjs.io/mathlive/reference/commands/
Evaluations
Some examples: https://docs.sympy.org/latest/tutorial/simplification.html#simplification
This list is nowhere near complete. Please comment with more expressions you wish to see supported