1. (5 points) Use two arbitrary 2-dimensional vectors to verify: If vectors u and v are orthogonal, then ||u||² + ||v||²
Posted: Wed Jul 06, 2022 11:53 am
1. (5 points) Use two arbitrary 2-dimensional vectors to verify: If vectors u and v are orthogonal, then ||u||² + ||v||² = ||u – v||². Here, ||u||² is the length squared of u. 1 0 2. (5 points) Given a list of three vectors, V₁ = 2, V2 = 2 9 V3 = 3 -4 2 0 Show whether this list of three vectors is linearly independent or linearly dependent. Hint: you can form a matrix [v₁ V2 V3], then use the reduced echelon form. It also works if you use the definition of linear (in)dependence. 3. (4 points) If A is a square matrix and (I - A) is nonsingular. Show (prove) that A(I - A) ¹ = (I - A)-¹A.