Question 4.7.1: Coordinates and Components in R^n Find the coordinate matrix...

Coordinates and Components in R^n

Find the coordinate matrix of x = (-2, 1, 3) in relative to the standard basis

S = {(1, 0, 0), (0, 1, 0), (0, 0, 1)}.

The blue check mark means that this solution has been answered and checked by an expert. This guarantees that the final answer is accurate.
Learn more on how we answer questions.

Because x can be written as x = (-2, 1, 3) = -2(1, 0, 0) + 1(0, 1, 0) + 3(0, 0, 1), the coordinate matrix of relative to the standard basis is simply

[x]_s = \left [ \begin{matrix} -2 \\ 1 \\ 3 \end{matrix} \right ] .
So, the components of x are the same as its coordinates relative to the standard basis.

Related Answered Questions