Solved
wrong calculation results with equations including root
I encounter the wrong output of the calculation.
Equation
[x y z] := [x=A, y=x, z=sqrt(x)]T --> solve,x,y,z,
Of course sqrt is input as mathematical root actually.
The output becomes;
[A A 0]
The z value is wrong.
How can I fix this?


