Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

A = diag ( ones ( 1 , 4 ) , 1 ) + diag ( ones ( 1 , 4 ) , - 1

A = diag (ones (1,4),1)+ diag (ones (1,4),-1)-
2* eye (5);
U = A;
n = length (U);
for j=1:n
if U(j, j)==0
error(' System cannot be solved by regular Gaussian elimination.');
end
Uj+1:n= Ulj+1:n-Ulj+1:n
, j / Ulj, j)* U(j, :);
end
L= A /U;
disp (U);
disp (L);

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions