summaryrefslogtreecommitdiff
path: root/2615/CH6
diff options
context:
space:
mode:
Diffstat (limited to '2615/CH6')
-rwxr-xr-x2615/CH6/EX28.1/28_1.sce12
-rwxr-xr-x2615/CH6/EX29.2/29_2.sce8
2 files changed, 20 insertions, 0 deletions
diff --git a/2615/CH6/EX28.1/28_1.sce b/2615/CH6/EX28.1/28_1.sce
new file mode 100755
index 000000000..5cbc1ba9b
--- /dev/null
+++ b/2615/CH6/EX28.1/28_1.sce
@@ -0,0 +1,12 @@
+clc
+//initialisation of variables
+s0=25//cm
+s1=28//cm
+s2=23//cm
+s3=10//cm
+s4=-11//cm
+s5=-40//cm
+//CALCULATIONS
+M=s1-s0+s1-s5//cm
+//RESULTS
+printf('the displacement are load=% f cm',M)
diff --git a/2615/CH6/EX29.2/29_2.sce b/2615/CH6/EX29.2/29_2.sce
new file mode 100755
index 000000000..63b5dc873
--- /dev/null
+++ b/2615/CH6/EX29.2/29_2.sce
@@ -0,0 +1,8 @@
+clc
+//initialisation of variables
+t=4.5//sec
+a=2//mm
+//CALCULATIONS
+X=a*(t)^2//cm
+//RESULTS
+printf('the perpendicular at point=% f cm',X)