diff options
Diffstat (limited to '3673/CH2/EX2.a.14/Example_a_2_14.sce')
-rw-r--r-- | 3673/CH2/EX2.a.14/Example_a_2_14.sce | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/3673/CH2/EX2.a.14/Example_a_2_14.sce b/3673/CH2/EX2.a.14/Example_a_2_14.sce new file mode 100644 index 000000000..1a8cc66e4 --- /dev/null +++ b/3673/CH2/EX2.a.14/Example_a_2_14.sce @@ -0,0 +1,5 @@ +//Example 2_14 page no:98
+clc;
+V=48;
+I=(V-30)/5;
+disp(I,"the current in 5ohm resistor is (in A)");
|