blob: 6f6c5b37fcd7b535f52e340c5f0d4dbb62a3c439 (
plain)
1
2
3
4
5
6
|
pathname=get_absolute_file_path('4_02.sce')
filename=pathname+filesep()+'4_02data.sci'
exec(filename)
printf("\Answer:\n")
printf("\n\density of air at the duct exit: %f Kg/m^3\n\n",D2)
|