summaryrefslogtreecommitdiff
path: root/70/CH1/EX1.5.2/1_5_2.sci
blob: 981b8f7bfd7001ab5d388c927d139625b4bad9b9 (plain)
1
2
3
4
5
6
7
8
//page 34
clear;
close;
clc;
A=[0 2;3 4];
disp(A,'A=')
disp('Here this cannot be factored into A=LU,(Needs a row exchange)');
//end