<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://script.spoken-tutorial.org/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://script.spoken-tutorial.org/index.php?action=history&amp;feed=atom&amp;title=Gamma_function</id>
		<title>Gamma function - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://script.spoken-tutorial.org/index.php?action=history&amp;feed=atom&amp;title=Gamma_function"/>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php?title=Gamma_function&amp;action=history"/>
		<updated>2026-05-13T01:50:21Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.23.17</generator>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php?title=Gamma_function&amp;diff=2004&amp;oldid=prev</id>
		<title>Gyan: Created page with 'The gamma function is defined by :   &lt;math&gt;\Gamma(n)=\int_0^\infty e^{-x}x^{n-1}dx&lt;/math&gt;  in scilab gamma(n) evaluates the gamma function at all the elements of n.  e.g.   --&gt;ga…'</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php?title=Gamma_function&amp;diff=2004&amp;oldid=prev"/>
				<updated>2012-12-24T10:44:00Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;#039;The gamma function is defined by :   &amp;lt;math&amp;gt;\Gamma(n)=\int_0^\infty e^{-x}x^{n-1}dx&amp;lt;/math&amp;gt;  in scilab gamma(n) evaluates the gamma function at all the elements of n.  e.g.   --&amp;gt;ga…&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;The gamma function is defined by :&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;math&amp;gt;\Gamma(n)=\int_0^\infty e^{-x}x^{n-1}dx&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
in scilab gamma(n) evaluates the gamma function at all the elements of n.&lt;br /&gt;
&lt;br /&gt;
e.g.&lt;br /&gt;
  --&amp;gt;gamma(1)&lt;br /&gt;
  ans  =&lt;br /&gt;
 &lt;br /&gt;
    1.  &lt;br /&gt;
 &lt;br /&gt;
  --&amp;gt;gamma(0)&lt;br /&gt;
 ans  =&lt;br /&gt;
 &lt;br /&gt;
   Inf  &lt;br /&gt;
&lt;br /&gt;
For n positive integer &amp;lt;math&amp;gt;\Gamma(n+1)=n!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
i.e.&lt;br /&gt;
  --&amp;gt;gamma(5) &lt;br /&gt;
  ans  =&lt;br /&gt;
 &lt;br /&gt;
    24.  &lt;br /&gt;
 &lt;br /&gt;
  --&amp;gt;gamma(4)&lt;br /&gt;
  ans  =&lt;br /&gt;
 &lt;br /&gt;
    6.  &lt;br /&gt;
&lt;br /&gt;
Similarly  we can check gamma function for fractions also.&lt;br /&gt;
&lt;br /&gt;
e.g.&lt;br /&gt;
  --&amp;gt;gamma(11/2)&lt;br /&gt;
  ans  =&lt;br /&gt;
 &lt;br /&gt;
    52.342778  &lt;br /&gt;
 &lt;br /&gt;
  --&amp;gt;gamma(-11/2)&lt;br /&gt;
  ans  =&lt;br /&gt;
 &lt;br /&gt;
    0.0109127&lt;br /&gt;
&lt;br /&gt;
One important property of gamma function is: &lt;br /&gt;
&lt;br /&gt;
  --&amp;gt;gamma(1/2)&lt;br /&gt;
 ans  =&lt;br /&gt;
 &lt;br /&gt;
    1.7724539&lt;/div&gt;</summary>
		<author><name>Gyan</name></author>	</entry>

	</feed>