diff options
Diffstat (limited to '3802/CH4/EX4.15')
-rw-r--r-- | 3802/CH4/EX4.15/Ex4_15.jpg | bin | 0 -> 19294 bytes | |||
-rw-r--r-- | 3802/CH4/EX4.15/Ex4_15.sce | 15 |
2 files changed, 15 insertions, 0 deletions
diff --git a/3802/CH4/EX4.15/Ex4_15.jpg b/3802/CH4/EX4.15/Ex4_15.jpg Binary files differnew file mode 100644 index 000000000..02e7acfd7 --- /dev/null +++ b/3802/CH4/EX4.15/Ex4_15.jpg diff --git a/3802/CH4/EX4.15/Ex4_15.sce b/3802/CH4/EX4.15/Ex4_15.sce new file mode 100644 index 000000000..edb73f642 --- /dev/null +++ b/3802/CH4/EX4.15/Ex4_15.sce @@ -0,0 +1,15 @@ +//Book Name:Fundamentals of Electrical Engineering
+//Author:Rajendra Prasad
+//Publisher: PHI Learning Private Limited
+//Edition:Third ,2014
+
+//Ex4_15.sce.
+
+clc;
+clear;
+q=1e-9;
+r_p=10e-2;
+r_q=20e-2;
+epsilon_not=8.854e-12;
+V=(q/(4*%pi*epsilon_not))*((1/r_p)-(1/r_q));
+printf("\n The potential difference between the two points=%2.0f volt",V)
|