summaryrefslogtreecommitdiff
path: root/3802/CH4/EX4.14
diff options
context:
space:
mode:
Diffstat (limited to '3802/CH4/EX4.14')
-rw-r--r--3802/CH4/EX4.14/Ex4_14.jpgbin0 -> 18478 bytes
-rw-r--r--3802/CH4/EX4.14/Ex4_14.sce14
2 files changed, 14 insertions, 0 deletions
diff --git a/3802/CH4/EX4.14/Ex4_14.jpg b/3802/CH4/EX4.14/Ex4_14.jpg
new file mode 100644
index 000000000..b955389cf
--- /dev/null
+++ b/3802/CH4/EX4.14/Ex4_14.jpg
Binary files differ
diff --git a/3802/CH4/EX4.14/Ex4_14.sce b/3802/CH4/EX4.14/Ex4_14.sce
new file mode 100644
index 000000000..7e3611832
--- /dev/null
+++ b/3802/CH4/EX4.14/Ex4_14.sce
@@ -0,0 +1,14 @@
+//Book Name:Fundamentals of Electrical Engineering
+//Author:Rajendra Prasad
+//Publisher: PHI Learning Private Limited
+//Edition:Third ,2014
+
+//Ex4_14.sce.
+
+clc;
+clear;
+V=100;
+epsilon_not=8.854e-12;
+r=10e-2;
+q=4*%pi*epsilon_not*r*V;
+printf("\n Magnitude value of isolated positive charge=%1.2g*10^-9 coulomb",q*1e9)