Answers for "latex large brackets equation"

0

brackets equation latex

\documentclass{article}
\usepackage{amsmath}
\begin{document}
\begin{equation}
  D_{it} =
    \begin{cases}
      1 & \text{if bank $i$ issues ABs at time $t$}\\
      2 & \text{if bank $i$ issues CBs at time $t$}\\
      0 & \text{otherwise}
    \end{cases}       
\end{equation}
\end{document}
Posted by: Guest on June-03-2020
0

latex big brackets

\left[ *Your formula here* \right]
%Using left and right makes the brackets adapt dynamically to your needs
Posted by: Guest on April-06-2021

Code answers related to "TypeScript"

Browse Popular Code Answers by Language