@sym
Beta function.
Example:
syms x y beta(x, y) ⇒ ans = (sym) Β(x, y)
The beta function is related to the gamma function:
rewrite (beta (x,y), "gamma") ⇒ ans = (sym) Γ(x)⋅Γ(y) ───────── Γ(x + y)
See also: @sym/gamma.
Package: symbolic