Search found 1 match

by Owolabi
Thu Jun 22, 2017 6:30 am
Forum: Math & Science
Topic: Multi-line right brace
Replies: 5
Views: 44605

Multi-line right brace

Code: Select all

\begin{equation}
   f(x) = \left\{
   \begin{array}{cc}
     1 & x > 0 \\
     0 & x = 0 \\
     -1 & x < 0
   \end{array}
   \right.
\end{equation}