Use the Gram-Schmidt process to determine an orthonormal basis for the subspace of R^3 spanned by x and y?

2011-04-23 12:43 am
Use the Gram-Schmidt process to determine an orthonormal basis for the subspace of R^3 spanned by x and y
x=[-12,9,-6,0]
y=[0,-3,10,-2]

回答 (1)

2011-04-23 4:43 am
✔ 最佳答案
Note: These vectors are in R^4.
-------------------------
First, we use Gram-Schmidt to determine an orthogonal basis.

u = x = [-12, 9, -6, 0]
v = y - [(y · u)/(u · u)] u = [0, -3, 10, -2] - (-87/261) [-12, 9, -6, 0] = [-4, 0, 8, -2].

Check: [-12, 9, -6, 0] is orthogonal to [-4, 0, 8, -2], because their dot product is 0.

Finally, make u and v unit length.
==> [-12, 9, -6, 0]/√261 and [-4, 0, 8, -2]/√84 determine the orthonormal basis.

I hope this helps!


收錄日期: 2021-04-30 01:18:15
原文連結 [永久失效]:
https://hk.answers.yahoo.com/question/index?qid=20110422164343AAQJuRe

檢視 Wayback Machine 備份