フィルターのクリア

nchoosek help

3 ビュー (過去 30 日間)
Sean Smith
Sean Smith 2011 年 9 月 15 日
I am trying to figure out the nchoosek command but can't seem to get it. What I am trying to answer is if there are 4 people in a line, how many different ways can they be arranged. I tried nchoosek(1:4,4) but that returns the vector 1 2 3 4 and nchoosek(4,4) but that returns just a 1. What am I missing here?
  1 件のコメント
Sean Smith
Sean Smith 2011 年 9 月 15 日
from what i have been reading n is the number of things and k is the number you take at a time, so shouldn't it be 4 and 4 because there are 4 things and you take them 4 at a time?

サインインしてコメントする。

採用された回答

Wayne King
Wayne King 2011 年 9 月 15 日
Hi Sean, 4 people in a line is just factorial(4). nchoosek assumes you are interested in how many ways you can choose a number of objects out of set where order is not important. Note that arrangement in a circle is different.
Wayne
  1 件のコメント
Sean Smith
Sean Smith 2011 年 9 月 15 日
well that makes total sense. thank you.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeGraphics Object Programming についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by