diff options
Diffstat (limited to '3630/CH20/EX20.2/Ex20_2.sce')
-rw-r--r-- | 3630/CH20/EX20.2/Ex20_2.sce | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/3630/CH20/EX20.2/Ex20_2.sce b/3630/CH20/EX20.2/Ex20_2.sce new file mode 100644 index 000000000..fcf54f191 --- /dev/null +++ b/3630/CH20/EX20.2/Ex20_2.sce @@ -0,0 +1,6 @@ +
+clc;
+D=60; //I^2*t(rated) value
+Is=100;
+tmax=(D)/(Is)^2;
+disp('ms',tmax*1000,"tmax=");//The answers vary due to round off error
|