summaryrefslogtreecommitdiff
path: root/1962/CH1/EX1.1/example1_1.sce
blob: 8756c1395fb315a0cce6f78af7831258a183c965 (plain)
1
2
3
4
5
6
7
8
9
10
//example 1.1
//page 8
clc; funcprot(0);
//initialization of variable
P=50*144*47.88;//pressure
R=8323/29;
T=273+20;//temperature
rho=P/R/T;
disp(rho,"density (kg/m^3)=");
clear