作者iamwjy (醉翁之意)
看板LaTeX
标题Re: [问题] array
时间Sat Mar 31 08:16:24 2012
更完整的内文
\begin{flushleft}
\Large{Strauss PDE Exercises 1.2.}
\end{flushleft}
\\
\begin{flushleft}
\begin{itemize}
\item[{\large 1.2.8.}]
Let \left\{ \begin{array}{c} x' = ax + by &
y' = bx - ay \end{array} \right.
$\Rightarrow$ \left\{ \begin{array}{c}
u_{x} = au_{x'} + bu_{y'} &
u_{y} = bu_{x'} - au_{y'}
\end{array}
\right. .\\
Therefore,
\begin{align}
& \text{ }au_{x}+bu_{y}+cu = a^{2} u_{x'} + b^{2} u_{x'}+cu =0
\notag \\
\Leftrightarrow & \text{ }u_{x'} = \frac{-c}{a^{2}+b^{2}} u
\notag \\
\Leftrightarrow & \text{ }u = C_{1}(y') \exp \left(\frac{-c}{a^{2}+b^{2}} x'
\right) =:
f(bx-ay) \exp \left(\frac{-c(ax+by)}{a^{2}+b^{2}}
\right) . \notag
\end{align} \\
\end{itemize}
\end{flushleft}
\end{document}
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 122.117.200.15
1F:→ Volodos:你这样编得过而无错误讯息吗? 03/31 09:01
2F:→ Volodos:像是array後面只有一个c但你有用到 & 03/31 09:03