From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 2741/CH5/EX5.13/Chapter5_Example13.sce | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 2741/CH5/EX5.13/Chapter5_Example13.sce (limited to '2741/CH5/EX5.13') diff --git a/2741/CH5/EX5.13/Chapter5_Example13.sce b/2741/CH5/EX5.13/Chapter5_Example13.sce new file mode 100755 index 000000000..6ae29c6a5 --- /dev/null +++ b/2741/CH5/EX5.13/Chapter5_Example13.sce @@ -0,0 +1,11 @@ +clc +clear +//Input data +T=300;//The given temperature in K +k=1.38*10^-16;//Boltzmann constant in erg/molecule-deg + +//Calculations +E=(3/2)*k*T;//The average Kinetic energy of a molecule in ergs + +//Output +printf('The Average Kinetic energy of a molecule of a gas at 300 K is K.E = %3.4g ergs ',E) -- cgit