summaryrefslogtreecommitdiff
path: root/3769/CH16/EX16.5/Ex16_5.sce
blob: ec4402a5000a12d477b9b2ef5c65ee9f918fdd03 (plain)
1
2
3
4
5
6
7
8
9
10
clear
//Given
R=36                     //ohm

//Calculation
f=-R/2.0
u=(2*f)/3.0

//Result
printf("\n Position of the object is %0.3f  cm", u)