summaryrefslogtreecommitdiff
path: root/3835/CH6/EX6.4/Ex6_4.sce
blob: 3c4fdf27fa7c2a5c4fe768481ab2e97ba1fb33c5 (plain)
1
2
3
4
5
6
7
8
9
clear
//
//given
rl=32
//let ratio of sides be a
rs=2
a=(2/(32))
p=a**0.5
printf("\n turns ratio for impedance machting is %0.1f  ",p)