von Schimmelpilz » Mi 3. Aug 2022, 10:37
			
			
			Hallo,
ich würde gerne alle u.a. Gleichungssysteme bündig am ersten 
= ausrichten (nicht wie hier am Zeilenbeginn). Problematisch ist wohl, dass arrays mit unterschiedlichen Spalten Zahlen zu beherrschen sind.
Hat jemand eine Idee?
\documentclass[crop, multi]{standalone}
\usepackage[fleqn]{amsmath}
\begin{document}
	\begin{align*}
		\mathbf{E}(\omega,t) &= \mathbf{E}_{\omega} * \cos{\omega t} 
	\end{align*}
	
	\begin{align*}
		\begin{array}{rcccccccc}
			\mathbf{P} = &\epsilon_0 \chi^{(1)} * {\mathbf{E}} &+&  \epsilon_0 \chi^{(2)} * {\mathbf{E}}^2 &+&  \epsilon_0 \chi^{(3)} * {\mathbf{E}}^3 &+& \dots\\\vspace{0.5cm}
			= &\mathbf{P}^{(1)} &+& \mathbf{P}^{(2)} &+& \mathbf{P}^{(3)} &+& \dots
		\end{array}
	\end{align*}
	
	\begin{align*}
		\mathbf{P}^{(2)} &= \frac{1}{2}\epsilon_0 \chi^{(2)}{\mathbf{E}_\omega}^2 + \frac{1}{2}\epsilon_0 \chi^{(2)}{\mathbf{E}_\omega}^2 * \cos{2\omega t}
	\end{align*}
	
\end{document}
Beste Grüße,
SchiPi
Hallo,
ich würde gerne alle u.a. Gleichungssysteme bündig am ersten [tt]=[/tt] ausrichten (nicht wie hier am Zeilenbeginn). Problematisch ist wohl, dass arrays mit unterschiedlichen Spalten Zahlen zu beherrschen sind.
Hat jemand eine Idee?
[code]
\documentclass[crop, multi]{standalone}
\usepackage[fleqn]{amsmath}
\begin{document}
	\begin{align*}
		\mathbf{E}(\omega,t) &= \mathbf{E}_{\omega} * \cos{\omega t} 
	\end{align*}
	
	\begin{align*}
		\begin{array}{rcccccccc}
			\mathbf{P} = &\epsilon_0 \chi^{(1)} * {\mathbf{E}} &+&  \epsilon_0 \chi^{(2)} * {\mathbf{E}}^2 &+&  \epsilon_0 \chi^{(3)} * {\mathbf{E}}^3 &+& \dots\\\vspace{0.5cm}
			= &\mathbf{P}^{(1)} &+& \mathbf{P}^{(2)} &+& \mathbf{P}^{(3)} &+& \dots
		\end{array}
	\end{align*}
	
	\begin{align*}
		\mathbf{P}^{(2)} &= \frac{1}{2}\epsilon_0 \chi^{(2)}{\mathbf{E}_\omega}^2 + \frac{1}{2}\epsilon_0 \chi^{(2)}{\mathbf{E}_\omega}^2 * \cos{2\omega t}
	\end{align*}
	
\end{document}
[/code]
Beste Grüße,
SchiPi