summaryrefslogtreecommitdiff
path: root/3775/CH2/EX2.15/Ex2_15.sce
blob: 3288a0a687415ba63aad025a81bdebe12b4eb686 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
//Ex 2.15 page 77

clc;
clear;
close;

Isb=3000;// A
f=50;// Hz
I=sqrt((Isb**2*1/2/f)*f) ;// A
I2t=I**2/2/f;// sq.A/s
printf('I2t rating = %d A**2/s',ceil(I2t))