diff options
Diffstat (limited to '876/CH3/EX3.2')
-rwxr-xr-x | 876/CH3/EX3.2/Ex3_2.sce | 11 | ||||
-rwxr-xr-x | 876/CH3/EX3.2/Ex3_2.txt | 3 | ||||
-rwxr-xr-x | 876/CH3/EX3.2/Ex3_2t.txt | 11 |
3 files changed, 25 insertions, 0 deletions
diff --git a/876/CH3/EX3.2/Ex3_2.sce b/876/CH3/EX3.2/Ex3_2.sce new file mode 100755 index 000000000..cb230b05c --- /dev/null +++ b/876/CH3/EX3.2/Ex3_2.sce @@ -0,0 +1,11 @@ +//caption:Find change in resistance
+//Ex3.2
+clc
+clear
+close
+G=2//gauge factor
+S=500//stress applied(in Kg/cm^2)
+v=2*10^6//modulus of elasticity(in Kg/cm^2)
+e=(S/v)
+R=(e*G)*100
+disp(R,'change in resistance(in %)=')
\ No newline at end of file diff --git a/876/CH3/EX3.2/Ex3_2.txt b/876/CH3/EX3.2/Ex3_2.txt new file mode 100755 index 000000000..d9caee4bf --- /dev/null +++ b/876/CH3/EX3.2/Ex3_2.txt @@ -0,0 +1,3 @@ +change in resistance(in %)=
+
+ 0.05
\ No newline at end of file diff --git a/876/CH3/EX3.2/Ex3_2t.txt b/876/CH3/EX3.2/Ex3_2t.txt new file mode 100755 index 000000000..cb230b05c --- /dev/null +++ b/876/CH3/EX3.2/Ex3_2t.txt @@ -0,0 +1,11 @@ +//caption:Find change in resistance
+//Ex3.2
+clc
+clear
+close
+G=2//gauge factor
+S=500//stress applied(in Kg/cm^2)
+v=2*10^6//modulus of elasticity(in Kg/cm^2)
+e=(S/v)
+R=(e*G)*100
+disp(R,'change in resistance(in %)=')
\ No newline at end of file |