Can you show me how to work out as in picture? Thank you!
Asked
Active
Viewed 48 times
0
-
Welcome to TeX.SX! This is a do-it-for-me question. Please show us what you've got so far (MWE). – TeXnician Apr 20 '17 at 08:48
1 Answers
3
Use aligned from the amsmath package. You seem to struggle with the very basics of LaTeX. Therefore please also see these two questions:
\documentclass{article}
\usepackage{amsmath}
\begin{document}
\begin{equation}
\begin{aligned}
-\Delta u &= \mu p(x,u), && x \in \Omega \\
u &= 0, && x \in \partial\Omega,
\end{aligned}
\end{equation}
\end{document}
Henri Menke
- 109,596

