summaryrefslogtreecommitdiff
path: root/1853/CH5/EX5.8/Ex5_8.sce
diff options
context:
space:
mode:
Diffstat (limited to '1853/CH5/EX5.8/Ex5_8.sce')
-rwxr-xr-x1853/CH5/EX5.8/Ex5_8.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/1853/CH5/EX5.8/Ex5_8.sce b/1853/CH5/EX5.8/Ex5_8.sce
new file mode 100755
index 000000000..4d243a530
--- /dev/null
+++ b/1853/CH5/EX5.8/Ex5_8.sce
@@ -0,0 +1,12 @@
+
+//find the power developed in circiut
+Pl=20e3
+Vl=200
+Ra=0.05
+R=150
+I=Vl/R
+Il=Pl/Vl
+Ia=Il+I
+Eg=Vl+(Ia*Ra)
+P=Eg*Ia
+disp('power developed='+string(P)+'watt')