summaryrefslogtreecommitdiff
path: root/1784/CH38/EX38.2/Ex38_2.sce
blob: f7595ed206abe0e7c0b969b2d5939abae79d44d1 (plain)
1
2
3
4
5
6
7
8
9
//chapter 38
//Example 2
clc
//given
L=10*(10^-3)// in henry
C=(10)^-6 //in farad
w=sqrt(1/(L*C))
disp(" Angular frequency in radians/sec=")
disp(w)