LaTeX-Manual Sekundarstufe 2: Unterschied zwischen den Versionen
Aus Augenbit
					| Henn (Diskussion | Beiträge) | Henn (Diskussion | Beiträge)  | ||
| Zeile 98: | Zeile 98: | ||
| | <math>\begin{pmatrix} a&b&c \\ d&e&f \end{pmatrix}</math> | | <math>\begin{pmatrix} a&b&c \\ d&e&f \end{pmatrix}</math> | ||
| | Alternative Schreibweise | | Alternative Schreibweise | ||
| | <code style="color: black;font-weight:550;"> \mat{a & b & c \\ d & e & f} </code> | | <code style="color: black;font-weight:550;"> \matrix{a & b & c \\ d & e & f} </code> | ||
| |<code style="color: black;font-weight:550;"> \mat{a & b & c \\ d & e & f} </code> | |||
| |} | |} | ||
| [[Kategorie:LaTeX]] | [[Kategorie:LaTeX]] | ||
Aktuelle Version vom 19. Februar 2024, 14:50 Uhr
Analysis
| 2D-Matheschrift | Verbale Beschreibung | LaTeX | AsciiMath | 
|---|---|---|---|
| [math]\displaystyle{ n \to \infty }[/math] | n geht gegen unendlich |  n \to \infty  |  n -> oo (zwei kleine o) | 
| [math]\displaystyle{ \lim_{h \to 0} }[/math] | Limes h gegen 0 |  \lim_{h \to 0}  |  lim_(h -> 0)  | 
| [math]\displaystyle{ \lim_{x \to x_0} }[/math] | Limes x gegen x Index 0 |  \lim_{x \to x_0}  |  lim_(x -> x_0)  | 
| [math]\displaystyle{ f\ ' (x), f\ ''(x) }[/math] | f Strich von x, f zwei Strich von x |  f'(x), f''(x)  |  f'(x), f''(x)  | 
| [math]\displaystyle{ \sum_{i=0}^n A_n }[/math] | Summe von i gleich 0 bis n über A Index n |   \sum_{i =0}^n A_n  |   sum_(i =0)^n A_n  | 
| [math]\displaystyle{ \int_a^b f(x) dx }[/math] | Integral von a bis b über f von x dx |  \int_a^b f(x) dx  |  int_a^b f(x) dx  | 
Stochastik
| 2D-Matheschrift | Verbale Beschreibung | LaTeX | AsciiMath | LaTeX-Abkürzung | 
|---|---|---|---|---|
| [math]\displaystyle{ n! }[/math] | n Fakultät |   n!  |   n!  | |
| [math]\displaystyle{ {n \choose k} }[/math] | Binomialkoeffizient n über k |   { n \choose k} oder \binom{n}{k}  |   ((n),(k))  | |
| [math]\displaystyle{ \sigma \qquad \Omega }[/math] | klein Sigma groß Omega |  \sigma   \Omega |  sigma    Omega  |  ~s   ~W  | 
Analytische Geometrie
| 2D-Matheschrift | Verbale Beschreibung | LaTeX | AsciiMath | 
|---|---|---|---|
| [math]\displaystyle{ \vec{p} = \begin{pmatrix} x; & y; & z-3 \end{pmatrix} }[/math] | Vektor p ist gleich Zeilenvektor x ; y ; z-3 Vektorende |   \vec{p} = \begin{pmatrix} x; & y; & z-3 \end{pmatrix} |    vec(p) =   (x; y; z-3)  | 
| [math]\displaystyle{ \vec{q} = \begin{pmatrix} -5 \\ 0,5 \\ k+4 \end{pmatrix} }[/math] | Vektor q ist gleich Spaltenvektor -5 0,5 k+4 Vektorende |  \vec{q} = \begin{pmatrix} -5 \\ 0,5 \\ k+4 \end{pmatrix}  |  vec(q) = ((-5)(0,5)(k+4))  | 
| [math]\displaystyle{ \vec{p} \times \vec{q} }[/math] | Vektorprodukt (Kreuzprodukt) der Vektoren p und q |    \vec{p} \times \vec{q}   |    vec(p) times vec(q)  | 
| [math]\displaystyle{ \begin{pmatrix} a&b&c \\ d&e&f \end{pmatrix} }[/math] | 2 Kreuz 3 Matrix Zeilenanfang a b c Zeilenende Zeilenanfang d e f Zeilenende Matrixende |  \begin{pmatrix} a & b & c \\ d & e & f \end{pmatrix}  |  ((a, b, c)  (d, e, f))  | 
| [math]\displaystyle{ \begin{pmatrix} a&b&c \\ d&e&f \end{pmatrix} }[/math] | Alternative Schreibweise |  \matrix{a & b & c \\ d & e & f}  |  \mat{a & b & c \\ d & e & f}  | 

