blob: 73ae81a85c5939de2d180c3eaecca65e86061f03 (
plain)
1
2
3
4
5
6
7
8
9
10
|
//chapter25
//example25.7
//page552
S=0.03 // mm per volt
spot_shift=3 // mm
V=spot_shift/S // since spot shift = deflection sensitivity * applied voltage
printf("applied voltage = %.3f V \n",V)
|