diff options
Diffstat (limited to '1409/CH2/EX2.20/2_20.sce')
-rw-r--r-- | 1409/CH2/EX2.20/2_20.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/1409/CH2/EX2.20/2_20.sce b/1409/CH2/EX2.20/2_20.sce new file mode 100644 index 000000000..a830ec4ba --- /dev/null +++ b/1409/CH2/EX2.20/2_20.sce @@ -0,0 +1,8 @@ +clc;
+//Page no:2-31
+//Example-2.20
+L1=5;
+L2=2;
+u=(L1-L2)/(L1+L2);
+disp(u,'u= ');
+
|