Combinations - Solving recurrence relation in 2 variables without using generating functions
Clash Royale CLAN TAG#URR8PPP
up vote
1
down vote
favorite
I know that there are similar questions here solving 2 variable recurrence and combinations recurrence equation, but both of them use generating functions to solve this. Is there any other way to solve this problem:
$$Psi(n,k) = begincases
0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;text if n = 0 text and
k > 0\
1 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;text if n geq 0 text and
k=0\
Psi(n-1,k) + Psi(n-1,k-1);;text if n > 0 text and k > 0\
0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;text otherwise
endcases$$
I know the solution is $binomnk$, but I would like to know a way to solve this without generating functions.
combinatorics discrete-mathematics recurrence-relations combinations generating-functions
add a comment |Â
up vote
1
down vote
favorite
I know that there are similar questions here solving 2 variable recurrence and combinations recurrence equation, but both of them use generating functions to solve this. Is there any other way to solve this problem:
$$Psi(n,k) = begincases
0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;text if n = 0 text and
k > 0\
1 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;text if n geq 0 text and
k=0\
Psi(n-1,k) + Psi(n-1,k-1);;text if n > 0 text and k > 0\
0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;text otherwise
endcases$$
I know the solution is $binomnk$, but I would like to know a way to solve this without generating functions.
combinatorics discrete-mathematics recurrence-relations combinations generating-functions
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I know that there are similar questions here solving 2 variable recurrence and combinations recurrence equation, but both of them use generating functions to solve this. Is there any other way to solve this problem:
$$Psi(n,k) = begincases
0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;text if n = 0 text and
k > 0\
1 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;text if n geq 0 text and
k=0\
Psi(n-1,k) + Psi(n-1,k-1);;text if n > 0 text and k > 0\
0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;text otherwise
endcases$$
I know the solution is $binomnk$, but I would like to know a way to solve this without generating functions.
combinatorics discrete-mathematics recurrence-relations combinations generating-functions
I know that there are similar questions here solving 2 variable recurrence and combinations recurrence equation, but both of them use generating functions to solve this. Is there any other way to solve this problem:
$$Psi(n,k) = begincases
0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;text if n = 0 text and
k > 0\
1 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;text if n geq 0 text and
k=0\
Psi(n-1,k) + Psi(n-1,k-1);;text if n > 0 text and k > 0\
0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;text otherwise
endcases$$
I know the solution is $binomnk$, but I would like to know a way to solve this without generating functions.
combinatorics discrete-mathematics recurrence-relations combinations generating-functions
asked Jul 20 at 9:31


pedroth
215
215
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
1
down vote
The most natural way to solve this is the following: I'd start by making a table up to $n=5$ or so and then say "Ah, these are just the binomial coefficients". Then I'd set up an induction proof that this is indeed the case.
I like your approach, but I would like one where the mathematician didn't know what are binomial coefficients
– pedroth
Jul 20 at 9:59
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
The most natural way to solve this is the following: I'd start by making a table up to $n=5$ or so and then say "Ah, these are just the binomial coefficients". Then I'd set up an induction proof that this is indeed the case.
I like your approach, but I would like one where the mathematician didn't know what are binomial coefficients
– pedroth
Jul 20 at 9:59
add a comment |Â
up vote
1
down vote
The most natural way to solve this is the following: I'd start by making a table up to $n=5$ or so and then say "Ah, these are just the binomial coefficients". Then I'd set up an induction proof that this is indeed the case.
I like your approach, but I would like one where the mathematician didn't know what are binomial coefficients
– pedroth
Jul 20 at 9:59
add a comment |Â
up vote
1
down vote
up vote
1
down vote
The most natural way to solve this is the following: I'd start by making a table up to $n=5$ or so and then say "Ah, these are just the binomial coefficients". Then I'd set up an induction proof that this is indeed the case.
The most natural way to solve this is the following: I'd start by making a table up to $n=5$ or so and then say "Ah, these are just the binomial coefficients". Then I'd set up an induction proof that this is indeed the case.
answered Jul 20 at 9:38


Christian Blatter
163k7107306
163k7107306
I like your approach, but I would like one where the mathematician didn't know what are binomial coefficients
– pedroth
Jul 20 at 9:59
add a comment |Â
I like your approach, but I would like one where the mathematician didn't know what are binomial coefficients
– pedroth
Jul 20 at 9:59
I like your approach, but I would like one where the mathematician didn't know what are binomial coefficients
– pedroth
Jul 20 at 9:59
I like your approach, but I would like one where the mathematician didn't know what are binomial coefficients
– pedroth
Jul 20 at 9:59
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2857461%2fcombinations-solving-recurrence-relation-in-2-variables-without-using-generati%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password