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:
- Welche Art von Diagrammen? (Funktion, Balken, Histogramm, Boxplot, Normalverteilung, Regressionslinie, β¦)
- In welchem Format? (z.B. Mermaid, TikZ, ASCII, oder als Python/Matplotlib-Code)
- Mit welchen Beispieldaten oder welcher Funktion?
Dann erstelle ich dir gezielt 3β5 passende Diagramme plus dazugehΓΆrige Formeln.