diff options
Diffstat (limited to '2615/CH6/EX28.1')
-rwxr-xr-x | 2615/CH6/EX28.1/28_1.sce | 12 |
1 files changed, 12 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)
|