summaryrefslogtreecommitdiff
path: root/3769/CH8/EX8.6/Ex8_6.sce
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH8/EX8.6/Ex8_6.sce')
-rw-r--r--3769/CH8/EX8.6/Ex8_6.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/3769/CH8/EX8.6/Ex8_6.sce b/3769/CH8/EX8.6/Ex8_6.sce
new file mode 100644
index 000000000..9356a41ea
--- /dev/null
+++ b/3769/CH8/EX8.6/Ex8_6.sce
@@ -0,0 +1,11 @@
+clear
+//Given
+u=10**-7
+I=10*10**-2 //A
+r=0.5
+
+//Calculation
+B=u*I/r**2
+
+//Result
+printf("\n Magnetic field on Y axis is %0.3f K^ T", B)