summaryrefslogtreecommitdiff
path: root/3630/CH6/EX6.6/Ex6_6.sce
diff options
context:
space:
mode:
Diffstat (limited to '3630/CH6/EX6.6/Ex6_6.sce')
-rw-r--r--3630/CH6/EX6.6/Ex6_6.sce6
1 files changed, 6 insertions, 0 deletions
diff --git a/3630/CH6/EX6.6/Ex6_6.sce b/3630/CH6/EX6.6/Ex6_6.sce
new file mode 100644
index 000000000..49debf6a6
--- /dev/null
+++ b/3630/CH6/EX6.6/Ex6_6.sce
@@ -0,0 +1,6 @@
+clc;
+Icmax=0.5; //Ampere
+Bmax=300;
+Ibmax=Icmax/Bmax; //Ampere
+disp('mA',Ibmax*1000,"Ibmax=");//The answers vary due to round off error
+