Erklärung der Funktionsweise

Explanation of functionality

Die Approximation bezeichnet im mathematischen Sinne eine Näherung. Die zu bestimmende Kurve muss demnach nicht vollständig durch alle Punkte verlaufen, sondern sich diesen ausschließlich annähern.

Die Interpolation bezeichnet in der numerischen Mathematik eine Klasse von Problemen und Verfahren. Zu den gegebenen diskreten Daten (z.B. Messdaten) soll eine kontinuierliche Funktion ermittelt werden, die diese Daten veranschaulicht.

Ein Spline ist eine Funktion, die stückweise aus Polynomen besteht. Die Stellen im Graphen, an denen zwei Polynomstücke zusammentreffen (im Beispiel die blauen Kreise) nennt man Knoten. Sind die Funktionsstücke linear, handelt es sich um einen linearen Spline (auch Polygonzug genannt). Analog dazu gibt es z.B. quadratische oder kubische Splines.
In a mathematical sense, the approximation denotes values that are close but not the exact same. Therefore, the curve to be determined does not have to run completely through all points, but only have to approximate them.

In numerical mathematics, interpolation describes a class of problems and procedures. A continuous function is to be determined for the given discrete data (e.g. measurement data), which illustrates this data.

A spline is a special function defined piecewise by polynomials. The points in the graph where two polynomials meet (in the example the blue circles) are called knots. If the polynomials are linear, it is a linear spline. Analogous to this there are e.g. square or cubic splines.

Steuerung

Control

Hilfe zum Programm

Help with the program

Wählen Sie eine beliebige Kurvenberechnungsart aus, indem Sie die entsprechende Checkbox anhaken.

Verschieben Sie die Punkte beliebig auf der Zeichenfläche per Drag and Drop.
Select any type of curve calculation by checking the corresponding checkbox.

Move the points anywhere on the drawing area using drag and drop.