From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 2345/CH4/EX4.4/Ex4_4.sce | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100755 2345/CH4/EX4.4/Ex4_4.sce (limited to '2345/CH4/EX4.4') diff --git a/2345/CH4/EX4.4/Ex4_4.sce b/2345/CH4/EX4.4/Ex4_4.sce new file mode 100755 index 000000000..91148253a --- /dev/null +++ b/2345/CH4/EX4.4/Ex4_4.sce @@ -0,0 +1,16 @@ +//Finding electric flux density +//Example 4.4(pg 111) +clc +clear + +A=0.02;//surface area of plates in meter square +d=0.001;//distance between the plates in meter +C=4.5*10^-10;//capacitance of the capacitor in farad +//for paralel plate condenser C=KoKA/d +Ko=8.854*10^-12; +//dielectric constant K is given by +K=(C*d)/(Ko*A) +V=15000;//volatage in volts +Q=C*V// charge on condenser in columb +D=Q/A// electric flux density in columb per meter square +printf('Thus the electric flux density is %e C/(m^2)',D) -- cgit