summaryrefslogtreecommitdiff
path: root/3756/CH8/EX8.2/Ex8_2.sce
diff options
context:
space:
mode:
Diffstat (limited to '3756/CH8/EX8.2/Ex8_2.sce')
-rw-r--r--3756/CH8/EX8.2/Ex8_2.sce17
1 files changed, 17 insertions, 0 deletions
diff --git a/3756/CH8/EX8.2/Ex8_2.sce b/3756/CH8/EX8.2/Ex8_2.sce
new file mode 100644
index 000000000..92778c31e
--- /dev/null
+++ b/3756/CH8/EX8.2/Ex8_2.sce
@@ -0,0 +1,17 @@
+clc
+//
+//
+//
+
+//Variable declaration
+k=1.000074
+E=100
+E0=8.854*10**-12
+n=0.268*10**26
+
+//Calculations
+p=(k-1)*E0*E
+P=(p/n)*10**38
+
+//Result
+printf("\n The Dipole Moment induced in each Helium atom is %1.3f *10**-38 Coul-m",P)