Testseite mathematischer Formeln ed

test

Spielwiese ed

eine Formel: \( a = \int_0^1 f(x) dx \)

und noch eine Formel:

$  e^{i \pi} = -1  $ 

mehr: \( \frac{d}{dx} \sin x = \cos x \)

fehlerhafte Formel: \( a={ \)

und noch mehr: \( |x| = \left\lbrace \begin{array}{ll} x & \mathrm{if } \, x \geq 0 \\ -x & \mathrm{if } \, x \lt 0 \end{array} \right. \)

eine Matrix

$ 
 \left( \begin{array}{ccc}
   a & b & c \\
   d & e & f \\
   g & h & i \\
 \end{array} \right)
$  ....  $ 
 \chi(\lambda) =

   \left| \begin{array}{ccc}
   \lambda - a & -b & -c \\
   -d & \lambda - e & -f \\
   -g & -h & \lambda - i
 \end{array} 
\right|. \( \)
 q_{rel} = q_x * q_y * q_z = \mathrm{ kompliziert! } \approx
 ( \cos |\vec{\phi}| ,
 \left( \begin{array}{c}
   \sin \alpha / 2 \\
   \sin \beta / 2 \\
   \sin \gamma / 2
 \end{array} \right) ) \approx
 ( 1 , \frac 12 \vec{\phi} )
$ 

bekannte Fehler (gelöst) ed

Die Fehler treten seit der Umstellung von latex2html nach l2p nicht mehr auf!

runde Klammern ed

mehr als 3 Zeilen mit runden Klammern umklammern

\left( \begin{array}{c}
  1 \\
  2 \\
  3 \\
  4
\end{array} \right)

$ 
 \left( \begin{array}{c}
   1 \\
   2 \\
   3 \\
   4
 \end{array} \right)
$ 

Behelfs-Lösung: eckige Klammern nehmen

\left[ ... \right]

$ 
 \left[ \begin{array}{c}
   1 \\
   2 \\
   3 \\
   4
 \end{array} \right]
$ 

text ed

text schlägt fehl

x = \text{ kompliziert! } = y

$  x = \text{ kompliziert! } = y  $ 

Behelfs-Lösung: mathrm statt text

x = \mathrm{ kompliziert! } = y

$  x = \mathrm{ kompliziert! } = y  $ 

bekannte Fehler (ungelöst) ed

underbrace ed

geschweifte Klammern unten in arrays

\begin{array}{cc}
  0 & \underbrace{a}_{b} 
\end{array}

$ 
 \begin{array}{cc}
   0 & \underbrace{a}_{b} 
 \end{array}
$ 

unterer Strich ed

manche Formeln haben einen schwarzen Strich am unteren Rand

\left( \begin{array}{ccc}
  a & b & c \\
  d & e & f \\
  g & h & i
\end{array} \right)

$ 
 \left( \begin{array}{ccc}
   a & b & c \\
   d & e & f \\
   g & h & i
 \end{array} \right)
$ 

Categories: Mathematik