(New page: A vector v is in the kernel of a matrix A if and only if Av=0. Thus, the kernel is the span of all these vectors. Similarly, a vector v is in the kernel of a [[linear transformati...)
 
Line 28: Line 28:
 
0 \\
 
0 \\
 
0\end{bmatrix}
 
0\end{bmatrix}
 +
</math>
 +
 +
A related concept is that  of [[Image_(linear_algebra)|image of a matrix A]].
 +
 +
The dimensions of the image and the kernel of A are related in the [[Rank_nullity_theorem_(linear_algebra)|Rank Nullity Theorem]]
 +
----
 +
[[MA351|Back to MA351:"Elementary Linear Algebra"]]
 +
[[Category:MA351]]

Revision as of 12:34, 13 April 2010

A vector v is in the kernel of a matrix A if and only if Av=0. Thus, the kernel is the span of all these vectors.

Similarly, a vector v is in the kernel of a linear transformation T if and only if T(v)=0.

For example the kernel of this matrix (call it A)

$ \begin{bmatrix} 1 & 0 & 0\\ 0 & 2 & 1\end{bmatrix} $

is the following matrix, where s can be any number:

$ \begin{bmatrix} 0 \\ -s\\ 2s\end{bmatrix} $

Verification using matrix multiplaction: the first entry is $ 0*1-s*0+2s*0=0 $ and the second entry is $ 0*0-s*2+2s*1=0 $.

$ \begin{bmatrix} 1 & 0 & 0\\ 0 & 2 & 1\end{bmatrix}* \begin{bmatrix} 0 \\ -s\\ 2s\end{bmatrix}= \begin{bmatrix} 0 \\ 0\end{bmatrix} $

A related concept is that of image of a matrix A.

The dimensions of the image and the kernel of A are related in the Rank Nullity Theorem


Back to MA351:"Elementary Linear Algebra"

Alumni Liaison

Abstract algebra continues the conceptual developments of linear algebra, on an even grander scale.

Dr. Paul Garrett