How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Constructing orthogonal vectors in SAS

calendar_today August 10, 2026 person Rick Wicklin domain sas

One of the great algorithms of linear algebra is the Gram-Schmidt orthogonalization process, which enables you to construct an orthogonal basis for a linear subspace from any set of linearly independent vectors that span the subspace. The Gram-Schmidt process is the basis for the QR decomposition in numerical linear algebra, […] The post Constructing orthogonal vectors in SAS appeared first on SAS Blogs .

open_in_new Read original post