Interactively solve mathematical equations
npm install kmap-solvee 
Interactive strategy trainer for solving of polynomial, exponential and trigonometrical equations. \
The goal of the strategy trainer is to train the ability to choose a suitable solution strategy separated from the skills, required to actually solve the equations (equivalence and term transformations).
Examples
* Polynomial equations one two three
* Trigonometricat equations one two three four
``bash`
npm i kmap-solvee
`html
`
No installation required. Find a complete example webpage here.
`html
`
`bash`
npm start
To run a local development server that serves the basic demo located in demo/index.html
| Name | Type | Explanation
| ---- |-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| ----------- |
| operations | multiple values, comma separated: exponential, polynomial, polynomial_root, trigonometrical and/or add, subtract, multiply, divide, sqrt, root, ln, arcsin, arccos, factorize, expand, zero_product, quadratic_formula, substitute_poly, substitute_trig, resubstitute, periodize polynomial
| strategy | , exponential or trigonometrical |{ match: string, operation: string, message: string }
| solutions | multiple values, comma separated, ASCIImath notated |
| hints | json array of objects |
(x+2)(x+1)^2x=0
``