summaryrefslogtreecommitdiff
path: root/1760/CH5/EX5.43/EX5_43.sce
diff options
context:
space:
mode:
Diffstat (limited to '1760/CH5/EX5.43/EX5_43.sce')
-rwxr-xr-x1760/CH5/EX5.43/EX5_43.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/1760/CH5/EX5.43/EX5_43.sce b/1760/CH5/EX5.43/EX5_43.sce
new file mode 100755
index 000000000..d1dce2897
--- /dev/null
+++ b/1760/CH5/EX5.43/EX5_43.sce
@@ -0,0 +1,8 @@
+ //EXAMPLE 5-43 PG NO-333
+Vab=38; //Voltage
+R1=12;
+R2=6;
+RTH=(R1*R2)/(R1+R2);
+Iab=Vab/(RTH+3);
+disp('i) Resistance (RTH) is = '+string (RTH) +' ohm ');
+disp('i) Current (Iab) is = '+string (Iab) +' A ');