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 --- 821/CH4/EX4.11/4_11.sce | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 821/CH4/EX4.11/4_11.sce (limited to '821/CH4/EX4.11/4_11.sce') diff --git a/821/CH4/EX4.11/4_11.sce b/821/CH4/EX4.11/4_11.sce new file mode 100755 index 000000000..61973a02f --- /dev/null +++ b/821/CH4/EX4.11/4_11.sce @@ -0,0 +1,10 @@ +T=320;//47C in kelvin// +R=8.31*10^7;//Universal gas constant in erg per degree per mole// +M=32;//molecular weight of O2 in gram per mole// +C2=(3*R*T)/M;//mean square velocity of Oxygen in (cm/sec)^2// +Crms=sqrt(C2);//Root mean square velocity of Oxygen in cm/sec// +printf('Root mean square velocity of Oxygen=Crms=%fcm/sec',Crms); +Cm=sqrt(8*R*T/(%pi*M));//mean velocity of Oxygen in cm/sec// +printf('\nMean velocity of Oxygen=Cm=%fcm/sec',Cm); +Cmpv=sqrt(2*R*T/M);//mean probable velocity in cm/sec// +printf('\nMean probable velocity of Oxygen=Cmpv=%fcm/sec',Cmpv);//in textbook in Cmpv value it is misprinted as 10^9 but it is actually 10^4// -- cgit