The assignment content discusses various mathematical problems and solutions related to linear algebra. It covers topics such as proof by induction, LU decomposition, row echelon form, subspace, eigenvalues, eigenvectors, orthogonal basis, and matrix operations.
Contribute Materials
Your contribution can guide someone’s learning journey. Share your
documents today.
Problem 1 Proof by induction n≥0,then2n≥nwherenisanaturalnumber p(n);2n>n,forn=1wehanep(1);21>1hence p (1) is true Supposep(k)=truefork>+0thenp(k+1)=truewheneverpk=true 2k>k[n=k] 2∗2k>2k 2k+1>2k but2kthats(k+k) Being that(k+k)>k+1 Then2k+1>k+1thereforep(k+1)istruewheneverp(k)istrue Hence by principal of mathematical inductionp(n)istrueforalln≥0 Problem 2 A= [1232 0141 5606 0011] a)A−1 A−1=1 det(A)∗adj(A) det(A)=(1∗1∗0∗1)+(1∗4∗6∗0)+(1∗1∗6∗1)+(2∗0∗6∗1)+(2∗4∗5∗1)+(2∗1∗0∗0)∗(3∗0∗6∗1)+(3∗1∗ This gives 6+40+10−6−24−10−15=1 Hence the determinant is 1 Adj(A)= [b11b12b13b14 b21b22b23b24 b31b32b33b34 b41b42b43b44 ]now b11=(1∗0∗1)+(4∗1∗0)+(1∗6∗1)−(1∗6∗1)−(4∗6∗1)−(1∗0∗0)=−23 b12=(2∗1∗1)+(3∗6∗1)+(0∗0∗0)−(2∗0∗1)−(3∗6∗0)−(2∗6∗1)=8
Secure Best Marks with AI Grader
Need help grading? Try our AI Grader for instant feedback on your assignments.
b13=(2∗4∗1)+(3∗1∗0)+(2∗1∗1)−(2∗1∗1)−(3∗1∗1)−(2∗4∗0)=5 b14=(2∗1∗0)+(3∗1∗6)+(2∗4∗6)−(2∗4∗6)−(3∗1∗6)−(2∗1∗0)=0 b21=(0∗6∗1)+(4∗5∗1)+(1∗0∗0)−(0∗0∗1)−(4∗6∗0)−(1∗5∗1)=15 b22=(1∗0∗1)+(3∗6∗0)+(2∗5∗1)−(1∗6∗1)−(3∗5∗1)−(2∗0∗0)=−11 b23=(1∗1∗1)+(3∗0∗1)+(2∗4∗0)−(1∗4∗1)−(3∗1∗0)−(2∗0∗1)=−3 b24=(1∗4∗6)+(3∗1∗5)+(2∗0∗0)−(1∗1∗0)−(3∗0∗6)−(2∗4∗5)=−1 b31=(0∗6∗1)+(1∗6∗0)+(1∗5∗0)−(0∗6∗0)−(1∗5∗1)−(1∗6∗0)=−5 b32=(1∗6∗0)+(2∗5∗1)+(2∗6∗0)−(1∗6∗1)−(2∗6∗0)−(2∗5∗0)=4 b33=(1∗1∗1)+(2∗1∗0)+(2∗0∗0)−(1∗1∗0)−(2∗0∗1)−(2∗1∗0)=1 b34=(1∗1∗6)+(2∗0∗6)+(2∗1∗5)−(1∗1∗6)−(2∗1∗5)−(2∗0∗0)=0 b41=(0∗0∗0)¿+(1∗5∗1)+(4∗6∗0)−(0∗6∗1)−(1∗0∗0)−(4∗5∗0)=5 b42=(1∗6∗1)+(2∗0∗0)+(3∗5∗0)−(1∗0∗0)−(2∗5∗1)−(3∗6∗0)=−4 b43=(1∗4∗0)+(2∗0∗1)+(3∗1∗1)−(1∗1∗1)−(2∗4∗0)−(3∗0∗0)=2 b44=(1∗1∗0)+(2∗4∗5)+(3∗0∗6)−(1∗4∗6)−(2∗0∗0)−(3∗1∗5)=1 Now the Adj(A)= [−23850 15−11−3−1 −5410 5−421] sincethedeterminantofA=1thentheinverseofA=adj(A) whichis [−23850 15−11−3−1 −5410 5−421] b)det(A)=1as calculated in part (a) above The determinant ofA−1 A−1= [−23850 15−11−3−1 −5410 5−421] det(A−1)=(−23∗−11∗0)+(−23∗−3∗0∗4)+(−23∗−1∗4∗2)+(8∗15∗0∗2)+(8∗−3∗−5∗1)+(8∗0∗1∗5
This gives 184+120+300+100−276−92−120−80−275+100=−39 Which is the determinant ofA−1 c)LU=A Where L is the lower triangular matrix and U is the upper triangular matrix [1000 a100 bc10 def1]∗ [ghij 0klm 00no 000p]= [1232 0141 5606 1111] multiplyingbtheLUmatrixesweget [ghij agah+kai+laj+m bgbh+ckbi+cl+nbj+cm+o dgdh+ckdi+¿+fndj+em+of+ip]=A Comparing the elements of LU with the corresponding elements of A we obtain the values of the unknowns as g=1,h=2,i=3,j=2 a=0,b=5,d=0,k=1,c=−4 e=0,l=4,n=1,f=1,o=14,p=−3 Now replacing the values of the unknowns in the matrixes L and U we get L= [1000 0100 5−410 0011]whileU= [1232 0141 00114 000−3] d)Number of linearly independent columns of A When the matrix is reduced to reduced row echelon form we obtain the matrix [1000 0100 0010 0001]herethereforetheequationAx=0willhaveatrivialsolution.Atherefore have 4 linearly independent columns. e)Rank of A f)Based on the matrix reduced to row echelon form above. there are 4 non-zero rows in the matrix. Therefore, rank of A is 4. As indicated on the row echelon matrix the kernel of A is {0,0,0,0}
Which is 0 g)The system has at least one solution if the vector be being non-zero and have at least one non-zero element. That’sb=[0,0,02,] h)Solution of the systemAx=b The reduced row echelon form of vector A is [1000 0100 0010 0001] nowAx=b= [1000 0100 0010 0001]∗ [x1 x2 x3 x4 ]therefore, the value of x’s is x1=0,x2=0,x3=0∧x4=2 Problem 3 a)v=R3∗3,w={A∈v:a=−AT} wϵvisa subspace of v then w≠0 SinceA∈v∧−ATisalso∈R3∗3then−ATϵWmeaning w is a subspace of v b)For any value of xxϵπ5thenwϵπ5hence w is a subspace of v the span of W is 3 Problem 4 a)True; by definition a set of vectors { v1,v2,…vp}∈realspaceislinearlyindependentifthevectorx1v1+x2v2…xpvph as only the trivial solution. b)True; homogeneous systems are linear system in the formAx=0where 0 is the 0 vector c)True’ the function is one to one as it mapsR3¿R3 d)True; givenA2=I2thenA=±I2which isI2∨−I2 Problem 5 1)ifN=p(−1)DPthen this means N=DasthemultiplicationofDbyp−1∧Pissameasmulplicationbyanidentity¿since N=d then there determinant is also equal satisfyingdet(N)=det(D) 2)a) the complex eigen value are a+ib which isλi b) the complex eigen value are algebraically multiplied based on their conjugate c) c is not diagonalizable as some of the eigen values are not real numbers d) the det of C will be zero as it is not diagonalizable
Paraphrase This Document
Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser
3)the eigen vectors are composed form the matrix m hence the matrix is 11 −1−1 Problem 6(a) a)the orthogonal basis will be [180 210 0−61]by the gram-Schmidt b)Normalizing means we divide the basis by the magnitude hence we will have vector [0.540 10.50 0−30.5] Problem 6(a) a)The matrix which is orthogonal to B is the identity matrix [100 010 001] b)The matrixBx=b First, we reduce the matrix to row echelon form and obtain [103 012 007]Hence the values of x are x1=3,x2=2∧x3=7 Which is the solution.