From 7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Tue, 10 Oct 2017 12:27:19 +0530 Subject: initial commit / add all books --- 1409/CH2/EX2.20/2_20.sce | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 1409/CH2/EX2.20/2_20.sce (limited to '1409/CH2/EX2.20') 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= '); + -- cgit