Exercise 1.19

Suppose that we are given a set of vectors in n that form a basis, and let y be an arbitrary vector in n. We wish to express y as a linear combination of the basis vectors. How can this be accomplished?

Answers

Let x1,,xn be the basis of n in question, and let

y = a1x1 + + anxn
(1)

be the representation of y with respect to x1,,xn. Recall that n also has standard basis e1,,en consisting of vectors ej that have 1 as jth component and 0 everywhere else. Each of the basis vectors xi, 1 i n can be represented as a linear combination of the standard basis vectors

x1 = x11e1 + + xn1en x n = x1ne1 + + xnnen
(2)

Combining (1) and (2), we can find the representation of y with respect to the standard basis e1,,en:

y =a1x1 + + anxn =a1 (x11e1 + + xn1en) + a n (x1ne1 + + xnnen) =e1 (a1x11 + + anx1n) + =e n (a1xn1 + + anxnn)
(3)

But y has another convenient representation with respect to the standard basis:

y = y1e1 + + ynen.
(4)

Setting both of them equal, we obtain the following system of linear equalities

{ a1x11 + + anx1n = y1 a 1xn1 + + anxnn = yn

which is equivalent to solving the following equation for a:

[x11x1n x n1xnn ] [ a1 a n ] = [y1 y n ] .

By Theorem 1.2 this linear system has a unique solution.

User profile picture
2022-02-12 18:05
Comments