Linear Algebra Change Matrices Confusion

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
6 replies · 2K views
jumbogala
Messages
414
Reaction score
4

Homework Statement


Suppose N is an invertible n x n matrix, and let D = {f1, f2, ... , fn} where fi is column i of N for each i. If B is the standard basis of Rn, show that MBD(1Rn) = N.

Call the standard basis of Rn = {E1, ... , En}

Homework Equations


The Attempt at a Solution


The first thing I don't get is whether D is a basis. I thought it had to be a basis to do this kind of question, but the problem doesn't specify! I'm going to assume it is...

Now I'm going to write the matrix M, specifying its entries. For example, f11 is the entry at row 1, column 1. f1 will just denote column 1 of M.
M =
[f11 ... f1n
: :
: :
fn1 ... fnn]

1Rn(f1) = f1, 1Rn(fn) = fn.

f1 can be written as f11E1 + ... + fn1En
fn can be written as fn1E1 + ... + fnnEn

Then MBD(1Rn) is the coefficients of the above, written in column form, so we get exactly the matrix M.

This seems to prove it! But the question specifies that M is invertible, and I didn't use that fact at all. So I think I may have done something wrong. Can anyone help?
 
Physics news on Phys.org
Ooh, right - I completely forgot about that. I'm confused about what D is actually a basis FOR. Is it a basis of R^n?

If so I can say that because there are n elements in D, and it's linearly independent, it spans. Therefore it's a basis.

If it's not a basis of R^n, I'm not sure.
 
jumbogala said:
Ooh, right - I completely forgot about that. I'm confused about what D is actually a basis FOR. Is it a basis of R^n?

If so I can say that because there are n elements in D, and it's linearly independent, it spans. Therefore it's a basis.

If it's not a basis of R^n, I'm not sure.

Well, sure. If D is invertible its columns have to span R^n. Otherwise it wouldn't be onto, would it?
 
What does onto have to do with it? I thought it had to span because A is invertible if and only if AX = B has a solution for every B, not anything to do with transformations...
 
jumbogala said:
What does onto have to do with it? I thought it had to span because A is invertible if and only if AX = B has a solution for every B, not anything to do with transformations...

Sorry, I mean N is invertible only if its columns D span R^n. N(E1)=f1. N(E2)=f2. Etc. So N(a1*E1+...+an*En)=a1*f1+...+an*fn. If the f's don't span, then there is a B that's not a combination of the f's. Then Nx=B can't have a solution.
 
That makes a lot of sense. I understand now, thank you!