summaryrefslogtreecommitdiff
path: root/3720/CH12/EX12.10/Ex12_10.sce
blob: 8b7f3977ff1164cef8a1f3ffe59b0bc45447c935 (plain)
1
2
3
4
5
6
7
8
9
//Example 12_10
clc;clear;
// Given values
mu=19;// Angle of Mach lines in degrees

// Calculation
// mu=asind(1/Ma_1)
Ma_1=1/sind (19);// Mach number 
printf('Mach number ,Ma=%0.2f \n',Ma_1);