summaryrefslogtreecommitdiff
path: root/149/CH2/EX2.2/ex2.sce
blob: 4c154c803b04562f3270b4bed8b83af7dd0793bc (plain)
1
2
3
4
5
clear
clc
a=[0 1 2 3;1 0 3 0;2 3 0 1;3 0 1 2]
disp("determinant of a is ")
det(a)