summaryrefslogtreecommitdiff
path: root/1199/CH2/EX2.12/2_12.sci
blob: bd3732d8986f67793f1fc92dddbf1debb2f6c248 (plain)
1
2
3
4
5
6
7
8
9
10
// 2.12
clc;
Rm=10000;
Rp=Rm/15;
R=600;
P=5;
ei= (P*R)^0.5;
printf("Maximum excitation voltage = %.1f V",ei)
S=ei/360;
printf("\nSensitivity  = %.3f V/degree",S)