Gram-Schmidt orthonormalization process


Autor/Urheber:
Größe:
440 x 330 Pixel (715742 Bytes)
Beschreibung:
The animation illustrates the Gram-Schmidt process for obtaining an orthonormal basis of vectors, in this particular case, in 3-dimensional euclidean space.
  1. The first of the original vectors, v1, is taken as the first vector of the orthogonal basis, u1.
  2. The second of the original vectors, v2, is then projected onto u1. The projection is subtracted from v2, obtaining a new vector u2, which is orthogonal to u1
  3. The third of the original vectors, v3, is projected onto u1. The result is subtracted from v3, obtained the intermediate vector v'3. This intermediate vector was used for illustration purposes, in order to show the orthogonalization against each individual vector one at a time. Next, this intermediate vector is projected onto u2, and the resulting vector is subtracted from v'3, resulting in the vector u3, which is orthogonal to both u1 and u2. At this point, we have an orthogonal basis, but not an orthonormal basis, as the vectors are not unit vectors.
  4. In the last step, the vectors are scaled by the inverse of their norms, a process called normalization. The resulting vectors, e1, e2 and e3 are mutually orthogonal, and are all unit vectors. Therefore, they form an orthonormal basis for the 3-dimensional euclidean space R3. This completes the process.
Kommentar zur Lizenz:
Public domain Ich, der Urheberrechtsinhaber dieses Werkes, veröffentliche es als gemeinfrei. Dies gilt weltweit.
In manchen Staaten könnte dies rechtlich nicht möglich sein. Sofern dies der Fall ist:
Ich gewähre jedem das bedingungslose Recht, dieses Werk für jedweden Zweck zu nutzen, es sei denn, Bedingungen sind gesetzlich erforderlich.
Lizenz:
Public domain
Bild teilen:
Facebook   Twitter   Pinterest   WhatsApp   Telegram   E-Mail
Weitere Informationen zur Lizenz des Bildes finden Sie hier. Letzte Aktualisierung: Wed, 13 Mar 2024 05:20:39 GMT


Relevante Artikel

Gram-Schmidtsches Orthogonalisierungsverfahren

Das Gram-Schmidt’sche Orthogonalisierungsverfahren ist ein Algorithmus aus dem mathematischen Teilgebiet der linearen Algebra. Er erzeugt zu jedem System linear unabhängiger Vektoren aus einem Prähilbertraum ein Orthogonalsystem, das denselben Untervektorraum erzeugt. Eine Erweiterung stellt das Gram-Schmidt’sche Orthonormalisierungsverfahren dar: Statt eines Orthogonalsystems berechnet es ein Orthonormalsystem. Verwendet man ein System von Basisvektoren als Eingabe für die Algorithmen, so berechnen sie eine Orthogonal- bzw. Orthonormalbasis. .. weiterlesen