mathExpression
A mathematical expression (e.g. 'x^2-3x=0') that may be solved for a specific variable, simplified, or transformed. This can take many formats, e.g. LaTeX, Ascii-Math, or math as you would write with a keyboard.
Expected Types
| Type | Description |
|---|---|
| SolveMathAction | The action that takes in a math expression and directs users to a page potentially capable of solving/simplifying that expression. |
| Text | Data type: Text. |
Used on Types
| Type | Description |
|---|---|
| MathSolver | A math solver which is capable of solving a subset of mathematical problems. |