summaryrefslogtreecommitdiff
path: root/3673/CH16/EX16.5/Ex16_5.sce
blob: f050ef7c0fb0b29a4f76497f448c62c20ed3108a (plain)
1
2
3
4
5
6
7
8
//Example 16_5 page no:752
clc;
Z=[3,1,
2,1];
y=[1,-1,
-2,3];
x=det(Z)*det(y);
disp(x,"the product of delta x and delta y is");