summaryrefslogtreecommitdiff
path: root/1991/CH8/EX8.2/2.sce
diff options
context:
space:
mode:
Diffstat (limited to '1991/CH8/EX8.2/2.sce')
-rwxr-xr-x1991/CH8/EX8.2/2.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/1991/CH8/EX8.2/2.sce b/1991/CH8/EX8.2/2.sce
new file mode 100755
index 000000000..08cee109b
--- /dev/null
+++ b/1991/CH8/EX8.2/2.sce
@@ -0,0 +1,9 @@
+clc
+clear
+//input
+i=3.4 //current passing
+a=0.04 //distance from centre of cconductor
+//calcution
+b=(4*%pi*10^-7*5)/(2*%pi*a)//magnetic flux density
+//output
+printf("the flux density is %3.3e T",b)