diff options
Diffstat (limited to '2231/CH1/EX1.17')
-rwxr-xr-x | 2231/CH1/EX1.17/Ex_1_17.sce | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/2231/CH1/EX1.17/Ex_1_17.sce b/2231/CH1/EX1.17/Ex_1_17.sce new file mode 100755 index 000000000..531505882 --- /dev/null +++ b/2231/CH1/EX1.17/Ex_1_17.sce @@ -0,0 +1,12 @@ +//Example 1_17
+clc;
+clear;close;
+
+//Given data
+Isub=2000;//A
+f=50;//Hz
+t=10*10^-3;//s
+T=2*t;//s//duration of half cycle
+I=sqrt(Isub^2*t/T);//A
+I2t=I^2*t;//A^2 seconds
+disp(I2t,"I^2*t rating in A^2-seconds ");
|