summaryrefslogtreecommitdiff
path: root/343/CH2/EX2.3/ex2_3.sce
blob: c57f6218c2f5cadf07f6ab5829ef603635567018 (plain)
1
2
3
4
5
6
7
8
w=942;            //Assigning values to parameters
Vm=10;
V=6;
t=asin(V/Vm)/w;
f=w/(2*%pi);
T=1/f;
t2=t+T;
disp("Seconds",t2,"Time taken to reach 6V second time");