What is the span of a matrix?

Alisha Pitts

Alisha Pitts

Answered question

2022-01-22

What is the span of a matrix?

Answer & Explanation

Darian Sosa

Darian Sosa

Beginner2022-01-23Added 12 answers

Explanation:
A set of vectors spans a space if every other vector in the space can be written as a linear combination of the spanning set. But to get to the meaning of this we need to look at the matrix as made of column vectors.
Here's an example in R2:
Let our matrix M=(1235)
This has column vectors: (13) and (25) which are linearly independent, so the matrix is non-singular ie invertible etc etc.
Let's say that we want to show that the generalised point (x,y) is within the span of these 2 vectors, ie so that the matrix spans all of R2, then we look to solve this:
α(13)+β(25)=(xy)
or
(1235)(αβ)=(xy)
You can solve this is any number of ways, eg row reduce or invert M to get:
α=5x+2y,β=3xy
So let's say we want to check that (2,3) is in the span of this matrix, M, we apply the result we just got:
α=4
β=3
Double-check:
4(13)+3(25)=(23)
Consider next a different matrix: M=(1224). This is singular because its column vectors, (12) and (24), are linearly dependent. This matrix only spans along direction (12)

Do you have a similar question?

Recalculate according to your conditions!

New Questions in Linear algebra

Ask your question.
Get an expert answer.

Let our experts help you. Answer in as fast as 15 minutes.

Didn't find what you were looking for?