From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 2096/CH7/EX7.17/ex_7_17.sce | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 2096/CH7/EX7.17/ex_7_17.sce (limited to '2096/CH7/EX7.17') 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) = ") -- cgit