(i) P = "\\begin{bmatrix}\n 1 & 1 \\\\\n 2 & -1\n\\end{bmatrix}"
(ii) P = "\\begin{bmatrix}\n 1 & -1 \\\\\n -2 & 1\n\\end{bmatrix}"
(iii) P = "\\begin{bmatrix}\n 1 & 0 \\\\\n 0 & 1\n\\end{bmatrix}"
3.. Suppose T:R2 -> M22 is a linear defined by T(u,v) = "\\begin{bmatrix}\n u & v \\\\\n u & 2u\n\\end{bmatrix}" then Ker (T) is ...
1.
Find the reduced row echelon form
"R_2=R_2-R_1"
"R_3=R_3+R_1"
"R_4=R_4-R_1"
"R_2=-R_2"
"R_1=R_1-2R_2"
"R_3=R_3-3R_2"
"R_4=R_4-2R_2"
"R_3=R_3\/(-2)"
"R_1=R_1+R_3"
"R_2=R_2-R_3"
"R_4=R_4+2R_3"
To find the null space, solve the matrix equation
Since this system has a unique solution, the null space contains only a zero vector.
The nullity of a matrix is the dimension of the basis for the null space.
Thus, the nullity of the matrix is 0.
The null space is "\\begin{bmatrix}\n 0 \\\\\n 0 \\\\\n0 \\\\\n\\end{bmatrix}," it has no basis.
The nullity of the matrix is "0."
2.
Find the eigenvalues and eigenvectors
"\\det (A-\\lambda I)=\\begin{vmatrix}\n 5-\\lambda &-3 \\\\\n -6 & 2-\\lambda\n\\end{vmatrix}"
"=(5-\\lambda)(2-\\lambda)-18=10-7\\lambda+\\lambda^2-18"
"=\\lambda^2-7\\lambda-8"
The characteristic equation
"(\\lambda+1)(\\lambda-8)=0"
The roots are "\\lambda_1=-1, \\lambda_2=8."
These are the eigenvalues.
Find the eigenvectors.
"\\lambda=-1"
"\\begin{bmatrix}\n 5-\\lambda &-3 \\\\\n -6 & 2-\\lambda\n\\end{bmatrix}=\\begin{bmatrix}\n 6 &-3 \\\\\n -6 & 3\n\\end{bmatrix}""R_2=R_2+R_1"
"\\begin{bmatrix}\n 6 &-3 \\\\\n 0 & 0\n\\end{bmatrix}""R_1=R_1\/6"
"\\begin{bmatrix}\n 1 &-1\/2 \\\\\n 0 & 0\n\\end{bmatrix}"Solve the matrix equation
If we take "x_2=t," then "x_1=t\/2."
Thus "\\vec x=\\begin{bmatrix}\nt\/2 \\\\\n t\n\\end{bmatrix}=\\begin{bmatrix}\n1 \\\\\n 2\n\\end{bmatrix}s"
This is the eigenvector.
"\\lambda=8"
"R_2=R_2-2R_1"
"R_1=R_1\/(-3)"
Solve the matrix equation
If we take "x_2=t," then "x_1=-t."
Thus "\\vec x=\\begin{bmatrix}\n -t \\\\\n t\n\\end{bmatrix}=\\begin{bmatrix}\n 1 \\\\\n -1\n\\end{bmatrix}s"
This is the eigenvector.
Form the matrix "P," whose column "i" is "i" -th eigenvector
The matrix "P" that is diagonalizes "A" is
(i)
3.
Find the reduced row echelon form
"R_3=R_3-R_1"
"R_4=R_4-2R_1"
To find the null space, solve the matrix equation
Since this system has a unique solution, the null space contains only a zero vector.
The nullity of a matrix is the dimension of the basis for the null space.
Thus, the nullity of the matrix is 0.
The null space is "\\begin{bmatrix}\n 0 \\\\\n 0 \\\\\n\n\\end{bmatrix}," it has no basis.
The nullity of the matrix is "0." This is the dimension of the kernel of "T."
Ker"(T)" is zero.
Comments
Leave a comment