How do i write this in latex plz
Asked
Active
Viewed 2,281 times
2
2 Answers
5
In Unicode, ≜ is U+225C. This symbol is \triangleq in amssymb, unicode-math and many other packages.
Davislor
- 44,045
2
You can use
\begin{equation*}
w \overset{\Delta}{=}
\begin{bmatrix}
w^1\\
\verb!---!\\
w^2
\end{bmatrix}
\overset{\Delta}{=}
\begin{bmatrix}
p\\
\verb!-------------!\\
[exp(q_n/\pi)]r^3
\end{bmatrix}
\end{equation*}
to render
\overset places the first argument over the second argument and \verb renders out exactly what its argument is in code form (kind of like the difference between code and text in Stack Exchange!).
Please note that both overset and the bmatrix environment are provided by the amsmath package, so make sure to add \usepackage{amsmath} to your preamble.
Shady Puck
- 524
-
1The next time can you put, please, the full code? And exp has a command \exp in roman into math-mode: https://tex.stackexchange.com/questions/254785/e-vs-exp-in-display-mode.+1 for me – Sebastiano Aug 05 '19 at 22:04


just-do-it-for-mesite. – Raaja_is_at_topanswers.xyz Aug 05 '19 at 15:26\eqdeffrom packagemismath. – murray Aug 05 '19 at 20:43