blob: 8494de9203ba8a1a5f643289710f70034ee2ce41 (
plain)
1
2
3
4
5
6
|
//Example 12_4
clc();
clear;
//To describe the Temperature changes of the gas
printf("This type of process is termed as throttling process and described by the equation Delta U=- Delta W\n")
printf("Where Delta W is the work done")
|