summaryrefslogtreecommitdiff
path: root/2144/CH2/EX2.4/exa_2_4.sce
blob: 3e09c139658328139d52d5b605bad16a020a05b7 (plain)
1
2
3
4
5
6
7
8
9
// Example 2.4
clc;
clear;
close;
// Given data
V0= 1;// in m^3
t= 300;// in °C
V= V0*(1+t/273);// in m^3
disp(V,"The volume occupied in m^3 is : ")