diff options
Diffstat (limited to '620/CH1/EX1.5')
-rw-r--r-- | 620/CH1/EX1.5/example1_5.sce | 8 | ||||
-rw-r--r-- | 620/CH1/EX1.5/example1_5.txt | 15 |
2 files changed, 23 insertions, 0 deletions
diff --git a/620/CH1/EX1.5/example1_5.sce b/620/CH1/EX1.5/example1_5.sce new file mode 100644 index 000000000..ad53dc34d --- /dev/null +++ b/620/CH1/EX1.5/example1_5.sce @@ -0,0 +1,8 @@ +disp("Part a");
+disp("at A the reading is 0.72 V");
+disp("at B the reading is 2.37 V");
+disp("at C the reading is 4.30 V");
+disp("Part b");
+disp("at A the reading is 23 V");
+disp("at B the reading is 75 V");
+disp("at C the reading is 136 V");
\ No newline at end of file diff --git a/620/CH1/EX1.5/example1_5.txt b/620/CH1/EX1.5/example1_5.txt new file mode 100644 index 000000000..5eb98d3eb --- /dev/null +++ b/620/CH1/EX1.5/example1_5.txt @@ -0,0 +1,15 @@ +Part a
+
+ at A the reading is 0.72 V
+
+ at B the reading is 2.37 V
+
+ at C the reading is 4.30 V
+
+ Part b
+
+ at A the reading is 23 V
+
+ at B the reading is 75 V
+
+ at C the reading is 136 V
\ No newline at end of file |