How convert an inequation (inequality) to an equation (equality)?

jospercomp shared this question 2 years ago
Answered

How convert an inequation (inequality) to an equation (equality)?

The leftside and rightside command is not working with inequations.

y >= x+1 => y=x+1

-2x+4<y => y=-2x+4

Best Answer
photo

maybe the attachment (with text-manipulation)

maybe the attachment (with rotate Uneq )

Comments (10)

photo
1

They LeftSide and RightSide commands work in CAS View. :)

photo
1

True. But how I work inequations to equations in Algebra View.

photo
photo
1

begin with equations and convert to inequation

a inequation is a function from (x,y) in R2 to {true,false} in boolean space (so for a:x<y ---> a((2,3))=true )

function has not sides (CAS works with another concepts)

photo
1

But there is no way convert to text the inequation and separate the left side from the right side to change the inequality to equality. I am looking to find the intercepts of the inequations on the axes on the frontier line converting inequations to equations.

photo
2

maybe the attachment (with text-manipulation)

maybe the attachment (with rotate Uneq )

photo
1

Thank you so much. This is what I was trying to do.

photo
photo
2

Try this

a: x+y<10
b: a && x>0 && y>0
Vertex(b)

photo
1

see https://www.geogebra.org/m/weyhrbrq

InputBox(NBEQ) => NB (Text) => GS (Text) => Execute(GS) Button or updateScript

photo
2

un ejemplo completo (dí lo que quieres, no cómo lo quieres RAMI)

Files: foro.ggb
photo
1

Gracias pero no era para programación lineal solo es para una inecuación.

photo
© 2023 International GeoGebra Institute