Mathematik · Informatik · Elektrotechnik · Signalverarbeitung
Mathematics · Computer Science · Electrical Engineering · Signal Processing
SCHMITT CONSULTING
Diese Publikation ist eine Formelsammlung — ein kompaktes Nachschlagewerk für Formeln, Definitionen und Zusammenhänge aus Mathematik, Informatik, Elektrotechnik und Signalverarbeitung. Sie ist ausdrücklich kein Lehrbuch. Die einzelnen Themen werden nicht in lehrbuchartiger Tiefe erklärt, sondern in der für eine Formelsammlung angemessenen Knappheit dargestellt: Formel, Variablenlegende und ein kurzes Anwendungsbeispiel.
This publication is a formula reference — a compact look-up resource for formulas, definitions and relationships in mathematics, computer science, electrical engineering and signal processing. It is explicitly not a textbook. Topics are not explained in textbook-level depth but presented with the brevity appropriate for a formula collection: formula, variable legend and a short practical example.
Zu ausgewählten Themen biete ich eigenständige, ausführliche Bücher an, die Theorie, Hintergründe und Praxis in der Tiefe behandeln, die in einer Formelsammlung keinen Platz findet. Sollten Sie Interesse an einem vertiefenden Buch zu einem bestimmten Thema haben — oder ein Thema vermissen, das hier nicht abgedeckt ist — freue ich mich über Ihre Nachricht. Ich prüfe gerne, ob ich dazu eine eigenständige Publikation erstellen kann.
For selected topics I offer dedicated, in-depth books that cover theory, background and practice to a level that a formula collection cannot accommodate. If you are interested in a deeper book on a particular subject — or if you notice a topic that is missing — I would be glad to hear from you. I am happy to consider whether a dedicated publication on that subject is feasible.
Themenwunsch, Feedback oder Fehlerhinweis? Schreiben Sie an: info@schmitt-consulting.de
Topic request, feedback or error report? Write to: info@schmitt-consulting.de
Die Formelsammlung richtet sich an Studierende, Ingenieure und Informatiker, die eine zuverlässige Referenz für ihre tägliche Arbeit, Prüfungsvorbereitung oder Projektarbeit benötigen. Die Wissenslevel-Markierungen (🌱 Einsteiger 📘 Fortgeschritten 🎯 Experte) helfen bei der Einordnung des jeweiligen Schwierigkeitsgrads.
This formula reference is aimed at students, engineers and computer scientists who need a reliable reference for their daily work, exam preparation or project work. The knowledge-level badges (🌱 Beginner 📘 Intermediate 🎯 Expert) help gauge the difficulty of each chapter.
Diese Formelsammlung wurde mit größter Sorgfalt erstellt und mehrfach geprüft. Dennoch können Fehler — etwa in Formeln, Koeffizienten, Einheiten oder Beispielrechnungen — nicht vollständig ausgeschlossen werden. Der Autor und der Verlag übernehmen keine Haftung für Schäden, die direkt oder indirekt aus der Nutzung dieser Formelsammlung entstehen. Dies gilt insbesondere für Anwendungen in sicherheitskritischen Bereichen wie Medizintechnik, Luftfahrt, Energieversorgung oder ähnlichen Gebieten, in denen fehlerhafte Berechnungen zu Personen- oder Sachschäden führen können.
This formula reference has been prepared with the utmost care and reviewed multiple times. Nevertheless, errors — for instance in formulas, coefficients, units or worked examples — cannot be entirely ruled out. The author and the publisher accept no liability for damages arising directly or indirectly from the use of this formula reference. This applies in particular to applications in safety-critical domains such as medical engineering, aviation, energy supply or similar fields where erroneous calculations could lead to personal injury or property damage.
Der Anwender ist stets selbst dafür verantwortlich, die Korrektheit und Eignung einer Formel für seinen konkreten Anwendungsfall zu prüfen. Eine Formelsammlung ersetzt nicht das Studium der einschlägigen Fachliteratur und keinesfalls die fachkundige Beurteilung durch qualifizierte Ingenieure oder Wissenschaftler.
The user is always responsible for verifying the correctness and suitability of any formula for their specific application. A formula reference is no substitute for studying the relevant specialist literature and certainly not for the professional judgement of qualified engineers or scientists.
© 2026 Gerd Schmitt / SCHMITT CONSULTING. Alle Rechte vorbehalten. Kein Teil dieser Formelsammlung darf ohne schriftliche Genehmigung des Autors vervielfältigt, in Datenbanken gespeichert oder in irgendeiner Form übertragen werden. Dies gilt für alle Darstellungsformen einschließlich Grafiken, SVG-Diagramme und Codebeispiele.
© 2026 Gerd Schmitt / SCHMITT CONSULTING. All rights reserved. No part of this formula reference may be reproduced, stored in databases or transmitted in any form without written permission from the author. This applies to all presentation forms including graphics, SVG diagrams and code examples.
Die Formelsammlung ist als interaktives HTML-Dokument gestaltet und funktioniert offline im Browser — ohne Server, ohne Internetverbindung. Die Navigation erfolgt über das Inhaltsverzeichnis, den seitlichen Drawer (☰) oder die Vor-/Zurück-Buttons am Seitenanfang und -ende. Die Sprachumschaltung Deutsch/Englisch finden Sie im Kopfbereich.
This formula reference is designed as an interactive HTML document and works offline in any browser — no server, no internet connection required. Navigate via the table of contents, the side drawer (☰) or the forward/back buttons at the top and bottom of each page. The German/English language switch is located in the header area.
Ich wünsche Ihnen viel Erfolg beim Nachschlagen und freue mich über jede Rückmeldung, die diese Sammlung besser macht.
I wish you every success in looking things up and welcome any feedback that helps improve this collection.
Gerd Schmitt
Dipl. Informatiker
SCHMITT CONSULTING
April 2026
Gerd Schmitt
Graduate Computer Scientist
SCHMITT CONSULTING
April 2026
| SystemSystem | BasisBase | ZiffernDigits | PräfixPrefix |
|---|---|---|---|
| BinärBinary | 2 | 0, 1 | 0b |
| OktalOctal | 8 | 0–7 | 0o |
| DezimalDecimal | 10 | 0–9 | — |
| HexadezimalHexadecimal | 16 | 0–9, A–F | 0x |
| Hex | Bin | Hex | Bin | Hex | Bin | Hex | Bin |
|---|---|---|---|---|---|---|---|
| 0 | 0000 | 4 | 0100 | 8 | 1000 | C | 1100 |
| 1 | 0001 | 5 | 0101 | 9 | 1001 | D | 1101 |
| 2 | 0010 | 6 | 0110 | A | 1010 | E | 1110 |
| 3 | 0011 | 7 | 0111 | B | 1011 | F | 1111 |
| EigenschaftProperty | WertValue |
|---|---|
| AuflösungResolution | 2−16 ≈ 1.526 × 10−5 |
| Wertebereich (signed)Range (signed) | −32768.0 … +32767.99998 |
| Wertebereich (unsigned)Range (unsigned) | 0.0 … +65535.99998 |
| GesamtbreiteTotal width | 32 Bit |
| Format | GesamtTotal | VorzeichenSign | ExponentExponent | MantisseMantissa | Bias |
|---|---|---|---|---|---|
| Half (fp16) | 16 | 1 | 5 | 10 | 15 |
| Single (fp32) | 32 | 1 | 8 | 23 | 127 |
| Double (fp64) | 64 | 1 | 11 | 52 | 1023 |
| n | Min | Max |
|---|---|---|
| 8 | −128 | +127 |
| 16 | −32 768 | +32 767 |
| 32 | −2 147 483 648 | +2 147 483 647 |
| RegelRule | FormelFormula |
|---|---|
| Gleiche BasisSame base | am · an = am+n |
| DivisionDivision | am / an = am−n |
| Potenz einer PotenzPower of a power | (am)n = am·n |
| Produkt-PotenzProduct power | (a · b)n = an · bn |
| Negativer ExponentNegative exponent | a−n = 1 / an |
| Nullter ExponentZero exponent | a0 = 1 (a ≠ 0) |
| RegelRule | FormelFormula |
|---|---|
| ProduktProduct | log(a·b) = log(a) + log(b) |
| QuotientQuotient | log(a/b) = log(a) − log(b) |
| PotenzPower | log(an) = n · log(a) |
| BasiswechselChange of base | logb(x) = ln(x) / ln(b) |
| NotationNotation | BasisBase | AnwendungApplication |
|---|---|---|
| ln(x) | e ≈ 2.71828 | Analysis, NaturwissenschaftenCalculus, natural sciences |
| log(x), lg(x) | 10 | Dezibel, IngenieurwesenDecibels, engineering |
| log2(x), ld(x) | 2 | Informatik, BitsComputer science, bits |
| WinkelmaßSystem | EinheitUnit | VollkreisFull Circle | Rechter WinkelRight Angle | AnwendungApplication |
|---|---|---|---|---|
| Altgrad (DEG)Degree (DEG) | ° (Grad) | 360° | 90° | Alltag, Technik, NavigationEveryday, engineering, navigation |
| Bogenmaß (RAD)Radian (RAD) | rad | 2π ≈ 6.2832 | π/2 ≈ 1.5708 | Mathematik, Physik, ProgrammierungMathematics, physics, programming |
| Neugrad / Gon (GRAD)Gradian / Gon (GRAD) | gon (g) | 400 gon | 100 gon | Geodäsie, Vermessung, BauwesenGeodesy, surveying, construction |
| UmdrehungTurn / Revolution | rev, U | 1 | 0.25 | Drehzahl (U/min), MotorenRotational speed (RPM), motors |
| Von → NachFrom → To | FormelFormula |
|---|---|
| Grad → Bogenmaß | rad = deg · π / 180 |
| Bogenmaß → Grad | deg = rad · 180 / π |
| Grad → Gon | gon = deg · 400 / 360 = deg · 10 / 9 |
| Gon → Grad | deg = gon · 360 / 400 = gon · 9 / 10 |
| Gon → Bogenmaß | rad = gon · π / 200 |
| Bogenmaß → Gon | gon = rad · 200 / π |
| SystemSystem | UnterteilungSubdivision | NotationNotation |
|---|---|---|
| Altgrad (sexagesimal)Degree (sexagesimal) | 1° = 60′ (Bogenminuten), 1′ = 60″ (Bogensekunden)1° = 60′ (arcminutes), 1′ = 60″ (arcseconds) | 47° 23′ 15″ |
| Altgrad (dezimal)Degree (decimal) | Nachkommastellen statt ′ und ″Decimal places instead of ′ and ″ | 47.3875° |
| Neugrad / GonGradian / Gon | 1 gon = 10 cgon (Zentigon) = 100 mgon (Milligon)1 gon = 10 cgon (centigon) = 100 mgon (milligon) | 52.6389 gon |
| BeschreibungDescription | Grad (°) | Bogenmaß (rad) | Gon | UmdrehungTurn |
|---|---|---|---|---|
| NullZero | 0° | 0 | 0 | 0 |
| 30° | 30° | π/6 ≈ 0.5236 | 33.333 | 1/12 |
| 45° | 45° | π/4 ≈ 0.7854 | 50 | 1/8 |
| 60° | 60° | π/3 ≈ 1.0472 | 66.667 | 1/6 |
| Rechter WinkelRight Angle | 90° | π/2 ≈ 1.5708 | 100 | 1/4 |
| Gestreckter WinkelStraight Angle | 180° | π ≈ 3.1416 | 200 | 1/2 |
| 270° | 270° | 3π/2 ≈ 4.7124 | 300 | 3/4 |
| VollwinkelFull Angle | 360° | 2π ≈ 6.2832 | 400 | 1 |
| α | 0° | 30° | 45° | 60° | 90° |
|---|---|---|---|---|---|
| sin α | 0 | 1/2 | √2/2 | √3/2 | 1 |
| cos α | 1 | √3/2 | √2/2 | 1/2 | 0 |
| tan α | 0 | √3/3 | 1 | √3 | ∞ |
| FormShape | Fläche AArea A |
|---|---|
| RechteckRectangle | A = a · b |
| DreieckTriangle | A = ½ · g · h |
| KreisCircle | A = π · r² |
| TrapezTrapezoid | A = ½ · (a + c) · h |
| KreisringAnnulus | A = π · (R² − r²) |
| KörperSolid | Volumen VVolume V | Oberfläche OSurface A |
|---|---|---|
| QuaderCuboid | V = a·b·c | O = 2(ab+bc+ac) |
| ZylinderCylinder | V = π·r²·h | O = 2πr(r+h) |
| KugelSphere | V = 4/3·π·r³ | O = 4·π·r² |
| KegelCone | V = 1/3·π·r²·h | O = πr(r+s) |
| A | B | A ∧ B | A ∨ B | A ⊕ B | ¬A |
|---|---|---|---|---|---|
| 0 | 0 | 0 | 0 | 0 | 1 |
| 0 | 1 | 0 | 1 | 1 | 1 |
| 1 | 0 | 0 | 1 | 1 | 0 |
| 1 | 1 | 1 | 1 | 0 | 0 |
| OperationOperation | SymbolSymbol | ÄquivalentEquivalent |
|---|---|---|
| NAND | ↑ | ¬(A ∧ B) |
| NOR | ↓ | ¬(A ∨ B) |
| XNOR | ⊙ | ¬(A ⊕ B) |
| ImplikationImplication | → | ¬A ∨ B |
| ÄquivalenzEquivalence | ↔ | (A → B) ∧ (B → A) |
| GesetzLaw | AND | OR |
|---|---|---|
| IdempotenzIdempotence | A ∧ A = A | A ∨ A = A |
| Neutrales ElementIdentity | A ∧ 1 = A | A ∨ 0 = A |
| DominanzDomination | A ∧ 0 = 0 | A ∨ 1 = 1 |
| KomplementComplement | A ∧ ¬A = 0 | A ∨ ¬A = 1 |
| AbsorptionAbsorption | A ∧ (A ∨ B) = A | A ∨ (A ∧ B) = A |
| Doppelte NegationDouble Negation | ¬(¬A) = A | |
| OperationOperation | SymbolSymbol | DefinitionDefinition |
|---|---|---|
| VereinigungUnion | A ∪ B | {x | x ∈ A oderor x ∈ B} |
| DurchschnittIntersection | A ∩ B | {x | x ∈ A undand x ∈ B} |
| DifferenzDifference | A \ B | {x | x ∈ A undand x ∉ B} |
| KomplementComplement | Ā, Ac | {x | x ∉ A} |
| Symm. DifferenzSymm. Difference | A △ B | (A \ B) ∪ (B \ A) |
| Kartesisches ProduktCartesian Product | A × B | {(a,b) | a ∈ A, b ∈ B} |
| PotenzmengePower Set | 𝒫(A) | |𝒫(A)| = 2|A| |
| EigenschaftProperty | FormalFormal |
|---|---|
| ReflexivReflexive | ∀a ∈ A: (a, a) ∈ R |
| SymmetrischSymmetric | (a,b) ∈ R ⇒ (b,a) ∈ R |
| AntisymmetrischAntisymmetric | (a,b) ∈ R ∧ (b,a) ∈ R ⇒ a = b |
| TransitivTransitive | (a,b) ∈ R ∧ (b,c) ∈ R ⇒ (a,c) ∈ R |
| EigenschaftProperty | FormalFormal |
|---|---|
| Injektiv (1-zu-1)Injective (one-to-one) | f(a₁) = f(a₂) ⇒ a₁ = a₂ |
| Surjektiv (auf)Surjective (onto) | ∀b ∈ B: ∃a ∈ A: f(a) = b |
| BijektivBijective | Injektiv und surjektiv → Inverse f⁻¹ existiertInjective and surjective → Inverse f⁻¹ exists |
| SymbolSymbol | NameName | BeispieleExamples |
|---|---|---|
| ℕ | Natürliche ZahlenNatural numbers | {0, 1, 2, 3, …} |
| ℤ | Ganze ZahlenIntegers | {…, −2, −1, 0, 1, 2, …} |
| ℚ | Rationale ZahlenRational numbers | p/q mit p ∈ ℤ, q ∈ ℤ \ {0} |
| ℝ | Reelle ZahlenReal numbers | ℚ ∪ {π, √2, e, …} |
| ℂ | Komplexe ZahlenComplex numbers | a + bi mit i² = −1 |
| Folge / AusdruckSequence / Expression | GrenzwertLimit |
|---|---|
| limn→∞ (1 + 1/n)n | e ≈ 2.71828 |
| limx→0 sin(x)/x | 1 |
| limx→0 (ex − 1)/x | 1 |
| limx→∞ (1 + a/x)x | ea |
| limn→∞ n1/n | 1 |
| limn→∞ qn (|q| < 1) | 0 |
| KriteriumCriterion | Bedingung für KonvergenzCondition for Convergence |
|---|---|
| NotwendigNecessary | limn→∞ an = 0 |
| QuotientenkriteriumRatio test | lim |an+1/an| < 1 |
| WurzelkriteriumRoot test | lim n√|an| < 1 |
| VergleichskriteriumComparison test | |an| ≤ bn und Σbn konvergiertand Σbn converges |
| Leibniz | Alternierend, |an| monoton fallend → 0Alternating, |an| monotonically decreasing → 0 |
| f(x) | ReiheSeries | KonvergenzConvergence |
|---|---|---|
| ex | 1 + x + x²/2! + x³/3! + … | ∀x ∈ ℝ |
| sin x | x − x³/3! + x⁵/5! − x⁷/7! + … | ∀x ∈ ℝ |
| cos x | 1 − x²/2! + x⁴/4! − x⁶/6! + … | ∀x ∈ ℝ |
| ln(1+x) | x − x²/2 + x³/3 − x⁴/4 + … | −1 < x ≤ 1 |
| 1/(1−x) | 1 + x + x² + x³ + … | |x| < 1 |
| arctan x | x − x³/3 + x⁵/5 − x⁷/7 + … | |x| ≤ 1 |
| RegelRule | FormelFormula |
|---|---|
| KonstantenregelConstant rule | (c · f)′ = c · f′ |
| SummenregelSum rule | (f ± g)′ = f′ ± g′ |
| ProduktregelProduct rule | (f · g)′ = f′ · g + f · g′ |
| QuotientenregelQuotient rule | (f/g)′ = (f′·g − f·g′) / g² |
| KettenregelChain rule | (f(g(x)))′ = f′(g(x)) · g′(x) |
| PotenzregelPower rule | (xn)′ = n · xn−1 |
| f(x) | f′(x) | f(x) | f′(x) |
|---|---|---|---|
| xn | n·xn−1 | ex | ex |
| sin x | cos x | cos x | −sin x |
| tan x | 1/cos²x | ln x | 1/x |
| ax | ax · ln a | loga x | 1/(x · ln a) |
| arcsin x | 1/√(1−x²) | arccos x | −1/√(1−x²) |
| arctan x | 1/(1+x²) | sinh x | cosh x |
| cosh x | sinh x | √x | 1/(2√x) |
| BedingungCondition | TypType |
|---|---|
| f″(x₀) > 0 | Lokales MinimumLocal minimum |
| f″(x₀) < 0 | Lokales MaximumLocal maximum |
| f″(x₀) = 0 | Wendepunkt oder Sattelpunkt (höhere Ableitungen prüfen)Inflection or saddle point (check higher derivatives) |
| f(x) | ∫ f(x) dx | f(x) | ∫ f(x) dx |
|---|---|---|---|
| xn | xn+1/(n+1) + C | 1/x | ln|x| + C |
| ex | ex + C | ax | ax/ln(a) + C |
| sin x | −cos x + C | cos x | sin x + C |
| 1/cos²x | tan x + C | 1/sin²x | −cot x + C |
| 1/(1+x²) | arctan x + C | 1/√(1−x²) | arcsin x + C |
| sinh x | cosh x + C | cosh x | sinh x + C |
| DiskriminanteDiscriminant | Lösung y(x)Solution y(x) | VerhaltenBehavior |
|---|---|---|
| b²−4ac > 0 | C₁·eλ₁x + C₂·eλ₂x | ÜberdämpftOverdamped |
| b²−4ac = 0 | (C₁ + C₂·x)·eλx | Kritisch gedämpftCritically damped |
| b²−4ac < 0 | eαx·(C₁·cos βx + C₂·sin βx) | SchwingendOscillating |
| f(t) | F(s) = ℒ{f(t)} |
|---|---|
| 1 (Sprung) | 1/s |
| t | 1/s² |
| tn | n!/sn+1 |
| e−at | 1/(s+a) |
| sin(ωt) | ω/(s²+ω²) |
| cos(ωt) | s/(s²+ω²) |
| e−at·sin(ωt) | ω/((s+a)²+ω²) |
| δ(t) (Dirac) | 1 |
| NameName | GleichungEquation | AnwendungApplication |
|---|---|---|
| Wärmeleitungsgl.Heat equation | ∂u/∂t = α · ∇²u | Temperaturverteilung, DiffusionTemperature distribution, diffusion |
| WellengleichungWave equation | ∂²u/∂t² = c² · ∇²u | Akustik, Elektromagnetik, SchwingungenAcoustics, electromagnetics, vibrations |
| Laplace-Gl. | ∇²u = 0 | Elektrostatik, stationäre FelderElectrostatics, steady-state fields |
| Poisson-Gl. | ∇²u = f | Gravitationsfeld, LadungsverteilungGravitational field, charge distribution |
| TypType | EigenschaftProperty |
|---|---|
| Einheitsmatrix IIdentity matrix I | A·I = I·A = A |
| SymmetrischSymmetric | AT = A |
| OrthogonalOrthogonal | AT = A−1, det A = ±1 |
| DiagonalDiagonal | aij = 0 für i ≠ j |
| Erlaubte OperationAllowed Operation | Was sie bewirktWhat it does |
|---|---|
| Zeilen vertauschenSwap rows | Gleichungen umsortieren (ändert nichts an der Lösung)Reorder equations (doesn't change the solution) |
| Zeile mit Zahl multiplizierenMultiply row by number | Beide Seiten einer Gleichung skalieren (z.B. ÷2)Scale both sides of an equation (e.g., ÷2) |
| Vielfaches einer Zeile addierenAdd multiple of a row | Eine Variable eliminieren (das Kernstück!)Eliminate a variable (the key step!) |
| FallCase | Rang-BedingungRank Condition | BedeutungMeaning |
|---|---|---|
| Genau eine LösungExactly one solution | rang(A) = rang([A|b]) = n | Die Gleichungen liefern genug unabhängige InformationThe equations provide enough independent information |
| Keine LösungNo solution | rang(A) < rang([A|b]) | Die Gleichungen widersprechen sich (z.B. 0 = 5 nach Elimination)The equations contradict each other (e.g., 0 = 5 after elimination) |
| Unendlich vieleInfinitely many | rang(A) = rang([A|b]) < n | Zu wenig unabhängige Gleichungen — freie Parameter bleibenToo few independent equations — free parameters remain |
| Erlaubte OperationAllowed Operation | BeschreibungDescription |
|---|---|
| Zeilen vertauschenSwap rows | Zi ↔ Zj |
| Zeile skalierenScale row | Zi → λ · Zi (λ ≠ 0) |
| Zeile addierenAdd row | Zi → Zi + λ · Zj |
| θ | Rotationsmatrix R(θ)Rotation Matrix R(θ) | Wirkung auf (x, y)Effect on (x, y) |
|---|---|---|
| 0° | I (Einheitsmatrix) | (x, y) → (x, y) |
| 90° | [[0,−1],[1,0]] | (x, y) → (−y, x) |
| 180° | [[−1,0],[0,−1]] | (x, y) → (−x, −y) |
| 270° = −90° | [[0,1],[−1,0]] | (x, y) → (y, −x) |
| Ohne WiederholungWithout repetition | Mit WiederholungWith repetition | |
|---|---|---|
| Reihenfolge wichtig (Perm.)Order matters (Perm.) | n! / (n−k)! | nk |
| Reihenfolge egal (Komb.)Order doesn't matter (Comb.) | C(n,k) = n! / (k!·(n−k)!) | C(n+k−1, k) |
| RegelRule | FormelFormula |
|---|---|
| WertebereichRange | 0 ≤ P(A) ≤ 1 |
| Sicheres EreignisCertain event | P(Ω) = 1 |
| GegenereignisComplement | P(Ā) = 1 − P(A) |
| VereinigungUnion | P(A ∪ B) = P(A) + P(B) − P(A ∩ B) |
| UnabhängigkeitIndependence | P(A ∩ B) = P(A) · P(B) |
| DiskretDiscrete | StetigContinuous | |
|---|---|---|
| WahrscheinlichkeitProbability | P(X = x) = p(x) | P(a ≤ X ≤ b) = ∫ab f(x) dx |
| NormierungNormalization | Σ p(xi) = 1 | ∫−∞∞ f(x) dx = 1 |
| VerteilungsfunktionCDF | F(x) = Σxi≤x p(xi) | F(x) = ∫−∞x f(t) dt |
| VerteilungDistribution | P(X = k) | E(X) | Var(X) |
|---|---|---|---|
| Binomial B(n,p) | C(n,k) · pk · (1−p)n−k | n·p | n·p·(1−p) |
| Poisson P(λ) | e−λ · λk / k! | λ | λ |
| Geometrisch | (1−p)k−1 · p | 1/p | (1−p)/p² |
| VerteilungDistribution | f(x) | E(X) | Var(X) |
|---|---|---|---|
| Normal N(μ,σ²) | (1/(σ√(2π))) · e−(x−μ)²/(2σ²) | μ | σ² |
| Exponential Exp(λ) | λ · e−λx (x ≥ 0) | 1/λ | 1/λ² |
| Gleichverteilung U(a,b)Uniform U(a,b) | 1/(b−a) | (a+b)/2 | (b−a)²/12 |
| IntervallInterval | WahrscheinlichkeitProbability |
|---|---|
| μ ± 1σ | 68.27 % |
| μ ± 2σ | 95.45 % |
| μ ± 3σ | 99.73 % |
| μ ± 6σ | 99.9999998 % (Six Sigma) |
| VerteilungDistribution | AnwendungApplication | ParameterParameter |
|---|---|---|
| χ² (Chi-Quadrat) | Anpassungstest, UnabhängigkeitstestGoodness-of-fit, independence test | df = Freiheitsgradedf = degrees of freedom |
| t (Student) | Mittelwerttest bei kleinen StichprobenMean test for small samples | df = n − 1 |
| F (Fisher) | Varianzvergleich, ANOVAVariance comparison, ANOVA | df₁, df₂ |
| MaßMeasure | FormelFormula |
|---|---|
| Arithm. MittelArithmetic mean | x̄ = (1/n) · Σxi |
| Median | Mittlerer Wert der sortierten ReiheMiddle value of sorted series |
| Varianz (Stichprobe)Variance (sample) | s² = (1/(n−1)) · Σ(xi−x̄)² |
| StandardabweichungStandard deviation | s = √(s²) |
| SchrittStep | BeschreibungDescription |
|---|---|
| 1 | H₀ (Nullhypothese) und H₁ (Alternative) formulierenFormulate H₀ (null hypothesis) and H₁ (alternative) |
| 2 | Signifikanzniveau α festlegen (typisch: 0.05 oder 0.01)Set significance level α (typical: 0.05 or 0.01) |
| 3 | Teststatistik berechnen (z, t, χ², F)Compute test statistic (z, t, χ², F) |
| 4 | p-Wert bestimmen oder mit kritischem Wert vergleichenDetermine p-value or compare with critical value |
| 5 | p < α → H₀ ablehnen; p ≥ α → H₀ nicht ablehnenp < α → reject H₀; p ≥ α → do not reject H₀ |
| DarstellungRepresentation | SpeicherSpace | KantenzugriffEdge Access | Beste fürBest for |
|---|---|---|---|
| AdjazenzmatrixAdjacency matrix | O(V²) | O(1) | Dichte GraphenDense graphs |
| AdjazenzlisteAdjacency list | O(V+E) | O(deg) | Dünne GraphenSparse graphs |
| KantenlisteEdge list | O(E) | O(E) | Kruskal, SortierungKruskal, sorting |
| EigenschaftProperty | Formel / AussageFormula / Statement |
|---|---|
| KantenEdges | |E| = |V| − 1 |
| Eindeutiger PfadUnique path | Zwischen je 2 Knoten genau ein PfadExactly one path between any 2 vertices |
| Binärbaum-HöheBinary tree height | h ≥ ⌈log₂(n+1)⌉ − 1 |
| Vollständiger BinärbaumComplete binary tree | 2h+1 − 1 Knoten bei Höhe h2h+1 − 1 nodes at height h |
| Euler-PfadEuler path | Euler-KreisEuler circuit | |
|---|---|---|
| BesuchtVisits | Jede Kante genau 1×Every edge exactly once | Jede Kante genau 1×, zurück zum StartEvery edge exactly once, back to start |
| BedingungCondition | Genau 0 oder 2 Knoten mit ungeradem GradExactly 0 or 2 vertices with odd degree | Alle Knoten geraden GradAll vertices even degree |
| OperationOperation | FormelFormula |
|---|---|
| AdditionAddition | (a + b) mod n = ((a mod n) + (b mod n)) mod n |
| MultiplikationMultiplication | (a · b) mod n = ((a mod n) · (b mod n)) mod n |
| PotenzPower | ab mod n → Square-and-Multiply |
| NameName | SymbolSymbol | SprechweiseReading |
|---|---|---|
| NegationNegation | ¬p | nicht pnot p |
| KonjunktionConjunction | p ∧ q | p und qp and q |
| DisjunktionDisjunction | p ∨ q | p oder qp or q |
| ImplikationImplication | p → q | wenn p dann qif p then q |
| ÄquivalenzEquivalence | p ↔ q | p genau dann wenn qp if and only if q |
| MethodeMethod | VorgehenApproach |
|---|---|
| Direkter BeweisDirect proof | Voraussetzung → logische Schritte → BehauptungAssumption → logical steps → claim |
| WiderspruchsbeweisProof by contradiction | Annahme ¬B → Widerspruch → B muss geltenAssume ¬B → contradiction → B must hold |
| KontrapositionContrapositive | ¬q → ¬p beweisen statt p → qProve ¬q → ¬p instead of p → q |
| GegenbeispielCounterexample | Ein Gegenbeispiel widerlegt ∀-AussageOne counterexample disproves ∀-statement |
| FallCase | BedingungCondition | T(n) = |
|---|---|---|
| 1 | f(n) = O(nc), c < logb a | Θ(nlogb a) |
| 2 | f(n) = Θ(nlogb a) | Θ(nlogb a · log n) |
| 3 | f(n) = Ω(nc), c > logb a | Θ(f(n)) |
| MethodeMethod | Formel (n Intervalle, h = (b−a)/n)Formula (n intervals, h = (b−a)/n) | FehlerError |
|---|---|---|
| TrapezregelTrapezoidal | h/2 · [f(a) + 2·Σf(xi) + f(b)] | O(h²) |
| Simpson 1/3 | h/3 · [f(a) + 4·Σf(xodd) + 2·Σf(xeven) + f(b)] | O(h⁴) |
| TypType | FormelFormula | FehlerError |
|---|---|---|
| VorwärtsdifferenzForward difference | f′(x) ≈ (f(x+h) − f(x)) / h | O(h) |
| RückwärtsdifferenzBackward difference | f′(x) ≈ (f(x) − f(x−h)) / h | O(h) |
| Zentrale DifferenzCentral difference | f′(x) ≈ (f(x+h) − f(x−h)) / (2h) | O(h²) |
| FehlerartError Type | DefinitionDefinition |
|---|---|
| Absoluter FehlerAbsolute error | |x̃ − x| |
| Relativer FehlerRelative error | |x̃ − x| / |x| |
| RundungsfehlerRounding error | Durch endliche Stellenzahl (Maschinenepsilon)Due to finite precision (machine epsilon) |
| AbbruchfehlerTruncation error | Durch endliche Reihenentwicklung / DiskretisierungDue to finite series expansion / discretization |
| FensterWindow | HauptkeulenbreiteMain lobe width | NebenkeulenSide lobes | EinsatzUse |
|---|---|---|---|
| Rechteck | SchmalsteNarrowest | −13 dB | Maximale FrequenzauflösungMaximum frequency resolution |
| Hann | 2× | −31 dB | Allgemein, guter KompromissGeneral purpose, good compromise |
| Hamming | 2× | −42 dB | SprachverarbeitungSpeech processing |
| Blackman | 3× | −58 dB | Beste NebenkeulenunterdrückungBest side lobe suppression |
| x[n] | X(z) |
|---|---|
| δ[n] | 1 |
| u[n] (Sprung) | z / (z−1) |
| n · u[n] | z / (z−1)² |
| aⁿ · u[n] | z / (z−a) |
| sin(ωn) · u[n] | z·sin ω / (z²−2z·cos ω+1) |
| cos(ωn) · u[n] | z·(z−cos ω) / (z²−2z·cos ω+1) |
| FIR | IIR | |
|---|---|---|
| GleichungEquation | y[n] = Σ bk·x[n−k] | y[n] = Σ bk·x[n−k] − Σ ak·y[n−k] |
| PolePoles | Keine (immer stabil)None (always stable) | Hat Pole (Stabilität prüfen!)Has poles (check stability!) |
| PhasePhase | Linear möglichLinear possible | NichtlinearNonlinear |
| Ordnung für gleiche SteilheitOrder for same steepness | Hoch (viele Koeff.)High (many coeffs) | Niedrig (wenige Koeff.)Low (few coeffs) |
| TypType | EigenschaftProperty | EinsatzUse |
|---|---|---|
| Butterworth | Maximal flacher DurchlassbereichMaximally flat passband | Allzweck-StandardGeneral purpose |
| Tschebyscheff IChebyshev I | Welligkeit im Durchlass, steilere FlankePassband ripple, steeper roll-off | Steile Trennung nötigSteep separation needed |
| Bessel | Lineare Phase (konstante Gruppenlaufzeit)Linear phase (constant group delay) | PulsformerhaltungPulse shape preservation |
// Digitaler PID — Positionsform mit D-auf-Istwert e = sollwert - istwert integral = integral + e * Ts derivative = -(istwert - istwert_alt) / Ts // D auf Messung! output = Kp * e + Ki * integral + Kd * derivative output = clamp(output, 0, 100) // Begrenzung istwert_alt = istwert
| Methode | Method | Kp | Ti | Td | Eigenschaft | Characteristic |
|---|---|---|---|---|---|---|
| Ziegler-Nichols | Ziegler-Nichols | 1,2·τ/(K·Td) | 2·Td | 0,5·Td | ⚠ Aggressiv, viel Überschwingen | ⚠ Aggressive, much overshoot |
| Cohen-Coon | Cohen-Coon | 1,35·τ/(K·Td) | 2,5·Td | 0,37·Td | Besser bei großem Td/τ | Better for large Td/τ |
| ✅ Tyreus-Luyben | ✅ Tyreus-Luyben | Ku/3,2 | 2,2·Tu | Tu/6,3 | ✅ Bester Kompromiss für Temperatur | ✅ Best compromise for temperature |
| IMC (Lambda) | IMC (Lambda) | τ/(K·(λ+Td)) | τ | Td/2 | Am robustesten, aber langsam | Most robust, but slow |
// Q16.16 PID-Kern (vereinfacht) wire signed [31:0] error = setpoint - measurement; wire signed [63:0] p_term_64 = Kp * error; wire signed [31:0] p_term = p_term_64[47:16]; // >> 16 // Integral mit Anti-Windup integral <= integral + error; // * Ts implizit if (integral > I_MAX) integral <= I_MAX; if (integral < -I_MAX) integral <= -I_MAX; wire signed [63:0] i_term_64 = Ki * integral; wire signed [31:0] i_term = i_term_64[47:16]; // D auf Istwert (Derivative-on-Measurement) wire signed [31:0] d_diff = -(measurement - meas_prev); wire signed [63:0] d_term_64 = Kd * d_diff; wire signed [31:0] d_term = d_term_64[47:16]; output = clamp(p_term + i_term + d_term, 0, PWM_MAX);
| Glied | Element | G(s) | Sprungantwort | Step Response |
|---|---|---|---|---|
| P (Proportional) | P (Proportional) | K | Sofortiger Sprung auf K | Immediate jump to K |
| I (Integrator) | I (Integrator) | 1/s | Rampe (linear steigend) | Ramp (linearly rising) |
| D (Differenzierer) | D (Differentiator) | s | Dirac-Impuls (Spike) | Dirac impulse (spike) |
| PT1 (Verzögerung 1. Ord.) | First-order lag | K/(1+τs) | Exponentiell → K (63 % bei t = τ) | Exponential → K (63 % at t = τ) |
| PT2 (Schwingungsfähig) | Second-order (oscillatory) | Kωn²/(s²+2ζωns+ωn²) | Schwingend für ζ < 1 | Oscillatory for ζ < 1 |
| Totzeit (Delay) | Dead time (delay) | e−Td·s | Sprung verzögert um Td | Step delayed by Td |
| Schaltung | Connection | Gges(s) |
|---|---|---|
| Reihenschaltung | Series (cascade) | G1 · G2 |
| Parallelschaltung | Parallel | G1 + G2 |
| Negative Rückkopplung | Negative feedback | G/(1 + G·H) |
| Positive Rückkopplung | Positive feedback | G/(1 − G·H) |
| GrößeQuantity | ReiheSeries | ParallelParallel |
|---|---|---|
| Widerstand RResistance R | Rges = R₁ + R₂ + ⋯ | 1/Rges = 1/R₁ + 1/R₂ + ⋯ |
| Kapazität CCapacitance C | 1/Cges = 1/C₁ + 1/C₂ + ⋯ | Cges = C₁ + C₂ + ⋯ |
| Induktivität LInductance L | Lges = L₁ + L₂ + ⋯ | 1/Lges = 1/L₁ + 1/L₂ + ⋯ |
| BauteilComponent | Impedanz ZImpedance Z | PhasenverschiebungPhase Shift |
|---|---|---|
| WiderstandResistor | ZR = R | 0° |
| KondensatorCapacitor | ZC = 1/(jωC) | −90° |
| SpuleInductor | ZL = jωL | +90° |
| SchaltungCircuit | VerstärkungGain | EingangswiderstandInput Impedance |
|---|---|---|
| InvertierendInverting | A = −Rf/Rin | Zin = Rin |
| Nicht-invertierendNon-inverting | A = 1 + Rf/Rin | Zin → ∞ |
| SpannungsfolgerVoltage follower | A = 1 | Zin → ∞ |
| DifferenzverstärkerDifference amplifier | A = Rf/Rin · (U₂−U₁) | 2·Rin |
| SummiererSumming amplifier | Uout = −Rf(U₁/R₁+U₂/R₂+⋯) | R₁, R₂, … |
| GesetzLaw | GleichungEquation | |
|---|---|---|
| Gauß (E-Feld)Gauss (E-field) | ∮ E·dA = Q/ε₀ | |
| Gauß (B-Feld)Gauss (B-field) | ∮ B·dA = 0 | |
| Faraday | Faraday | ∮ E·dl = −dΦB/dt |
| Ampère-Maxwell | Ampère-Maxwell | ∮ B·dl = μ₀(I + ε₀·dΦE/dt) |
| CRC | PolynomPolynomial | ErkennungDetection | AnwendungApplication |
|---|---|---|---|
| CRC-8 | x⁸+x²+x+1 | 1-Bit, Burst ≤ 81-bit, burst ≤ 8 | I²C, 1-Wire |
| CRC-16 | x¹⁶+x¹⁵+x²+1 | 1-Bit, Burst ≤ 161-bit, burst ≤ 16 | Modbus, USB |
| CRC-32 | x³²+x²⁶+x²³+…+1 | 1-3 Bit, Burst ≤ 321-3 bit, burst ≤ 32 | Ethernet, ZIP |
| VarianteVariant | SchlüssellängeKey Length | RundenRounds | BlockgrößeBlock Size |
|---|---|---|---|
| AES-128 | 128 bit | 10 | 128 bit |
| AES-192 | 192 bit | 12 | 128 bit |
| AES-256 | 256 bit | 14 | 128 bit |
| AlgorithmusAlgorithm | Best | Average | Worst | SpeicherSpace | StabilStable |
|---|---|---|---|---|---|
| Bubble Sort | O(n) | O(n²) | O(n²) | O(1) | ✓ |
| Insertion Sort | O(n) | O(n²) | O(n²) | O(1) | ✓ |
| Merge Sort | O(n log n) | O(n log n) | O(n log n) | O(n) | ✓ |
| Quick Sort | O(n log n) | O(n log n) | O(n²) | O(log n) | ✗ |
| Heap Sort | O(n log n) | O(n log n) | O(n log n) | O(1) | ✗ |
| Counting Sort | O(n+k) | O(n+k) | O(n+k) | O(k) | ✓ |
| Radix Sort | O(d·n) | O(d·n) | O(d·n) | O(n+k) | ✓ |
| FallCase | BedingungCondition | ErgebnisResult |
|---|---|---|
| 1 | c < logb(a) | T(n) = O(nlogb(a)) |
| 2 | c = logb(a) | T(n) = O(nc · log n) |
| 3 | c > logb(a) | T(n) = O(nc) |
| AlgorithmusAlgorithm | KomplexitätComplexity | MethodeMethod |
|---|---|---|
| Kruskal | O(|E| · log |E|) | Kanten sortieren + Union-FindSort edges + Union-Find |
| Prim | O((|V|+|E|) · log |V|) | Nächster Knoten (Min-Heap)Next vertex (min-heap) |
| NotationNotation | BedeutungMeaning | FormalFormal |
|---|---|---|
| O(g(n)) | Obere SchrankeUpper bound | ∃c,n₀: f(n) ≤ c·g(n) ∀n≥n₀ |
| Ω(g(n)) | Untere SchrankeLower bound | ∃c,n₀: f(n) ≥ c·g(n) ∀n≥n₀ |
| Θ(g(n)) | Exakte SchrankeTight bound | f(n) = O(g(n)) ∧ f(n) = Ω(g(n)) |
| o(g(n)) | Strikt kleinerStrictly smaller | lim f(n)/g(n) = 0 |
| KlasseClass | DefinitionDefinition | BeispielExample |
|---|---|---|
| P | In Polynomialzeit lösbarSolvable in polynomial time | Sortieren, Kürzeste WegeSorting, Shortest paths |
| NP | In Polynomialzeit verifizierbarVerifiable in polynomial time | Faktorisierung, SATFactoring, SAT |
| NP-C | NP-vollständig (NP ∩ NP-hard)NP-complete (NP ∩ NP-hard) | SAT, TSP, CliqueSAT, TSP, Clique |
| FunktionFunction | FormelFormula | AbleitungDerivative | BereichRange |
|---|---|---|---|
| ReLU | max(0, x) | 0 oder 1 | [0, ∞) |
| Sigmoid | 1/(1+e⁻ˣ) | σ(1−σ) | (0, 1) |
| Tanh | (eˣ−e⁻ˣ)/(eˣ+e⁻ˣ) | 1−tanh²(x) | (−1, 1) |
| Leaky ReLU | max(αx, x) | α oder 1 | (−∞, ∞) |
| GELU | x·Φ(x) | Φ(x)+x·φ(x) | [−0.17, ∞) |
| MetrikMetric | FormelFormula |
|---|---|
| Accuracy | (TP+TN)/(TP+TN+FP+FN) |
| Precision | TP/(TP+FP) |
| Recall | TP/(TP+FN) |
| F1-Score | 2·Precision·Recall/(Precision+Recall) |
| Typ | Charakteristische GleichungCharacteristic Equation | BeschreibungDescription |
|---|---|---|
| D-FF | Q+ = D | Übernahme bei TaktflankeCapture at clock edge |
| T-FF | Q+ = T ⊕ Q | Toggle bei T=1Toggle when T=1 |
| JK-FF | Q+ = J·Q̄ + K̄·Q | J=K=1: ToggleJ=K=1: Toggle |
| OperationOperation | Ergebnis-FormatResult Format | NachbehandlungPost-processing |
|---|---|---|
| Addition Qa.b + Qa.bAddition Qa.b + Qa.b | Q(a+1).b | 1 Bit Guard1 bit guard |
| Multiplikation Qa.b × Qc.dMultiplication Qa.b × Qc.d | Q(a+c).(b+d) | Rechtsshift um b+d, truncateRight-shift by b+d, truncate |
| Assertion-TypAssertion Type | PrüfungCheck | SyntaxSyntax |
|---|---|---|
| Sofort (Immediate)Immediate | Kombinatorisch, ein ZeitpunktCombinational, single time | assert (expr) |
| Nebenläufig (Concurrent)Concurrent | Über Taktzyklen, temporalOver clock cycles, temporal | assert property (@(posedge clk) p) |
| GrößeQuantity | GleichförmigUniform | Gleichmäßig beschleunigtUniformly accelerated |
|---|---|---|
| Ort s(t)Position s(t) | s = v·t | s = v₀t + ½at² |
| Geschwindigkeit v(t)Velocity v(t) | v = const. | v = v₀ + a·t |
| Ohne ZeitangabeWithout time | — | v² = v₀² + 2a·s |
| GrößeQuantity | EinheitUnit | Symbol |
|---|---|---|
| LängeLength | Meter / m | |
| MasseMass | Kilogramm / kg | |
| ZeitTime | Sekunde / s | |
| StromstärkeElectric current | Ampere / A | |
| TemperaturTemperature | Kelvin / K | |
| StoffmengeAmount of substance | Mol / mol | |
| LichtstärkeLuminous intensity | Candela / cd |
| PräfixPrefix | Symbol | FaktorFactor | PräfixPrefix | Symbol | FaktorFactor | |
|---|---|---|---|---|---|---|
| Quetta | Q | 10³⁰ | dezi | d | 10⁻¹ | |
| Ronna | R | 10²⁷ | zenti | c | 10⁻² | |
| Yotta | Y | 10²⁴ | milli | m | 10⁻³ | |
| Zetta | Z | 10²¹ | mikromicro | μ | 10⁻⁶ | |
| Exa | E | 10¹⁸ | nano | n | 10⁻⁹ | |
| Peta | P | 10¹⁵ | piko | p | 10⁻¹² | |
| Tera | T | 10¹² | femto | f | 10⁻¹⁵ | |
| Giga | G | 10⁹ | atto | a | 10⁻¹⁸ | |
| Mega | M | 10⁶ | zepto | z | 10⁻²¹ | |
| kilo | k | 10³ | yokto | y | 10⁻²⁴ | |
| hekto | h | 10² | ronto | r | 10⁻²⁷ | |
| deka | da | 10¹ | quekto | q | 10⁻³⁰ |
| KonstanteConstant | Symbol | WertValue | |
|---|---|---|---|
| KreiszahlPi | π | 3.14159 26535 89793 | |
| Eulersche ZahlEuler’s number | e | 2.71828 18284 59045 | |
| Goldener SchnittGolden ratio | φ | 1.61803 39887 49894 | |
| √2 | √2 | √2 | 1.41421 35623 73095 |
| ln(2) | ln 2 | 0.69314 71805 59945 |
| KonstanteConstant | Symbol | WertValue | EinheitUnit |
|---|---|---|---|
| LichtgeschwindigkeitSpeed of light | c | 2.998·10⁸ m/s | |
| ElementarladungElementary charge | e | 1.602·10⁻¹⁹ C | |
| Plancksches WirkungsquantumPlanck’s constant | h | 6.626·10⁻³⁴ J·s | |
| Boltzmann-KonstanteBoltzmann constant | kB | 1.381·10⁻²³ J/K | |
| Avogadro-KonstanteAvogadro constant | NA | 6.022·10²³ mol⁻¹ | |
| Vakuum-PermittivitätVacuum permittivity | ε₀ | 8.854·10⁻¹² F/m | |
| Vakuum-PermeabilitätVacuum permeability | μ₀ | 4π·10⁻⁷ H/m | |
| GravitationskonstanteGravitational constant | G | 6.674·10⁻¹¹ m³/(kg·s²) |
| GroßUpper | KleinLower | Name | VerwendungUsage |
|---|---|---|---|
| Α | α | Alpha | Winkel, Lernrate, SignifikanzAngle, learning rate, significance |
| Β | β | Beta | Winkel, Momentum, Fehler 2. ArtAngle, momentum, type II error |
| Γ | γ | Gamma | Euler-Mascheroni, Batch-NormEuler-Mascheroni, batch norm |
| Δ | δ | Delta | Differenz, Fehlerterm, DiracDifference, error term, Dirac |
| Ε | ε | Epsilon | Toleranz, kleine GrößeTolerance, small quantity |
| Θ | θ | Theta | Winkel, Parameter, LandauAngle, parameter, Landau |
| Λ | λ | Lambda | Eigenwert, Wellenlänge, RegularisierungEigenvalue, wavelength, regularization |
| Μ | μ | Mu | Mittelwert, Mikro-PräfixMean, micro prefix |
| Π | π | Pi | Kreiszahl, ProduktPi, product |
| Σ | σ | Sigma | Summe, StandardabweichungSum, standard deviation |
| Φ | φ | Phi | Goldener Schnitt, Winkel, EulerGolden ratio, angle, Euler |
| Ω | ω | Omega | Ohm, Kreisfrequenz, untere SchrankeOhm, angular frequency, lower bound |
| f(x) | f′(x) | f(x) | f′(x) | |
|---|---|---|---|---|
| xn | n·xn−1 | sin(x) | cos(x) | |
| ex | ex | cos(x) | −sin(x) | |
| ln(x) | 1/x | tan(x) | 1/cos²(x) | |
| ax | ax·ln(a) | arcsin(x) | 1/√(1−x²) | |
| loga(x) | 1/(x·ln(a)) | arctan(x) | 1/(1+x²) |
| f(x) | ∫f(x)dx | f(x) | ∫f(x)dx | |
|---|---|---|---|---|
| xn (n≠−1) | xn+1/(n+1) | sin(x) | −cos(x) | |
| 1/x | ln|x| | cos(x) | sin(x) | |
| ex | ex | 1/(1+x²) | arctan(x) |
| f(t) | F(s) = ℒ{f(t)} |
|---|---|
| δ(t) | 1 |
| 1 (Sprung) | 1/s |
| t | 1/s² |
| tn | n!/sn+1 |
| e−at | 1/(s+a) |
| sin(ωt) | ω/(s²+ω²) |
| cos(ωt) | s/(s²+ω²) |
| e−at·sin(ωt) | ω/((s+a)²+ω²) |
| t·e−at | 1/(s+a)² |
| f[n] | F(z) |
|---|---|
| δ[n] | 1 |
| u[n] | z/(z−1) |
| n·u[n] | z/(z−1)² |
| an·u[n] | z/(z−a) |
| sin(ωn)·u[n] | z·sin(ω)/(z²−2z·cos(ω)+1) |
| cos(ωn)·u[n] | z·(z−cos(ω))/(z²−2z·cos(ω)+1) |
| VerteilungDistribution | E[X] | Var[X] |
|---|---|---|
| Bernoulli(p) | p | p(1−p) |
| Binomial(n,p) | np | np(1−p) |
| Poisson(λ) | λ | λ |
| Geometrisch(p) | 1/p | (1−p)/p² |
| Gleichverteilung(a,b) | (a+b)/2 | (b−a)²/12 |
| Exponential(λ) | 1/λ | 1/λ² |
| Normal(μ,σ²) | μ | σ² |
| Dec | Hex | Abk. | BedeutungMeaning | Dec | Hex | Abk. | BedeutungMeaning | |
|---|---|---|---|---|---|---|---|---|
| 0 | 00 | NUL | Null | 8 | 08 | BS | Backspace | |
| 9 | 09 | HT | Tab (\t) | 10 | 0A | LF | Line Feed (\n) | |
| 13 | 0D | CR | Carriage Return (\r) | 27 | 1B | ESC | Escape | |
| 32 | 20 | SP | LeerzeichenSpace | 127 | 7F | DEL | Delete |
| Dec | Hex | Char | Dec | Hex | Char | Dec | Hex | Char | Dec | Hex | Char | |||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 33 | 21 | ! | 34 | 22 | " | 35 | 23 | # | 36 | 24 | $ | |||
| 37 | 25 | % | 38 | 26 | & | 39 | 27 | ' | 40 | 28 | ( | |||
| 41 | 29 | ) | 42 | 2A | * | 43 | 2B | + | 44 | 2C | , | |||
| 45 | 2D | - | 46 | 2E | . | 47 | 2F | / | 48 | 30 | 0 | |||
| 49 | 31 | 1 | 50 | 32 | 2 | 51 | 33 | 3 | 52 | 34 | 4 | |||
| 53 | 35 | 5 | 54 | 36 | 6 | 55 | 37 | 7 | 56 | 38 | 8 | |||
| 57 | 39 | 9 | 58 | 3A | : | 59 | 3B | ; | 60 | 3C | < | |||
| 61 | 3D | = | 62 | 3E | > | 63 | 3F | ? | 64 | 40 | @ |
| Dec | Hex | Char | Dec | Hex | Char | Dec | Hex | Char | Dec | Hex | Char | ||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 65 | 41 | A | 66 | 42 | B | 67 | 43 | C | 68 | 44 | D | ||||
| 69 | 45 | E | 70 | 46 | F | 71 | 47 | G | 72 | 48 | H | ||||
| 73 | 49 | I | 74 | 4A | J | 75 | 4B | K | 76 | 4C | L | ||||
| 77 | 4D | M | 78 | 4E | N | 79 | 4F | O | 80 | 50 | P | ||||
| 81 | 51 | Q | 82 | 52 | R | 83 | 53 | S | 84 | 54 | T | ||||
| 85 | 55 | U | 86 | 56 | V | 87 | 57 | W | 88 | 58 | X | ||||
| 89 | 59 | Y | 90 | 5A | Z | ||||||||||
| Dec | Hex | Char | Dec | Hex | Char | Dec | Hex | Char | Dec | Hex | Char | |||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 91 | 5B | [ | 92 | 5C | \ | 93 | 5D | ] | 94 | 5E | ^ | |||
| 95 | 5F | _ | 96 | 60 | ` | 97 | 61 | a | 98 | 62 | b | |||
| 99 | 63 | c | 100 | 64 | d | 101 | 65 | e | 102 | 66 | f | |||
| 103 | 67 | g | 104 | 68 | h | 105 | 69 | i | 106 | 6A | j | |||
| 107 | 6B | k | 108 | 6C | l | 109 | 6D | m | 110 | 6E | n | |||
| 111 | 6F | o | 112 | 70 | p | 113 | 71 | q | 114 | 72 | r | |||
| 115 | 73 | s | 116 | 74 | t | 117 | 75 | u | 118 | 76 | v | |||
| 119 | 77 | w | 120 | 78 | x | 121 | 79 | y | 122 | 7A | z | |||
| 123 | 7B | { | 124 | 7C | | | 125 | 7D | } | 126 | 7E | ~ |
| OperationOperation | FormelFormula | BeispielExample |
|---|---|---|
| Groß ↔ KleinUpper ↔ Lower | c XOR 0x20 | 'A' (0x41) ⊕ 0x20 = 'a' (0x61) |
| Ziffer → WertDigit → Value | c − 0x30 | '0' (48) → 0, '9' (57) → 9 |
| Hex → WertHex → Value | A–F: c − 55, a–f: c − 87 | 'A' (65) − 55 = 10 |
| Ist Buchstabe?Is letter? | (c | 0x20) ∈ [0x61, 0x7A] | OR 0x20 macht beides klein |
| Symbol | BedeutungMeaning | BeispielExample |
|---|---|---|
| ∀ | Für alleFor all | ∀x ∈ ℝ: x² ≥ 0 |
| ∃ | Es existiertThere exists | ∃x: x² = 2 |
| ⇒ | ImplikationImplication | A ⇒ B |
| ⟺ | ÄquivalenzEquivalence | A ⟺ B |
| ∈ | Element vonElement of | 3 ∈ ℕ |
| ⊂ | TeilmengeSubset | ℕ ⊂ ℤ |
| ∅ | Leere MengeEmpty set | A ∩ B = ∅ |
| ∞ | UnendlichInfinity | lim n→∞ |
| ≡ | KongruentCongruent | a ≡ b (mod n) |
| ∝ | ProportionalProportional | F ∝ 1/r² |
Stand: 12. April 2026
As of: April 12, 2026
| Dateigröße | ca. 0,94 MB |
| File size | approx. 0.94 MB |
| Gesamtzeilen (HTML) | 9.457 |
| Total lines (HTML) | 9,457 |
| Wörter (reiner Textinhalt) | 46.661 |
| Words (pure text content) | 46,661 |
| Zeichen (mit Leerzeichen) | 282.241 |
| Characters (with spaces) | 282,241 |
| Zeichen (ohne Leerzeichen) | 235.581 |
| Characters (without spaces) | 235,581 |
| Geschätzte Papierseiten (DIN A4) | 187–233 Seiten |
| Estimated paper pages (DIN A4) | 187–233 pages |
| Kapitel / Abschnitte | 66 (Inhaltsverzeichnis, Vorwort, 56 Kapitel, 8 Anhänge) |
| Chapters / Sections | 66 (Table of contents, foreword, 56 chapters, 8 appendices) |
| Formel-Blöcke | 1.350 |
| Formula blocks | 1,350 |
| HTML-Tabellen | 96 |
| HTML tables | 96 |
| SVG-Grafiken | 16 |
| SVG graphics | 16 |
| Admonition-Boxen | 12 |
| Admonition boxes | 12 |
| Deutsche Elemente (data-lang="de") | 2.631 |
| German elements (data-lang="de") | 2,631 |
| Englische Elemente (data-lang="en") | 2.629 |
| English elements (data-lang="en") | 2,629 |
| HTML-Inhalt | 881.363 Zeichen (95,0 %) |
| HTML content | 881,363 characters (95.0%) |
| CSS-Styling | 25.956 Zeichen (2,8 %) |
| CSS styling | 25,956 characters (2.8%) |
| JavaScript | 20.036 Zeichen (2,2 %) |
| JavaScript | 20,036 characters (2.2%) |
| Gesamt | 927.355 Zeichen (100 %) |
| Total | 927,355 characters (100%) |
| Verfügbare Themes | 31 (10 dunkel, 10 mittel, 11 hell) |
| Available themes | 31 (10 dark, 10 medium, 11 light) |