summaryrefslogtreecommitdiff
path: root/3281/CH7/EX7.11
diff options
context:
space:
mode:
Diffstat (limited to '3281/CH7/EX7.11')
-rwxr-xr-x3281/CH7/EX7.11/ex7_11.jpgbin0 -> 10967 bytes
-rwxr-xr-x3281/CH7/EX7.11/ex7_11.sce17
2 files changed, 17 insertions, 0 deletions
diff --git a/3281/CH7/EX7.11/ex7_11.jpg b/3281/CH7/EX7.11/ex7_11.jpg
new file mode 100755
index 000000000..48f5a0387
--- /dev/null
+++ b/3281/CH7/EX7.11/ex7_11.jpg
Binary files differ
diff --git a/3281/CH7/EX7.11/ex7_11.sce b/3281/CH7/EX7.11/ex7_11.sce
new file mode 100755
index 000000000..3339f7a78
--- /dev/null
+++ b/3281/CH7/EX7.11/ex7_11.sce
@@ -0,0 +1,17 @@
+//Page Number: 376
+//Example 7.11
+clc;
+//Given
+e=1.6D-19; //J
+B0=0.01; //Wb/m2
+d=6D-2; //m
+V0=20D+3; //V
+ebym=1.759D+11;
+
+//(i) Hull cut off voltage
+Voc=(B0*B0*d*d*ebym)/2;
+disp('KV',Voc/1000,'Hull cut off voltage:');
+
+//(ii) Hull magnetic field
+Boc=sqrt((2*V0)/ebym)/d;
+disp('mT',Boc*1000,'Hull magnetic field:');