AND operator in Desmos with 3 inequalities

I want to draw a figure bounded by curves in Desmos: $$A = \{(x, y) \in \mathbb{R}^{2}; x \leq 2 - y^{2}; x \geq -\dfrac{y^{2}}{2}; y \geq 0\}$$. Can anyone help me how to create one line command in Desmos? (All means AND operator)

1 Like

Welcome to the community.
Generally, you can use things like {x>0} to set the bounds of where something is graphed. Just append them to the end of the equation line, and it should work. Stacking generally works too, by just appending the statements one after the other (e.g. {x>0}{y<=5}).
I hope I understood your question correctly.

welcome!
If you mean the logical operator AND, just do:

A * B, where A and B can be either 1 or 0.

Also as a reminder please only post things here CL related, not GRAPH related.

1 Like