Question
LINEAR ALGEBRA PROJECT USING MATLAB) Part 1 2)Investigate products of lower triangular matrices which have all the diagonal entries equal to 1. Such a matrix
LINEAR ALGEBRA PROJECT USING MATLAB)
Part 1
2)Investigate products of lower triangular matrices which have all the diagonal entries equal to 1. Such a matrix is called a unit lower triangular matrix.For example you could type
n=2
L1=tril(rand(n),-1)+eye(n),L2=tril(rand(n),-1)+eye(n),L1*L2,L2*L1
Execute this line several times and inspect the result each time .Repeat with n=3,4,5
a) For each pair of L1 and L2 , what entries of LIL2 and L2L1 appear to be the same?
b) Prove that the product of any two n*n unit lower triangular matrices will be a unit lower triangular matrix ( you need to prove here that each diagonal entry of the product is 1, why?
c
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started