summaryrefslogtreecommitdiff
path: root/3769/CH8/EX8.22/Ex8_22.sce
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH8/EX8.22/Ex8_22.sce')
-rw-r--r--3769/CH8/EX8.22/Ex8_22.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/3769/CH8/EX8.22/Ex8_22.sce b/3769/CH8/EX8.22/Ex8_22.sce
new file mode 100644
index 000000000..42715aeb7
--- /dev/null
+++ b/3769/CH8/EX8.22/Ex8_22.sce
@@ -0,0 +1,11 @@
+clear
+//Given
+n=5*850/1.23
+I=5.57 //A
+
+//calculation
+u=4*%pi*10**-7
+B=u*n*I
+
+//Result
+printf("\n Magnitude of magnetic field is %0.1f *10**-3 T",B*10**3)