1

I want to get the following formula:

enter image description here

How can I get a curly bracket in which I have two lines on top of each other?

Emil
  • 370

1 Answers1

0

Try below:

\documentclass[margin=8pt]{standalone}

\begin{document}

\begin{equation} =\left{ \begin{array}{cc} 1 & tf_{ij}>0 \ 0 & tf_{ij}=0 \end{array} \right. \end{equation}

\end{document}

which yields

enter image description here