summaryrefslogtreecommitdiff
path: root/1049/CH5/EX5.7/ch5_7.sce
blob: 3bb02e9c0a1c9a1e8ba02baeec1c98980221ba4c (plain)
1
2
3
4
5
6
7
clear;
clc;
R=1;
L=20*10^-6;
C=40*10^-6;
w_r=sqrt((1/(L*C))-(R/(2*L))^2);
t_1=%pi/w_r;    printf("conduction time of thyristor=%.3f us",t_1*10^6);