필터 지우기
필터 지우기

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 CenterFile Exchange에서 Graphics Object Programming에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by