diff options
Diffstat (limited to '929/CH2/EX2.5.c/Example2_5_c.sce')
-rwxr-xr-x | 929/CH2/EX2.5.c/Example2_5_c.sce | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/929/CH2/EX2.5.c/Example2_5_c.sce b/929/CH2/EX2.5.c/Example2_5_c.sce new file mode 100755 index 000000000..7a7a0d5ee --- /dev/null +++ b/929/CH2/EX2.5.c/Example2_5_c.sce @@ -0,0 +1,17 @@ +//Example 2.5(c)
+
+clear;
+
+clc;
+
+R1=15*10^3;//From the result of Example 2.4
+
+Romin=50*10^6;
+
+emax=R1/Romin;
+
+p=emax/4;
+
+pper=p*100;
+
+printf("Resistance tolerance Required=%.5f percent",pper);
\ No newline at end of file |