Skip to main content

Formeln & Diagramme

Mathematische Formeln πŸ“

Hier sind einige klassische und nΓΌtzliche Formeln aus verschiedenen Bereichen – in MathJax gesetzt (BookStack-kompatibel).

1) Algebra & Analysis

Quadratische LΓΆsungsformel (β€žMitternachtsformelβ€œ):
π‘₯=βˆ’π‘Β±βˆšπ‘2βˆ’4β’π‘Žβ’π‘2β’π‘Ž

Binomische Formeln:
(π‘Ž+𝑏)2=π‘Ž2+2β’π‘Žβ’π‘+𝑏2
(π‘Žβˆ’π‘)2=π‘Ž2βˆ’2β’π‘Žβ’π‘+𝑏2
(π‘Ž+𝑏)⁒(π‘Žβˆ’π‘)=π‘Ž2βˆ’π‘2

Ableitungen (Auswahl):
𝑑𝑑⁒π‘₯⁒(π‘₯𝑛)=𝑛⁒π‘₯π‘›βˆ’1
𝑑𝑑⁒π‘₯⁒(sin⁑π‘₯)=cos⁑π‘₯
𝑑𝑑⁒π‘₯⁒(𝑒π‘₯)=𝑒π‘₯

Integral (Beispiel):
$$\int x^2,dx=\frac{x^3}{3}+C$$


2) Lineare Algebra

Matrixmultiplikation (Beispiel):
$$
\begin{pmatrix}
1 & 2
3 & 4
\end{pmatrix}
\begin{pmatrix}
5
6
\end{pmatrix}

\begin{pmatrix}
17
39
\end{pmatrix}
$$

Determinante einer (2\times 2)-Matrix:
$$\det\begin{pmatrix}a&b\c&d\end{pmatrix}=ad-bc$$


3) Wahrscheinlichkeit & Statistik

Erwartungswert einer diskreten Zufallsvariable:
$$\mathbb{E}[X]=\sum_i x_i,p_i$$

Varianz:
$$\mathrm{Var}(X)=\mathbb{E}\left[(X-\mu)^2\right]$$

Normalverteilung (Dichtefunktion):
$$
f(x)=\frac{1}{\sigma\sqrt{2\pi}}\exp\left(-\frac{(x-\mu)^2}{2\sigma^2}\right)
$$


Diagramme (als ASCII/Markdown) πŸ“Š

Da β€žDiagrammeβ€œ je nach Zielplattform unterschiedlich gerendert werden, gebe ich dir hier saubere, portable Varianten: ASCII-Plots und tabellarische Skizzen. (Wenn du Mermaid/LaTeX-TikZ mΓΆchtest, sag kurz Bescheid.)

1) Funktionsverlauf: (y=x^2) (Skizze)

y
^
|                 *
|              *     *
|           *           *
|        *                 *
|     *                       *
|  *                             *
+------------------------------------> x
           -2  -1   0   1   2

2) Sinuskurve: (y=\sin(x)) (eine Periode, grob)

y
^          *           *
|        *   *       *   *
|      *       *   *       *
|----*-----------*-----------*-----> x
|  *           *   *           *
|*           *       *           *
+-----------------------------------
    0       Ο€/2      Ο€       3Ο€/2   2Ο€

3) Balkendiagramm (Beispieldaten)

Daten: A=3, B=7, C=5, D=2

A | β–ˆβ–ˆβ–ˆ
B | β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ
C | β–ˆβ–ˆβ–ˆβ–ˆβ–ˆ
D | β–ˆβ–ˆ

4) Streudiagramm-Idee (Punktewolke, grob)

y
^
|        β€’     β€’
|   β€’
|              β€’   β€’
| β€’      β€’
+-------------------------> x

Wenn du magst βœ…

Sag mir kurz:

  1. Welche Art von Diagrammen? (Funktion, Balken, Histogramm, Boxplot, Normalverteilung, Regressionslinie, …)
  2. In welchem Format? (z.B. Mermaid, TikZ, ASCII, oder als Python/Matplotlib-Code)
  3. Mit welchen Beispieldaten oder welcher Funktion?

Dann erstelle ich dir gezielt 3–5 passende Diagramme plus dazugehΓΆrige Formeln.