summaryrefslogtreecommitdiff
path: root/2021/CH4/EX4.4
diff options
context:
space:
mode:
Diffstat (limited to '2021/CH4/EX4.4')
-rwxr-xr-x2021/CH4/EX4.4/EX4_4.sce14
-rwxr-xr-x2021/CH4/EX4.4/Ex4_4.pdfbin0 -> 13933 bytes
2 files changed, 14 insertions, 0 deletions
diff --git a/2021/CH4/EX4.4/EX4_4.sce b/2021/CH4/EX4.4/EX4_4.sce
new file mode 100755
index 000000000..14e9ae145
--- /dev/null
+++ b/2021/CH4/EX4.4/EX4_4.sce
@@ -0,0 +1,14 @@
+//Finding of Mass,Density,Specific Gravity
+//Given
+v=2*1*3;
+w=3924;
+rho=1000;
+g=9.81;
+wd=rho*g*v;
+w1=w+wd;
+m=w1/g;
+rho1=m/v;
+spgr=rho1/rho;
+disp("Mass is = "+string(m)+" Kg");
+disp("Density is = "+string(rho1)+" Kg/m^3");
+disp("Specific Gravity = "+string(spgr)+" No units")
diff --git a/2021/CH4/EX4.4/Ex4_4.pdf b/2021/CH4/EX4.4/Ex4_4.pdf
new file mode 100755
index 000000000..c75e9c06b
--- /dev/null
+++ b/2021/CH4/EX4.4/Ex4_4.pdf
Binary files differ