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/CH6/EX6.9 | |
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/CH6/EX6.9')
-rwxr-xr-x | 1271/CH6/EX6.9/9.txt | 1 | ||||
-rwxr-xr-x | 1271/CH6/EX6.9/example6_9.sce | 9 |
2 files changed, 10 insertions, 0 deletions
diff --git a/1271/CH6/EX6.9/9.txt b/1271/CH6/EX6.9/9.txt new file mode 100755 index 000000000..63bf3d4a9 --- /dev/null +++ b/1271/CH6/EX6.9/9.txt @@ -0,0 +1 @@ + The drift of the guiding centre = 1.000000e+05 m/sec
\ No newline at end of file diff --git a/1271/CH6/EX6.9/example6_9.sce b/1271/CH6/EX6.9/example6_9.sce new file mode 100755 index 000000000..6f9929966 --- /dev/null +++ b/1271/CH6/EX6.9/example6_9.sce @@ -0,0 +1,9 @@ +clc +// Given that +E = 100 // strength of electric field in V/m +B = 1e-3 // magnetic field in tesla +// Sample Problem 9 on page no. 6.24 +printf("\n # PROBLEM 9 # \n") +v = E / B +printf("\n Standard formula used \n v = E / B. ") +printf("\n The drift of the guiding center = %e m/sec",v) |