diff options
Diffstat (limited to '2096/CH7/EX7.17/ex_7_17.sce')
-rwxr-xr-x | 2096/CH7/EX7.17/ex_7_17.sce | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/2096/CH7/EX7.17/ex_7_17.sce b/2096/CH7/EX7.17/ex_7_17.sce new file mode 100755 index 000000000..1812a3960 --- /dev/null +++ b/2096/CH7/EX7.17/ex_7_17.sce @@ -0,0 +1,15 @@ +//Example 7.17 // strain +clc; +clear; +close; +//given data : +n=4; +Rg=200; // in ohm +Rsh=100*10^3; // in ohm +Gf=2; // gauge factor +e=Rg/(n*Gf*(Rg+Rsh)); +// case 1 -when the calibration switch is closed, the read out gives a reading of 140 division +D=e/140; +//case 2 - when the strain gauge is loaded, the strain +S=D*220*10^6; +disp(S,"the strain,S(microstrain) = ") |