summaryrefslogtreecommitdiff
path: root/2231/CH4/EX4.20/Ex_4_20.sce
blob: ce5473bb0c1eda73e17a8eebb56974b05d77a5e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
//Example 4_20
clc;
clear;close;

//Given data: 
V=150;//V
Vav=250;//V
Toff=1*10^-3;//s

//Solution :
T=Vav/V*Toff;//s
Ton=T-Toff;//s
disp(Ton,"Period of conduction(seconds)");