summaryrefslogtreecommitdiff
path: root/3769/CH5/EX5.28/Ex5_28.sce
blob: 29c22f7643b36bb84e40908c8766f6ae904a2273 (plain)
1
2
3
4
5
6
7
8
9
10
clear
//Given
R1=4.0                     //ohm
R2=4.0                     //ohm

//Calculation
Rab=1/((1/R1)+(1/R2))

//Result
printf("\n The equivalent resisatance is  %0.3f  ohm", Rab)