diff options
Diffstat (limited to '3673/CH2/EX2.a.6/Example_a_2_6.sce')
-rw-r--r-- | 3673/CH2/EX2.a.6/Example_a_2_6.sce | 9 |
1 files changed, 9 insertions, 0 deletions
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 ");
|