202LU

LU

이 제출물을 팔로우합니다

a=input("enter matrix");
n=length(a);
l=eye(n);
b=input("enter constants:");
for i=1:n-1
for j=i+1:n
m=a(j,i)/a(i,i);
l(j,i)=m;
a(j,:)=a(j,:)-m*a(i,:);
end
end
y=l\b;
x=a\y;
disp(x);

인용 양식

raam (2026). 202LU (https://kr.mathworks.com/matlabcentral/fileexchange/120618-202lu), MATLAB Central File Exchange. 검색 날짜: .

태그

태그 추가

Add the first tag.

일반 정보

MATLAB 릴리스 호환 정보

  • 모든 릴리스와 호환

플랫폼 호환성

  • Windows
  • macOS
  • Linux
버전 퍼블리시됨 릴리스 정보 Action
1.0.0