summaryrefslogtreecommitdiff
path: root/2021/CH4/EX4.3
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /2021/CH4/EX4.3
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 '2021/CH4/EX4.3')
-rwxr-xr-x2021/CH4/EX4.3/EX4_3.sce14
-rwxr-xr-x2021/CH4/EX4.3/Ex4_3.pdfbin0 -> 13543 bytes
2 files changed, 14 insertions, 0 deletions
diff --git a/2021/CH4/EX4.3/EX4_3.sce b/2021/CH4/EX4.3/EX4_3.sce
new file mode 100755
index 000000000..f03eceb1b
--- /dev/null
+++ b/2021/CH4/EX4.3/EX4_3.sce
@@ -0,0 +1,14 @@
+//Finding of volume and specific gravity
+//given
+w=490.5; //In Air in Newton
+w1=196.2; //In Water in Newton
+rho=1000;
+g=9.81;
+rho1=5000;
+//To Find
+wd=w-w1;
+vd=wd/(rho*g);
+rho2=(w/g)/vd;
+spgr=rho1/(rho*3);
+disp("Volume = "+string(rho2)+" Kg/m^3");
+disp("Specific Gravity is= "+string(spgr)+" No units")
diff --git a/2021/CH4/EX4.3/Ex4_3.pdf b/2021/CH4/EX4.3/Ex4_3.pdf
new file mode 100755
index 000000000..0ea14f9a4
--- /dev/null
+++ b/2021/CH4/EX4.3/Ex4_3.pdf
Binary files differ