summaryrefslogtreecommitdiff
path: root/2615/CH5/EX26.6/26_6.sce
diff options
context:
space:
mode:
Diffstat (limited to '2615/CH5/EX26.6/26_6.sce')
-rwxr-xr-x2615/CH5/EX26.6/26_6.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/2615/CH5/EX26.6/26_6.sce b/2615/CH5/EX26.6/26_6.sce
new file mode 100755
index 000000000..cbb8d8e9a
--- /dev/null
+++ b/2615/CH5/EX26.6/26_6.sce
@@ -0,0 +1,9 @@
+clc
+//initialisation of variables
+k=0.006//mm
+Q=200000//kg
+d=15//mm
+//CALCULATIONS
+P=k*(2*Q/d)//kg
+//RESULTS
+printf('the acting along the length of the bridge=% f kg',P)