✏️ Updated piecewise alias
This commit is contained in:
parent
8a2023c5b3
commit
a743cc0cd2
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ cat <<EOM
|
||||||
\$$
|
\$$
|
||||||
f(x) =
|
f(x) =
|
||||||
\begin{cases}
|
\begin{cases}
|
||||||
x - 3 & \text{if } x \geq 3 \\
|
x - 3 & \text{if } x \geq 3 \\\\
|
||||||
-(x - 3) & \text{if } x < 3
|
-(x - 3) & \text{if } x < 3
|
||||||
\end{cases}
|
\end{cases}
|
||||||
\$$
|
\$$
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue