summaryrefslogtreecommitdiff
path: root/446/CH10/EX10.1/10_1.sce
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /446/CH10/EX10.1/10_1.sce
downloadScilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip
initial commit / add all books
Diffstat (limited to '446/CH10/EX10.1/10_1.sce')
-rwxr-xr-x446/CH10/EX10.1/10_1.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/446/CH10/EX10.1/10_1.sce b/446/CH10/EX10.1/10_1.sce
new file mode 100755
index 000000000..8a529803b
--- /dev/null
+++ b/446/CH10/EX10.1/10_1.sce
@@ -0,0 +1,9 @@
+clear
+clc
+disp('Exa-10.1'); //Theoretical Question
+//**Install and use maxim tool for symbolic integration. remove the '//'(comment markings) below and run the program.
+//Vm=integrate('(v^3)*(e^(-b*v^2))','x',0,%infi);
+//rest of the results follow from above
+printf('The average speed is found out to be (8*k*T/m)^1/2)\n');
+printf('The RMS speed is (3*k*T/m)^1/2\n');
+printf('The Most probable speed is found out to be (2*k*T/m)^1/2 \n where all the symbols used are conventional constants.'); \ No newline at end of file