summaryrefslogtreecommitdiff
path: root/876/CH3/EX3.2
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /876/CH3/EX3.2
downloadScilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip
initial commit / add all books
Diffstat (limited to '876/CH3/EX3.2')
-rwxr-xr-x876/CH3/EX3.2/Ex3_2.sce11
-rwxr-xr-x876/CH3/EX3.2/Ex3_2.txt3
-rwxr-xr-x876/CH3/EX3.2/Ex3_2t.txt11
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