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 --- 3673/CH2/EX2.a.6/Example_a_2_6.sce | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 3673/CH2/EX2.a.6/Example_a_2_6.sce (limited to '3673/CH2/EX2.a.6') diff --git a/3673/CH2/EX2.a.6/Example_a_2_6.sce b/3673/CH2/EX2.a.6/Example_a_2_6.sce new file mode 100644 index 000000000..ae1890576 --- /dev/null +++ b/3673/CH2/EX2.a.6/Example_a_2_6.sce @@ -0,0 +1,9 @@ +//Example 2_6 page no:91 +clc; +Va=11; +Vout=6; +V=Va/Vout; +Vin=9.53; +Vout=1; +Vrat=Vout/Vin; +disp(Vrat,"the ratio Vout/Vin is "); -- cgit