summaryrefslogtreecommitdiff
path: root/2024/CH1/EX1.6/1_6.sce
diff options
context:
space:
mode:
Diffstat (limited to '2024/CH1/EX1.6/1_6.sce')
-rwxr-xr-x2024/CH1/EX1.6/1_6.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/2024/CH1/EX1.6/1_6.sce b/2024/CH1/EX1.6/1_6.sce
new file mode 100755
index 000000000..751ee3044
--- /dev/null
+++ b/2024/CH1/EX1.6/1_6.sce
@@ -0,0 +1,8 @@
+clc
+//Initialization of variables
+g=32.1739
+gam=62.305
+//calculations
+rho=gam/g
+//results
+printf("Density in FLtheta system = %.3f slugs/ft^2",rho)