diff options
Diffstat (limited to '3769/CH11/EX11.9/Ex11_9.sce')
-rw-r--r-- | 3769/CH11/EX11.9/Ex11_9.sce | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/3769/CH11/EX11.9/Ex11_9.sce b/3769/CH11/EX11.9/Ex11_9.sce new file mode 100644 index 000000000..6e58981f3 --- /dev/null +++ b/3769/CH11/EX11.9/Ex11_9.sce @@ -0,0 +1,12 @@ +clear +//Given +H=4*10**3 //A/m +a=60 +b=0.12 + +//Calculation +n=a/b +I=H/n + +//Result +printf("\n Current should be sent through the solenoid is %0.3f A", I) |