summaryrefslogtreecommitdiff
path: root/3841/CH4/EX4.9/Ex4_9.sce
diff options
context:
space:
mode:
Diffstat (limited to '3841/CH4/EX4.9/Ex4_9.sce')
-rw-r--r--3841/CH4/EX4.9/Ex4_9.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/3841/CH4/EX4.9/Ex4_9.sce b/3841/CH4/EX4.9/Ex4_9.sce
new file mode 100644
index 000000000..1a30ac894
--- /dev/null
+++ b/3841/CH4/EX4.9/Ex4_9.sce
@@ -0,0 +1,8 @@
+clear
+//find the work neccasry to raise a weight
+//given
+//
+w=150.
+d=8.
+Work=w*d
+printf("\n \n work necesary %.2f ft-lb",Work)