summaryrefslogtreecommitdiff
path: root/1286/CH2/EX2.6/2_6.sce
diff options
context:
space:
mode:
Diffstat (limited to '1286/CH2/EX2.6/2_6.sce')
-rwxr-xr-x1286/CH2/EX2.6/2_6.sce16
1 files changed, 16 insertions, 0 deletions
diff --git a/1286/CH2/EX2.6/2_6.sce b/1286/CH2/EX2.6/2_6.sce
new file mode 100755
index 000000000..886c9c6c2
--- /dev/null
+++ b/1286/CH2/EX2.6/2_6.sce
@@ -0,0 +1,16 @@
+clc
+//initialisation
+l=3//m
+t1=0//c
+t2=40//c
+f=0.000012//1/c
+b=0.000018//1/c
+y=2.1*10^11//N/m^2
+a=(3.14*(0.6*10^-3)^2)/4///m
+//CALCULATIONS
+lb40=l*(1+(b*(t2-t1)))
+lf40=l*(1+f*(t2-t1))
+dl=lb40-lf40
+F=y*a*dl*0.01/l
+//results
+printf(' extra tension of the wire= % 1f newton',F)