diff options
author | priyanka | 2015-06-24 15:03:17 +0530 |
---|---|---|
committer | priyanka | 2015-06-24 15:03:17 +0530 |
commit | b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch) | |
tree | ab291cffc65280e58ac82470ba63fbcca7805165 /1199/CH2/EX2.12 | |
download | Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2 Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip |
initial commit / add all books
Diffstat (limited to '1199/CH2/EX2.12')
-rwxr-xr-x | 1199/CH2/EX2.12/2_12.sci | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/1199/CH2/EX2.12/2_12.sci b/1199/CH2/EX2.12/2_12.sci new file mode 100755 index 000000000..bd3732d89 --- /dev/null +++ b/1199/CH2/EX2.12/2_12.sci @@ -0,0 +1,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)
\ No newline at end of file |