Gram-Schmidt-Rechner
Generate orthogonal and orthonormal vectors.
Inhaltsverzeichnis
Wie zu Verwenden
- Enter vectors as rows separated by new lines
- Submit to get orthogonal and normalized results
- Copy the basis for further calculations
Process overview
Gram-Schmidt subtracts projections to build perpendicular vectors.
Normalization
Each orthogonal vector is scaled to unit length to form an orthonormal set.
Häufig gestellte Fragen
- Do vectors need to be independent?
- Dependent vectors will create zeros; the calculator still returns a basis for the span.
- Which dimensions are supported?
- Any consistent dimension works as long as all vectors share the same length.