Question: Using matlab! 2. (10) Gass elimination produces an upper triangular matrixi.e., A(i,j) is non-zero only if j 2 i), which is solved easily by back
Using matlab!

2. (10) Gass elimination produces an upper triangular matrixi.e., A(i,j) is non-zero only if j 2 i), which is solved easily by back substitution. Sometimes, however, one has a lower triangular matrix .e., A(i,j) is non-zero only if j s i). Write a function MyForwardSub(L,b) that calculates x such that Lx b, where L is a lower-triangular matrix, using "forward substitution." Test your solver on the following problem: 72 81 259001x=136 9 9 5 8 0 79 3. (20) If an N x N matrix A is symmetric and positive definite (you can look up those terms if you don't know them; you don't actually need them to do the problem), it can be factored by Cholesky decomposition into a lower-triangular matrix L iven by kyp k-1 where k runs from 1 to N, and the latter equation applies for i = k+1 N (L: 0 if i
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
