summaryrefslogtreecommitdiff
path: root/1271/CH9/EX9.6
diff options
context:
space:
mode:
Diffstat (limited to '1271/CH9/EX9.6')
-rwxr-xr-x1271/CH9/EX9.6/6.txt1
-rwxr-xr-x1271/CH9/EX9.6/example9_6.sce10
2 files changed, 11 insertions, 0 deletions
diff --git a/1271/CH9/EX9.6/6.txt b/1271/CH9/EX9.6/6.txt
new file mode 100755
index 000000000..0fb630ed8
--- /dev/null
+++ b/1271/CH9/EX9.6/6.txt
@@ -0,0 +1 @@
+ Electric susceptibility at 0 degree centigrade is 4.100000e-05. \ No newline at end of file
diff --git a/1271/CH9/EX9.6/example9_6.sce b/1271/CH9/EX9.6/example9_6.sce
new file mode 100755
index 000000000..24508c614
--- /dev/null
+++ b/1271/CH9/EX9.6/example9_6.sce
@@ -0,0 +1,10 @@
+clc
+// Given that
+E = 3e4 // external field in V/m
+k = 1.000041 // dielectric constant of gas at 0 degree centigrate
+// Sample Problem 6 on page no. 9.1
+printf("\n # PROBLEM 6 # \n")
+printf(" Standard formula used \n")
+printf(" P=x*e_*E.\n\n ")
+x = k-1
+printf("Electric susceptibility at 0 degree centigrate is %e.",x)