binomial - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

MapleTA[Builtin]

  

binomial

  

binomial coefficient

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

binomial(n, r)

Parameters

n

-

numeric

r

-

numeric

Description

• 

The binomial command computes the rth binomial coefficient of degree n. This corresponds to the number of ways of choosing r objects from a set of n, ignoring order.

• 

For example, binomial(22, 3) returns the coefficient of x^19 in (x+1)^22 or 1540.

Examples

MapleTA:-Builtin:-binomial22,3

1540

(1)

Compatibility

• 

The MapleTA[Builtin][binomial] command was introduced in Maple 18.

• 

For more information on Maple 18 changes, see Updates in Maple 18.

See Also

binomial

MapleTA

 


Download Help Document