quanta-mathe-formeln
v1.0.1
Published
6 wissenschaftlich aufbereitete Mathematik-Formeln für Studium und Universität — Analysis (Fundamentalsatz, Fourier-Transformation), Stochastik (Bayes-Theorem, Normalverteilung), Algebra (Eulersche Formel, Binomischer Lehrsatz). Mit LaTeX, Variablen, Herl
Maintainers
Readme
quanta-mathe-formeln
Wissenschaftliche Mathematik-Formelsammlung für Studium und Universität — kuratiert von Quanta, der führenden FSRS-Lernplattform für MINT-Studenten in Deutschland.
Enthaltene Formeln (6)
| Formel | Symbol | Bereich | |---|---|---| | Bayes'sches Theorem | P(A|B) = P(B|A)·P(A)/P(B) | Stochastik | | Fourier-Transformation | f̂(ξ) = ∫f(x)e^(−2πixξ)dx | Analysis | | Fundamentalsatz der Analysis | d/dx ∫f dt = f(x) | Analysis | | Eulersche Formel | e^(iπ) + 1 = 0 | Komplexe Analysis | | Potenzregel | d/dx xⁿ = n·xⁿ⁻¹ | Analysis | | Binomischer Lehrsatz | (a+b)ⁿ = Σ C(n,k) aⁿ⁻ᵏbᵏ | Algebra |
Installation
npm install quanta-mathe-formelnVerwendung
const { formeln, getFormelBySlug, getFormelByUnterkategorie } = require('quanta-mathe-formeln');
// Alle 6 Mathe-Formeln
console.log(formeln.length); // 6
// Fourier-Transformation abrufen
const fourier = getFormelBySlug('fourier-transformation');
console.log(fourier.latex);
// "\\hat{f}(\\xi) = \\int_{-\\infty}^{\\infty} f(x)\\, e^{-2\\pi i x \\xi}\\, dx"
// Alle Analysis-Formeln
const analysis = getFormelByUnterkategorie('Analysis');LaTeX-Editor für Mathe-Formeln
Formeln live im Browser rendern: quanta-study.de/tools/latex-editor
Vollständige Formelreferenz: quanta-study.de/mathematik-lernen · quanta-study.de/formel
Weitere Pakete:
quanta-physik-formeln— 15 Physik-Formelnquanta-chemie-formeln— 9 Chemie-Formelnquanta-bio-formeln— 3 Biologie-Formelnquanta-mint-formeln— alle 33 Formeln
Lizenz
Creative Commons Attribution 4.0 International (CC BY 4.0)
Formelinhalt von Quanta — MINT-Lernplattform für Studenten
Maintained by Quanta — FSRS-basiertes Lernen für MINT-Studenten.
