summaryrefslogtreecommitdiff
path: root/3802/CH2/EX2.14/Ex2_14.sce
diff options
context:
space:
mode:
Diffstat (limited to '3802/CH2/EX2.14/Ex2_14.sce')
-rw-r--r--3802/CH2/EX2.14/Ex2_14.sce15
1 files changed, 15 insertions, 0 deletions
diff --git a/3802/CH2/EX2.14/Ex2_14.sce b/3802/CH2/EX2.14/Ex2_14.sce
new file mode 100644
index 000000000..296418118
--- /dev/null
+++ b/3802/CH2/EX2.14/Ex2_14.sce
@@ -0,0 +1,15 @@
+//Book Name:Fundamentals of Electrical Engineering
+//Author:Rajendra Prasad
+//Publisher: PHI Learning Private Limited
+//Edition:Third ,2014
+
+//Ex2_14.sce
+
+clc;
+clear;
+I=5/31; //Circuit current in ampere
+Vs=5; //Source voltage in volt
+R1=3; //Resistance in ohm
+R2=4; //Resistance in ohm
+driving_point_resistance=Vs/I;
+printf("\n The driving point resistance of the voltage source=%d ohm \n",driving_point_resistance)