summaryrefslogtreecommitdiff
path: root/3648/CH5/EX5.3
diff options
context:
space:
mode:
Diffstat (limited to '3648/CH5/EX5.3')
-rw-r--r--3648/CH5/EX5.3/Ex5_3.sce8
-rw-r--r--3648/CH5/EX5.3/Ex5_3.txt1
2 files changed, 9 insertions, 0 deletions
diff --git a/3648/CH5/EX5.3/Ex5_3.sce b/3648/CH5/EX5.3/Ex5_3.sce
new file mode 100644
index 000000000..48eb4d380
--- /dev/null
+++ b/3648/CH5/EX5.3/Ex5_3.sce
@@ -0,0 +1,8 @@
+//Example 5_3
+clc();
+clear;
+//To find the work done by the pulling force
+F=20 //units in Newtons
+d=5 //units in meters
+W=F*d //units in joules
+printf("Work done is W=%d Joules",W)
diff --git a/3648/CH5/EX5.3/Ex5_3.txt b/3648/CH5/EX5.3/Ex5_3.txt
new file mode 100644
index 000000000..e45a50ba0
--- /dev/null
+++ b/3648/CH5/EX5.3/Ex5_3.txt
@@ -0,0 +1 @@
+Work done is W=100 Joules \ No newline at end of file