diff options
Diffstat (limited to '620/CH12/EX12.6/example12_6.sce')
-rw-r--r-- | 620/CH12/EX12.6/example12_6.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/620/CH12/EX12.6/example12_6.sce b/620/CH12/EX12.6/example12_6.sce new file mode 100644 index 000000000..94a7330d3 --- /dev/null +++ b/620/CH12/EX12.6/example12_6.sce @@ -0,0 +1,9 @@ +im=0.05;
+v=5;
+rm=3;
+disp("Part a");
+rt=v/im;
+disp("the total resistance (in kΩ) of the meter is"); disp(rt);
+disp("Part b");
+rs=rt-rm;
+disp("the necessary resistance (in kΩ) of the voltmeter multiplier is"); disp(rs);
\ No newline at end of file |