summaryrefslogtreecommitdiff
path: root/3137/CH16/EX16.57
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /3137/CH16/EX16.57
downloadScilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip
initial commit / add all books
Diffstat (limited to '3137/CH16/EX16.57')
-rwxr-xr-x3137/CH16/EX16.57/Ex16_57.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/3137/CH16/EX16.57/Ex16_57.sce b/3137/CH16/EX16.57/Ex16_57.sce
new file mode 100755
index 000000000..5bfd14c01
--- /dev/null
+++ b/3137/CH16/EX16.57/Ex16_57.sce
@@ -0,0 +1,9 @@
+//Initilization of variables
+Na=294 //N
+Nb=735 //N
+//Calculations
+a=(1/10*Nb-1/3*Na)/45 //m/s^2
+P=(1/3*Na)-30*a //N
+//result
+clc
+printf('The solution is P=%f N and a=%f m/s^2',P,a)