+ for addition - for subtraction (order of ops applies) * for multiplication can be turned off / for division in window ^ for exponents x for the variable SCROLL DOWN FOR COOL EXAMPLES .2 * x ^ 4 - 2 * x ^ 4 - x + 2 -1 * x ^ 2 x * 4 - 2 INVALID EXAMPLES -x x^2 + 3 2x + 2
USE TURBO MODE <=== (shift + green flag) put spaces in between all values/operators 2 * x ^ 3 - x ✅ 2x ❌ -x ❌ 2*x ❌ i don't have parentheses working yet, so in the window you can set whether you want order of operations on or not ( will evaluate from left to right if turned off) working on -more ways you can trace the graph max min -making parentheses work in the equation -multiple lines on one graph 11/9/2019 - added ability to find the x-intercept