How to remove the expression "y =" from an equation

jospercomp shared this question 3 years ago
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.

Comments (7)

photo
1

Please post your .ggb file

photo
1

If(x>=1 && x<=2,SolveODE(3x-y/x,(1,1)))

72a8e3468efe335a6a6685be60dd567a

If(x>2 && x<=3,SolveODE(0-y/x,(2,4)))

85273a89e1bb3655a6c4237016b1c104


I attached the ggb file.

photo
1

You are using an old version (5.0.523.0). Does it help if you upgrade?

photo
1

Yes. It is correct.92174c8b291a501c6ad6e68f55e152e8

photo
1

Where can I get the update of Geogebra 5 for Linux Ubuntu that is not Geogebra 6?

photo
1

fce3813d680ea4d88647bb3f864479bd

photo
2

Try the links in this page (scroll down)

https://wiki.geogebra.org/e...

photo
© 2023 International GeoGebra Institute