diff options
Diffstat (limited to '1286/CH7/EX7.8/7_8.sce')
-rwxr-xr-x | 1286/CH7/EX7.8/7_8.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/1286/CH7/EX7.8/7_8.sce b/1286/CH7/EX7.8/7_8.sce new file mode 100755 index 000000000..699ed1211 --- /dev/null +++ b/1286/CH7/EX7.8/7_8.sce @@ -0,0 +1,11 @@ +clc
+//initialisation
+a=0.0072//pa cc^2
+b=0.002
+p1=76*13.6*980
+p2=0.76*13600*9.8
+//CALCULATIONS
+a1=a*p2/p1
+//results
+printf(' value of a in MKS/SI units= % 1f pa m^6',a1)
+printf(' \nvalue of b in MKS/SI units= % 1f ',b)
|