Console applications for integral and interpolation (German).
Approximiert (a) Flächen- oder (b) Kurven-Integrale
mittels Romberg Methode, dabei
ggf. Dateiausgabe nach romi.txt
von Funkionsmatrix
bei
- Ausführung von
ROMI.bat
: - Definition von
$f(x)$ inROMI.h
; - Compilieren von
ROMI.c
; - Ausführung von
ROMI.exe
.
Handhabung
ROMI [a] [b] [d] [m] [F]
[a] ..... Integrations Minimum a
[b] ......Integrations Maximum b
[d] ......Delta d
[m] ......Modus: (0)Flaechen.I (1)Kurven.I
[F] ......Funktionsmatrix: (0)keine (1)romi.txt
Approximiert das Integral
- Ausführung von
ROME.bat
: - Definition von
$f(x)$ inROME.h
; - Compilieren von
ROME.c
; - Ausführung von
ROME.exe
.
Handhabung
ROME [a] [b]
[a] ....... Integrations Minimum a
[b] ....... Integrations Maximum b
Kubische Spline Interpolation: Berechnung der Koeffizientenmatrix
- Übernahme einer ASCII Funktionsmatrix Datei
$\mathbfit F$ ; - Ausgabe der ASCII Koeffizientenmatrix Datei
$\mathbfit A$ (KUSI.txt
); - Berechnung von
$\mathbfit{s(x)}$ über die Interpolations-Funktion.
Handhabung
KUSI [f] [x]
[f] ......... Funktionsmatrix Datei (F)
[x] ......... Funktionswert x
Kubische Spline Funktion: Berechnung einer Funktionsmatrix
- Übernahme einer ASCII Funktionsmatrix Datei
$\mathbfit F$ ; - Übernahme der ASCII Koeffizientenmatrix Datei
$\mathbfit A$ (KUSI.txt
); - Ausgabe der ASCII Funktionsmatrix Datei
$\mathbfit S$ (KUSF.txt
).
Handhabung
KUSF [f] [a] [b] [d]
[f] ......... Funktionsmatrix Datei (F)
[a] ......... (x) Minimum
[b] ......... (x) Maximum
[d] ......... Intervall d
Newton Interpolation: Berechnung des Koeffizientenvektors
- Übernahme einer ASCII Funktionsmatrix Datei
$\mathbfit F$ ; - Ausgabe einer ASCII Koeffizientenvektor Datei
$\mathbfit a$ (nwti.txt
); - Berechnung von
$\mathbfit{p(x)}$ über das Interpolations-Polynom.
Handhabung
NWTI [f] [x]
[f] ......... Funktionsmatrix Datei (F)
[x] ......... Funktionswert x
Newton Interpolations Polynom: Berechnung einer Funktionsmatrix
- Übernahme der ASCII Koeffizientenvektor Datei
$\mathbfit a$ (nwti.txt
); - Ausgabe der ASCII Funktionsmatrix Datei
$\mathbfit F$ (nwtp.txt
).
Handhabung
NWTP [a] [b] [d]
[a] ......... (x) Minimum
[b] ......... (x) Maximum
[d] ......... Intervall d
Meyberg, K., & Vachenauer, P. (2001). Integration. In Höhere Mathematik 1. Springer-Lehrbuch. Springer, Berlin, Heidelberg. https://doi.org/10.1007/978-3-642-56654-7_4