diff options
Diffstat (limited to '2513/CH4/EX4.3/4_3.sce')
-rwxr-xr-x | 2513/CH4/EX4.3/4_3.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/2513/CH4/EX4.3/4_3.sce b/2513/CH4/EX4.3/4_3.sce new file mode 100755 index 000000000..e91a903ed --- /dev/null +++ b/2513/CH4/EX4.3/4_3.sce @@ -0,0 +1,10 @@ +clc
+//initialisation of variables
+a=12//in
+h=121//in
+p=11//in
+s=220//in
+//CALCULATIONS
+B={a/[p*(h-1)]}*s//per unit
+//RESULTS
+printf('the interval of time a noted before=% f per unit',B)
|