Expressing matricies as vectors

  • Thread starter Thread starter SprucerMoose
  • Start date Start date
  • Tags Tags
    Matricies Vectors
AI Thread Summary
The discussion focuses on expressing matrices as coordinate vectors to determine if a set spans a vector space, specifically M2X2. It is mathematically valid to write matrices in coordinate form, but it's recommended to indicate the basis used for clarity. While working with coordinate vectors can simplify checking for linear independence, traditional matrix notation is often clearer for readers. The concepts of spanning and linear independence are consistent across different bases, meaning a linearly independent set remains so regardless of the basis. Lastly, an n-tuple is defined as an element of Rn or Cn, and while coordinate vectors can be treated similarly, their practical utility may be limited.
SprucerMoose
Messages
62
Reaction score
0
G'day,

I'm doing some questions on whether or not a given set spans a given vector space and was wondering what the best way to write out a matrix is.

For example, if I am wanting to show that a bunch of M2X2 elements spans M2X2, can I express each matrix as a coordinate vector with respect to a basis say B={Ei,j|i=1,2;j=1,2}.

I have been writing my sets along the lines of...

SB = {(1,2,3,4), (2,3,4,5),...}

to make it easier to write, but I'm not sure if this is the correct notation. Is is acceptable rewrite the whole set with respect to a basis like this? What is the best way to resolve matrices into a simpler form for calculation in such a scenario?

Also, in the general case, if I represent a bunch of vectors with respect to some other basis, if these vectors are linearly independent and/or span a subspace in the new basis, does that imply that, with respect to the original basis, the vectors span the same subspace and are also independent?

Thanks
 
Last edited:
Mathematics news on Phys.org
Anybody?
 
SprucerMoose said:
G'day,

I'm doing some questions on whether or not a given set spans a given vector space and was wondering what the best way to write out a matrix is.

For example, if I am wanting to show that a bunch of M2X2 elements spans M2X2, can I express each matrix as a coordinate vector with respect to a basis say B={Ei,j|i=1,2;j=1,2}.

I have been writing my sets along the lines of...

SB = {(1,2,3,4), (2,3,4,5),...}

to make it easier to write, but I'm not sure if this is the correct notation. Is is acceptable rewrite the whole set with respect to a basis like this? What is the best way to resolve matrices into a simpler form for calculation in such a scenario?

Let's say that there is certainly nothing wrong with the notation, it is mathematically valid. However, if I were you, I would indicate that these vectors are with respect to the basis B. So I would write it as

S_8=\{(1,2,3,4)_B,(2,3,4,5)_B,...\}

just to indicate that we're not working with 4-tuples here, but rather with coordinates. Other then that, there is nothing mathematically wrong with this notation.

But, mathematically wrong is not the only thing you should be aware of. When handing is an assignment or something else, I would advice to write the matrices in their usual form and not in coordinate form. The reason is that matrices in their usual form are conceptually easier to understand, and we know how to handle them. Writing them as coordinates may confuse the reader...

Also, in the general case, if I represent a bunch of vectors with respect to some other basis, if these vectors are linearly independent and/or span a subspace in the new basis, does that imply that, with respect to the original basis, the vectors span the same subspace and are also independent?

Yes, spanning and linear dependence are notions which do not depend on the basis. So a linear independent set in one basis will be linear independent in every bas!s!
 
Thanks very much.

If I was to attempt to work with a group of nxn matrices, wouldn't it be easier to express them in coordinate form to check for independence, i.e. straight into an augmented matrix as columns and obtain RREF?

Also, can you work with a bunch of coordinate vectors for matrices as a column, row or null space, or is this an operation reserved for n-tuples? Is the column space, etc, of the Mn,n vector space defined. By the way how is an n-tuple defined? Is it just one of Rn or Cn.

Thanks again.
 
SprucerMoose said:
If I was to attempt to work with a group of nxn matrices, wouldn't it be easier to express them in coordinate form to check for independence, i.e. straight into an augmented matrix as columns and obtain RREF?

Yes, in this case it much easier to work in coordinate form!

Also, can you work with a bunch of coordinate vectors for matrices as a column, row or null space, or is this an operation reserved for n-tuples? Is the column space, etc, of the Mn,n vector space defined.

I have a hard to figuring out what you mean with this. Can you perhaps give an example of what you want to do?

By the way how is an n-tuple defined? Is it just one of Rn or Cn.

For your purposes, it is enough to know that an n-tuple is indeed just an element of \mathbb{R}^n or \mathbb{C}^n. It's just a collection of n elements where the order matters.

There is an entire set theoretical definition of n-tuples, but I fear that this will only confuse you. The important thing isn't how an n-tuple is defined, but what it's properties are...
 
I have a hard to figuring out what you mean with this. Can you perhaps give an example of what you want to do?
To be honest, I'm not even sure what I mean. If I obtain a bunch of vectors from Mn,n with respect to the bases decribed earlier, they will now be coordinate vectors, can I take these coordinate vectors and form a column space of coordinate vectors, or is this not "allowed" because they are not n-tuples?
 
Well, it's probably allowed to do such things. But I kind of doubt that such things will be useful. In any case, I've never seen people do this. But I don't think it would be wrong of you if you would treat coordinate vectors as n-tuples...
 
No worries.

Thanks again for you time and excellent responses.
 
Back
Top