How to remove the expression "y =" from an equation
Answered
The command SolveODE(3x-y/x,(1,1))) generate a conic expresion
y=x^2. I wish a funcion f(x)=x^2. How I remove or change the output y= by f(x)=
If(x>=1 && x<=2,SolveODE(3x-y/x,(1,1)))
If(x>2 && x<=3,SolveODE(0-y/x,(2,4)))
I am trying to create Piecewise Function of Piecewise ODE Expresion.
If I use RightSide command convert conic expresion to multivariante function.
Please post your .ggb file
If(x>=1 && x<=2,SolveODE(3x-y/x,(1,1)))
If(x>2 && x<=3,SolveODE(0-y/x,(2,4)))
I attached the ggb file.
You are using an old version (5.0.523.0). Does it help if you upgrade?
Yes. It is correct.
Comments have been locked on this page!