diff options
Diffstat (limited to '1627/CH1/EX1.1/Ex1_1.sce')
-rw-r--r-- | 1627/CH1/EX1.1/Ex1_1.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/1627/CH1/EX1.1/Ex1_1.sce b/1627/CH1/EX1.1/Ex1_1.sce new file mode 100644 index 000000000..0b623817d --- /dev/null +++ b/1627/CH1/EX1.1/Ex1_1.sce @@ -0,0 +1,8 @@ +clc
+//initialisation of variables
+M=5*14.59//slugs
+g=9.8//m/s^2
+//CALCULATIONS
+W=M*g//N
+//RESULTS
+printf('The weight of substance is=% f N',W)
|