summaryrefslogtreecommitdiff
path: root/3647/CH4/EX4.1/ex4_1.sce
diff options
context:
space:
mode:
Diffstat (limited to '3647/CH4/EX4.1/ex4_1.sce')
-rw-r--r--3647/CH4/EX4.1/ex4_1.sce14
1 files changed, 14 insertions, 0 deletions
diff --git a/3647/CH4/EX4.1/ex4_1.sce b/3647/CH4/EX4.1/ex4_1.sce
new file mode 100644
index 000000000..318e94786
--- /dev/null
+++ b/3647/CH4/EX4.1/ex4_1.sce
@@ -0,0 +1,14 @@
+//Solutions to Problems In applied mechanics
+//A N Gobby
+clear all;
+clc
+//initialisation of variables
+t=3//sec
+m=20//per mint
+a=4//ft
+//CALCULATIONS
+T=2*%pi/t//ft/s
+V=T*a//ft/s
+F=(T)^2*a//ft/s^2
+//RESULTS
+printf('th acceleration x must be a maximum=% f ft/s^2',F)