作者Volodos (Volodos)
看板LaTeX
标题Re: [问题] array
时间Sat Mar 31 09:07:15 2012
程式码修改为下, Therefore 会跟 Let 对齐
原来的问题是那个内容编不过, 很多东西有缺
\documentclass[12pt,english]{article}
\usepackage{amsmath}
\begin{document}
\begin{flushleft}
\Large{Strauss PDE Exercises 1.2.}
\end{flushleft}
\begin{flushleft}
\begin{itemize}
\item[{\large 1.2.8.}]
Let $\left\{ \begin{array}{cc} x' = ax + by &
y' = bx - ay \end{array} \right.
\Rightarrow \left\{ \begin{array}{cc}
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: 68.3.196.84
1F:推 iamwjy:我知道,原来是array外面要加 $$ 。我真是太糟糕了XD。 03/31 10:12
2F:推 iamwjy:感谢! 不过如果用cc最後两个会变成同一列,原本c是OK的 03/31 10:15
3F:→ Volodos:C只是置中排,我不知你想怎麽排,那只是先随便加让程式能过 03/31 12:16
4F:推 LPH66:我个人感觉这里的这种用法似乎比较适合用 \cases ... 03/31 14:28