diff options
Diffstat (limited to '620/CH3/EX3.18/example3_18.sce')
-rw-r--r-- | 620/CH3/EX3.18/example3_18.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/620/CH3/EX3.18/example3_18.sce b/620/CH3/EX3.18/example3_18.sce new file mode 100644 index 000000000..2f1646ca0 --- /dev/null +++ b/620/CH3/EX3.18/example3_18.sce @@ -0,0 +1,10 @@ +disp("Part a");
+disp("the resistance value is 158 Ω with an tolerance of 1%");
+disp("Part b");
+disp("the resistance value is 2.15 kΩ with a tolerance of 2%");
+disp("Part c");
+disp("the resistance value is 7.32 MΩ with a tolerance of 1%");
+disp("Part d");
+disp("the resistance value is 6.49 Ω with a tolerance of 2%");
+disp("Part e");
+disp("the resistance value is 820 kΩ with a tolerance of 1%");
\ No newline at end of file |