summaryrefslogtreecommitdiff
path: root/3673/CH1/EX1.11/Ex1_11.sce
diff options
context:
space:
mode:
Diffstat (limited to '3673/CH1/EX1.11/Ex1_11.sce')
-rw-r--r--3673/CH1/EX1.11/Ex1_11.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/3673/CH1/EX1.11/Ex1_11.sce b/3673/CH1/EX1.11/Ex1_11.sce
new file mode 100644
index 000000000..bea2e202f
--- /dev/null
+++ b/3673/CH1/EX1.11/Ex1_11.sce
@@ -0,0 +1,8 @@
+//Example 1_11 page no:14
+clc
+V=100;//supply voltage
+R1=1;//resistance in kilo_ohm
+R2=5;//resistance in kilo_ohm
+R3=4;//resistance in kilo_ohm
+v=V*(R2+R3)/(R1+R2+R3);
+disp(v,"Voltage across A and B (in volts)")