summaryrefslogtreecommitdiff
path: root/3769/CH6/EX6.12/Ex6_12.sce
blob: c2b50476d5e7c3aff9a1f090e010773d97f5137c (plain)
1
2
3
4
5
6
7
8
9
10
11
clear
//Given
R=10
l2=68.5
l1=58.3

//Calculation
X=R*(l2/l1)

//Result
printf("\n Value of X is %0.1f  ohm",X)