diff options
Diffstat (limited to '3630/CH20/EX20.3/Ex20_3.sce')
-rw-r--r-- | 3630/CH20/EX20.3/Ex20_3.sce | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/3630/CH20/EX20.3/Ex20_3.sce b/3630/CH20/EX20.3/Ex20_3.sce new file mode 100644 index 000000000..d67e2fcdc --- /dev/null +++ b/3630/CH20/EX20.3/Ex20_3.sce @@ -0,0 +1,5 @@ +clc;
+D=60; //I^2*t(rated) value
+ts=0.020;
+Ismax=(D/ts)^0.5;
+disp('A',Ismax,"Ismax=");//The answers vary due to round off error
|