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/CH15/EX15.30/Ex15_30.sce | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 2345/CH15/EX15.30/Ex15_30.sce (limited to '2345/CH15/EX15.30/Ex15_30.sce') diff --git a/2345/CH15/EX15.30/Ex15_30.sce b/2345/CH15/EX15.30/Ex15_30.sce new file mode 100755 index 000000000..c33ebde03 --- /dev/null +++ b/2345/CH15/EX15.30/Ex15_30.sce @@ -0,0 +1,14 @@ +//Finding K and flux density +//Example 15.30(pg. 411) +clc +clear +V=15*(10^3)//potential difference applied in V +A=0.02//surface area of plate in m^2 +d=0.001//distance between plates in m +C=4.5*(10^-10)//Capacitance of capacitor in F +Ko=8.854*(10^-12)//constant +K=(C*d)/(Ko*A)//dielectric constant +q=C*V//charge on condenser in C +D=q/A//Electric flux density in C/m^2 +printf('Thus the Charge of condenser is %e Coulomb\n',q) +printf('And the electric flux density of condenser is %e microF',D) -- cgit