summaryrefslogtreecommitdiff
path: root/1760/CH1/EX1.44
diff options
context:
space:
mode:
Diffstat (limited to '1760/CH1/EX1.44')
-rwxr-xr-x1760/CH1/EX1.44/EX1_44.sce6
1 files changed, 6 insertions, 0 deletions
diff --git a/1760/CH1/EX1.44/EX1_44.sce b/1760/CH1/EX1.44/EX1_44.sce
new file mode 100755
index 000000000..855d72a87
--- /dev/null
+++ b/1760/CH1/EX1.44/EX1_44.sce
@@ -0,0 +1,6 @@
+ //EXAMPLE 1-44 PG NO-36
+R1=12; //Resistance
+R2=0.2; //Resistance
+R3=15;
+V1=[-(R2*R3)+R1]/3; //voltage drop
+disp('i) VOLTAGE = '+string (V1)+' V');