summaryrefslogtreecommitdiff
path: root/2381/CH5/EX5.17/ex_17.sce
blob: 88304a2d195a8b48fc6dfb48234df7e13d83f384 (plain)
1
2
3
4
5
6
7
8
9
10
11
//Example 17 // Pressure 
clc;
clear;
close;
//given data :
gama=1.4;
u=10^-3;// in m/s
v=340;// in m/s
P=10^5;// in N/m^2
p=gama*P*u/v;
disp(p,"The pressure,p(N/m^2) = ")