diff options
Diffstat (limited to '1271/CH6/EX6.10/example6_10.sce')
-rwxr-xr-x | 1271/CH6/EX6.10/example6_10.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/1271/CH6/EX6.10/example6_10.sce b/1271/CH6/EX6.10/example6_10.sce new file mode 100755 index 000000000..b9ebe71c8 --- /dev/null +++ b/1271/CH6/EX6.10/example6_10.sce @@ -0,0 +1,9 @@ +clc +// Given that +v = 1e6 // velocity of ion beam in m/sec +B = 1 // magnetic field in tesla +// Sample Problem 10 on page no. 6.24 +printf("\n # PROBLEM 10 # \n") +E = B * v +printf("\n Standard formula used \n E = B * v. \n") +printf("\n Internal electric field = %e V/m",E) |