Calcolatore Gram-Schmidt
Generate orthogonal and orthonormal vectors.
Sommario
Come Usare
- 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.
Domande frequenti
- 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.