summaryrefslogtreecommitdiff
path: root/1784/CH38/EX38.1/example1.sce
blob: d3e7267cd48f7c3b5999e821fd086f42061d59da (plain)
1
2
3
4
5
6
7
8
//Example 1
//Chapter 38
//clc()
V_o=50// in volts
C=1*10^-6 //in farad
L=10*10^-3
i_m=V_o*(sqrt(C/L))
disp(i_m,"Max current in amps")