<?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=Beta_function</id>
		<title>Beta 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=Beta_function"/>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php?title=Beta_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=Beta_function&amp;diff=2003&amp;oldid=prev</id>
		<title>Gyan: Created page with 'The beta function is defined by:   &lt;math&gt;\Beta(m,n)=\int_0^1 x^{m-1}(1-x)^{n-1}dx&lt;/math&gt;  in scilab beta(m,n) evaluates the beta function at all the elements of m and n.  e.g.   …'</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php?title=Beta_function&amp;diff=2003&amp;oldid=prev"/>
				<updated>2012-12-24T10:43:15Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;#039;The beta function is defined by:   &amp;lt;math&amp;gt;\Beta(m,n)=\int_0^1 x^{m-1}(1-x)^{n-1}dx&amp;lt;/math&amp;gt;  in scilab beta(m,n) evaluates the beta function at all the elements of m and n.  e.g.   …&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;The beta function is defined by:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;math&amp;gt;\Beta(m,n)=\int_0^1 x^{m-1}(1-x)^{n-1}dx&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
in scilab beta(m,n) evaluates the beta function at all the elements of m and n.&lt;br /&gt;
&lt;br /&gt;
e.g.&lt;br /&gt;
  --&amp;gt;beta(2,5)&lt;br /&gt;
   ans  =&lt;br /&gt;
 &lt;br /&gt;
      0.0333333&lt;br /&gt;
&lt;br /&gt;
For the beta function &lt;br /&gt;
 &amp;lt;math&amp;gt;\Beta(m,n)=\Beta(n,m)&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
e.g.&lt;br /&gt;
  --&amp;gt;beta(2,5)&lt;br /&gt;
   ans  =&lt;br /&gt;
 &lt;br /&gt;
      0.0333333  &lt;br /&gt;
 &lt;br /&gt;
  --&amp;gt;beta(5,2)&lt;br /&gt;
   ans  =&lt;br /&gt;
 &lt;br /&gt;
      0.0333333&lt;br /&gt;
Also&lt;br /&gt;
 &amp;lt;math&amp;gt;\Beta(m,n)=\frac{\Gamma(m)\Gamma(n)}{\Gamma(m+n)}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
which is a relation between beta and gamma function and can be verify by using the example given below:&lt;br /&gt;
&lt;br /&gt;
e.g.&lt;br /&gt;
Recall&lt;br /&gt;
  --&amp;gt;beta(2,5)&lt;br /&gt;
     ans  =&lt;br /&gt;
 &lt;br /&gt;
        0.0333333&lt;br /&gt;
and&lt;br /&gt;
  --&amp;gt;gamma(2)&lt;br /&gt;
   ans  =&lt;br /&gt;
 &lt;br /&gt;
      1.  &lt;br /&gt;
 &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(7)&lt;br /&gt;
   ans  =&lt;br /&gt;
 &lt;br /&gt;
      720.  &lt;br /&gt;
&lt;br /&gt;
  --&amp;gt;1*24/720&lt;br /&gt;
   ans  =&lt;br /&gt;
 &lt;br /&gt;
      0.0333333  &lt;br /&gt;
that is &lt;br /&gt;
 &amp;lt;math&amp;gt;\Beta(2,5)=\frac{\Gamma(2)\Gamma(5)}{\Gamma(2+5)}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
also,&lt;br /&gt;
&lt;br /&gt;
  --&amp;gt;beta(1/2,1/2)&lt;br /&gt;
   ans  =&lt;br /&gt;
 &lt;br /&gt;
      3.1415927&lt;br /&gt;
and&lt;br /&gt;
  --&amp;gt;(gamma(1/2)*gamma(1/2))/gamma(1)&lt;br /&gt;
   ans  =&lt;br /&gt;
 &lt;br /&gt;
      3.1415927&lt;/div&gt;</summary>
		<author><name>Gyan</name></author>	</entry>

	</feed>