graph.tk icon indicating copy to clipboard operation
graph.tk copied to clipboard

Solving x^2 equations

Open aantthony opened this issue 14 years ago • 0 comments

When using the inverse (square root) we get a plus or minus. Should we use a ± operator, or build in support for arrays that would work like this?:

1+[2,3]+[3,4] = [3,4]+[3,4]=[6,8]

±x=[x,-x]

(the first value is the primary value which will be used if a function is required, like the .f for a graph object.)

aantthony avatar Jun 18 '11 17:06 aantthony