diff options
Diffstat (limited to '3673/CH1/EX1.10/Ex1_10.sce')
-rw-r--r-- | 3673/CH1/EX1.10/Ex1_10.sce | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/3673/CH1/EX1.10/Ex1_10.sce b/3673/CH1/EX1.10/Ex1_10.sce new file mode 100644 index 000000000..6d066640d --- /dev/null +++ b/3673/CH1/EX1.10/Ex1_10.sce @@ -0,0 +1,5 @@ +//Example 1_10 page no:13
+clc
+V=50*(10/(10+5))//applying voltage divider rule to the given circuit
+disp(V,"Voltage across 10ohm resistor(in V)")
+//in textbook the voltage is rounded to 1 digit
|