Message from discussion
mupad: n choose k?
Path: g2news1.google.com!news3.google.com!newsfeed.stanford.edu!sn-xt-sjc-02!sn-xt-sjc-08!sn-post-02!sn-post-01!supernews.com!corp.supernews.com!not-for-mail
From: Jay Belanger <belan...@truman.edu>
Newsgroups: sci.math.symbolic
Subject: Re: mupad: n choose k?
Date: Wed, 29 Mar 2006 07:29:57 -0600
Organization: Posted via Supernews, http://www.supernews.com
Message-ID: <871wwll6p6.fsf@vh213602.truman.edu>
Reply-To: belan...@truman.edu
CC: belan...@truman.edu
References: <1143604309.689537.226230@e56g2000cwe.googlegroups.com> <87irpxvn0s.fsf@k-online.com>
User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)
Cancel-Lock: sha1:fkSS4E3xRjb1MfiAnUExJeS2/Hg=
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Complaints-To: abuse@supernews.com
Lines: 14
Joe Riel <j...@k-online.com> writes:
> "Markus Dehmann" <markus.dehm...@gmail.com> writes:
>
>> Does anyone know how to do n choose k in mupad? I couldn't find it, not
>> even in the combinat package.
>>
> I don't know mupad, but does it have a binomial function?
Yes; good call.
>> binomial(10,4)
will return 10 choose 4.
Jay