blob: dcb8da7a1efa1e7192945b07c39ef16aa43c0517 (
plain)
1
2
3
4
5
6
|
pathname=get_absolute_file_path('2_1.sce')
filename=pathname+filesep()+'2_1data.sci'
exec(filename)
T=p/((density)*(R))
printf("\Answer:\n")
printf("\n\Temperature at that point %f K\n\n",T)
|