Using Choleski method MATLAB, solve the following linear equations Solution : >> A=[2 -1 0;-1 2 -1;0 -1 1] A = 2 -1 0 -1 2 -1 0 -1 1 >> B=[1;0;0] B = 1 0 0 >> [L,U] =…
Posted inNumerical Analysis
Using Choleski method MATLAB, solve the following linear equations Solution : >> A=[2 -1 0;-1 2 -1;0 -1 1] A = 2 -1 0 -1 2 -1 0 -1 1 >> B=[1;0;0] B = 1 0 0 >> [L,U] =…