summaryrefslogtreecommitdiff
path: root/1271/CH6/EX6.9
diff options
context:
space:
mode:
Diffstat (limited to '1271/CH6/EX6.9')
-rwxr-xr-x1271/CH6/EX6.9/9.txt1
-rwxr-xr-x1271/CH6/EX6.9/example6_9.sce9
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)