Understanding Span, Basis, and Dimension to Linear Algebra Concepts

jlucas134
Messages
21
Reaction score
0
I need some help to understand the concepts of span, basis, and dimension.

1-How do you determine if a set of vectors [in matrix form] span a region?
-Do you set the given matrix set to arbitary numbers and see if
there is a unique, infinite, or no solution?
ie, set a 4X4 matrix = to [a b c d] and determine the type of solution?

2. How do you find a basis for the kernel of the linear map L : R^4 goes to
R4 corresponding to multiplication of a given matrix?
-Do you do the same thing as above, but set the given matrix equal to
zero to find the kernal and after you find the kernal, do you find the
basis?

3. How do you find a basis for the range of this same map?
Do you find the range, then the basis?

I think if I understand these concepts, I can do the homework. Any assistance would be appreciated.

Thanks in advance!
 
Physics news on Phys.org
jlucas134 said:
I need some help to understand the concepts of span, basis, and dimension.

1-How do you determine if a set of vectors [in matrix form] span a region?
-Do you set the given matrix set to arbitary numbers and see if
there is a unique, infinite, or no solution?
ie, set a 4X4 matrix = to [a b c d] and determine the type of solution?

Yes, you do. Note that the solution (i.e. representation) doesn't have to be unique if you're talking about a spanning set. Existance is important.

jlucas134 said:
2. How do you find a basis for the kernel of the linear map L : R^4 goes to
R4 corresponding to multiplication of a given matrix?
-Do you do the same thing as above, but set the given matrix equal to
zero to find the kernal and after you find the kernal, do you find the
basis?

Of course, you first have to find the kernel, i.e. you have to know what a set looks like in order to do anything with it.
 
these questions are answered in every linear algebra text. indeed this is about all there is to basic concrete linear algebra. do you have a book? e.g. shifrin and adams?
 
Last edited:
use gaussian elimination.

given a set of vectors in R^n, put them in as either rows or columns in a matrix and row reduce. they did span iff the number of non zeroes rows remaining is n, iff the number of "pivot" columns is n.

to find a basis for the image of a matrix, reduce and take the pivot columns as your basis. use the usual solution procedure on the reduced matrix (back substitution) to write down a basis of the null space or kernel.

to see if a given vector lies in the span of the columns of a matrix, add it as another column, reduce and see if this new last column is a pivot, (if so it is not in the span).
 
Last edited:
##\textbf{Exercise 10}:## I came across the following solution online: Questions: 1. When the author states in "that ring (not sure if he is referring to ##R## or ##R/\mathfrak{p}##, but I am guessing the later) ##x_n x_{n+1}=0## for all odd $n$ and ##x_{n+1}## is invertible, so that ##x_n=0##" 2. How does ##x_nx_{n+1}=0## implies that ##x_{n+1}## is invertible and ##x_n=0##. I mean if the quotient ring ##R/\mathfrak{p}## is an integral domain, and ##x_{n+1}## is invertible then...
The following are taken from the two sources, 1) from this online page and the book An Introduction to Module Theory by: Ibrahim Assem, Flavio U. Coelho. In the Abelian Categories chapter in the module theory text on page 157, right after presenting IV.2.21 Definition, the authors states "Image and coimage may or may not exist, but if they do, then they are unique up to isomorphism (because so are kernels and cokernels). Also in the reference url page above, the authors present two...
When decomposing a representation ##\rho## of a finite group ##G## into irreducible representations, we can find the number of times the representation contains a particular irrep ##\rho_0## through the character inner product $$ \langle \chi, \chi_0\rangle = \frac{1}{|G|} \sum_{g\in G} \chi(g) \chi_0(g)^*$$ where ##\chi## and ##\chi_0## are the characters of ##\rho## and ##\rho_0##, respectively. Since all group elements in the same conjugacy class have the same characters, this may be...
Back
Top