✏️ Updated piecewise alias

This commit is contained in:
z3rOR0ne 2025-03-11 17:14:16 -07:00
parent 8a2023c5b3
commit a743cc0cd2

View file

@ -4,7 +4,7 @@ cat <<EOM
\$$
f(x) =
\begin{cases}
x - 3 & \text{if } x \geq 3 \\
x - 3 & \text{if } x \geq 3 \\\\
-(x - 3) & \text{if } x < 3
\end{cases}
\$$