When creating an equation is there any way to let someone know that if this number doesn't fit into this then use this other equation? Ex: $x>1$ then use $x+y$, or if $x<1$ then use $x-y$. Or do you just have to find an equation that works for both probability?
2026-04-08 17:26:21.1775669181
If statements in equations?
153 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
4
Like this:
$$ f(x,y)=\begin{cases} x+y & X>1 \\ x-y & X<1 \end{cases} $$