MATLAB code for LU decomposition of an arbitrary matrix.

조회 수: 1 (최근 30일)
Anna Ha
Anna Ha 2020년 5월 8일
편집: Ameer Hamza 2020년 5월 8일
how do i make a code for LU decomposition of an arbitrary matrix with out using inv( )
function or \ ?? The code must display L, U and L*U matrices. The code must accept a matrix as
an input. The code must generate the following error message if the input is not a square matrix:
“The input matrix must be square.”
im trying to make a code for these problems.
10x1+2x2-x3=27
-3x1-6x2+2x3=-61.5
x1+x2+5x3=-21.5

답변 (1개)

Ameer Hamza
Ameer Hamza 2020년 5월 8일
편집: Ameer Hamza 2020년 5월 8일

카테고리

Help CenterFile Exchange에서 Linear Algebra에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by