summaryrefslogtreecommitdiff
path: root/1184/CH2/EX2.15/Ex2_15.sce
blob: 1c478738bd8c51513063a9dc3ade2025a29c5df0 (plain)
1
2
3
4
5
6
7
8
9
10
11
//Example 2-15, Page No - 47

clear 
clc

c =12*10^-12
fr = 49*10^6

l=1/(4*3.14^2*fr^2*c)

printf('The value of inductance is %.1f nH',l*10^9)