summaryrefslogtreecommitdiff
path: root/1409/CH2/EX2.20/2_20.sce
blob: a830ec4ba403787d2a8c87e515dd84e22f991ea9 (plain)
1
2
3
4
5
6
7
8
clc;
//Page no:2-31
//Example-2.20
L1=5;
L2=2;
u=(L1-L2)/(L1+L2);
disp(u,'u= ');