From 7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Tue, 10 Oct 2017 12:27:19 +0530 Subject: initial commit / add all books --- 3755/CH10/EX10.10/Ex10_10.sce | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 3755/CH10/EX10.10/Ex10_10.sce (limited to '3755/CH10/EX10.10/Ex10_10.sce') diff --git a/3755/CH10/EX10.10/Ex10_10.sce b/3755/CH10/EX10.10/Ex10_10.sce new file mode 100644 index 000000000..65a08a07c --- /dev/null +++ b/3755/CH10/EX10.10/Ex10_10.sce @@ -0,0 +1,16 @@ +clear +// +// +// + +//Variable declaration +epsilon0=8.85*10^-12; //relative permeability(F/m) +epsilonr=1.0000684; //dielectric constant +N=2.7*10^25; //number of atoms + +//Calculations +alphae=epsilon0*(epsilonr-1)/N; //electronic polarizability(Fm^2) + +//Result +printf("\n electronic polarizability is %e Fm^2",alphae) +printf("\n answer varies due to rounding off errors") -- cgit