summaryrefslogtreecommitdiff
path: root/10/CH10/EX2/cha10_2.sce
blob: 2bd67fa6823c9ea3b0868d9532eea0a0d1e03b45 (plain)
1
2
3
4
5
6
7
8
9
Vp=120;Angle=60;

t0=%pi/2

t1=t0:0.01:(210/360*2*%pi);

integrate('2^.5*120*sin(t)','t',t0,t1)

Vo=((3*sqrt(6))/(2*%pi))*120*cos(%pi*Angle/180)