Answers for "curly brackets under equation latex"

1

latex multiple equation curly bracket

begin{equation}
  D =
    begin{cases}
      1 & text{if}\
      2 & text{if}\
      0 & text{otherwise}
    end{cases}       
end{equation}
Posted by: Guest on April-01-2021
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

Browse Popular Code Answers by Language