[SOLVED] 18.06-PS4

30.00 $

Programming resource
Digital learning resource
Category:
Practical programming resource
Suitable for guided study and reference
Tutor guidance available when needed

Description

Rate this product

Exercises on orthogonal matrices and Gram-Schmidt

Problem 17.1: (4.4 #10.b Introduction to Linear Algebra: Strang) Orthonormal vectors are automatically linearly independent.

Matrix Proof: Show that Qx = 0 implies x = 0. Since Q may be rectangular, you can use QT but not Q−1.

Problem 17.2: (4.4 #18) Given the vectors a, b and c listed below, use the Gram-Schmidt process to find orthogonal vectors A, B, and C that span the same space.

a = (1, −1, 0, 0), b = (0, 1, −1, 0), c = (0, 0, 1, −1).

Show that {A, B, C} and {a, b, c} are bases for the space of vectors perpendicular to d = (1, 1, 1, 1).

Resource details

Understand the Task Before You Use the Resource

Review the requirements, identify the programming concepts involved, study the implementation and test your understanding with your own examples and modifications.