diff options
Diffstat (limited to '569/CH6/EX6.26/6_26.sci')
-rwxr-xr-x | 569/CH6/EX6.26/6_26.sci | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/569/CH6/EX6.26/6_26.sci b/569/CH6/EX6.26/6_26.sci new file mode 100755 index 000000000..e85dbfd38 --- /dev/null +++ b/569/CH6/EX6.26/6_26.sci @@ -0,0 +1,10 @@ +// Calculating the maximum voltage sensitivity of the bridge
+clc;
+P=(0.1/0.2)*10^-3;
+R=1000;
+eim=2*(P*R)^0.5;
+dth=0.1;
+dR=(4.5/100)*dth*R;
+eom=(dR/(4*R))*eim;
+Sem=eom/dth;
+disp(Sem,'maximum voltage sensitivity of the bridge (V)=')
\ No newline at end of file |