diff options
Diffstat (limited to '929/CH2/EX2.5.b/Example2_5_b.sce')
-rwxr-xr-x | 929/CH2/EX2.5.b/Example2_5_b.sce | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/929/CH2/EX2.5.b/Example2_5_b.sce b/929/CH2/EX2.5.b/Example2_5_b.sce new file mode 100755 index 000000000..bf6301771 --- /dev/null +++ b/929/CH2/EX2.5.b/Example2_5_b.sce @@ -0,0 +1,15 @@ +//Example 2.5(b)
+
+clear;
+
+clc;
+
+R1=15*10^3;//From the result of Example 2.4
+
+p=0.001;//For 1% tolerance p=t/100=1/100=0.01
+
+emax=4*p;//imbalace factor
+
+Romin=R1/emax;
+
+printf("Ro can be anywhere in the range Ro>=%.2f Mohms",Romin*10^(-6));
\ No newline at end of file |