diff options
author | priyanka | 2015-06-24 15:03:17 +0530 |
---|---|---|
committer | priyanka | 2015-06-24 15:03:17 +0530 |
commit | b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch) | |
tree | ab291cffc65280e58ac82470ba63fbcca7805165 /1271/CH9/EX9.6 | |
download | Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2 Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip |
initial commit / add all books
Diffstat (limited to '1271/CH9/EX9.6')
-rwxr-xr-x | 1271/CH9/EX9.6/6.txt | 1 | ||||
-rwxr-xr-x | 1271/CH9/EX9.6/example9_6.sce | 10 |
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) |