[Math] Gram-Schmidt verifying orthonormal basis

linear algebramatricesorthonormal

Gram-Schmidt

If I have an orthonormal basis, how do I verify that they are indeed orthonormal?

I have Q, R and A

is it enough to times Q` by Q to give me I? or A=QR?

Edit:

Let's say I have a Matrix M and I know it is orthonormal basis but I want to verify it

Is $M^{\mathrm{T}}M=\mathrm{I}$ a proof that M are orthonormal basis?

any help?

Best Answer

Please, be more specific when posting the question. What exactly are your matrices $Q$, $R$ and $A$ that you talk about?

One way of checking would be to write down your basis as columns of a matrix, let's call it $M$. Then you simply have to verify that $M^{\mathrm{T}}M=\mathrm{id}$ holds. This would mean that the columns form an ONB.

Related Question