The theory behind linear recurrence relations solving (or - why does it work?)solving recurrence relationsWhy is solving non-linear recurrence relations “hopeless”?Process of solving recurrence relationsSolving Recurrence Relations (Nonlinear?)Solving recurrence relations?Solving Recurrence Relations using IterationWhy does generating functions work? (recurrence relations)Why does this method for solving recurrence relations work in some cases and not in others?Linear Nonhomogeneous Recurrence RelationsWrong Proof: $mu_f =mu_g$ iff $h^-1cdot f cdot h = g$
Ambiguity in the definition of entropy
Why is the sentence "Das ist eine Nase" correct?
Why is it a bad idea to hire a hitman to eliminate most corrupt politicians?
How can I deal with my CEO asking me to hire someone with a higher salary than me, a co-founder?
Processor speed limited at 0.4 Ghz
Can compressed videos be decoded back to their uncompresed original format?
Why didn't Boeing produce its own regional jet?
How badly should I try to prevent a user from XSSing themselves?
What reasons are there for a Capitalist to oppose a 100% inheritance tax?
What are the G forces leaving Earth orbit?
One verb to replace 'be a member of' a club
OP Amp not amplifying audio signal
How many wives did king shaul have
How exploitable/balanced is this homebrew spell: Spell Permanency?
Why was Sir Cadogan fired?
How to travel to Japan while expressing milk?
If a warlock makes a Dancing Sword their pact weapon, is there a way to prevent it from disappearing if it's farther away for more than a minute?
How dangerous is XSS
Is it possible to map the firing of neurons in the human brain so as to stimulate artificial memories in someone else?
files created then deleted at every second in tmp directory
Is it a bad idea to plug the other end of ESD strap to wall ground?
How do I exit BASH while loop using modulus operator?
How can saying a song's name be a copyright violation?
GFCI outlets - can they be repaired? Are they really needed at the end of a circuit?
The theory behind linear recurrence relations solving (or - why does it work?)
solving recurrence relationsWhy is solving non-linear recurrence relations “hopeless”?Process of solving recurrence relationsSolving Recurrence Relations (Nonlinear?)Solving recurrence relations?Solving Recurrence Relations using IterationWhy does generating functions work? (recurrence relations)Why does this method for solving recurrence relations work in some cases and not in others?Linear Nonhomogeneous Recurrence RelationsWrong Proof: $mu_f =mu_g$ iff $h^-1cdot f cdot h = g$
$begingroup$
tl;dr - a recommendation for a good book that explains the theory behind the auxiliary polynomial/companion matrix methods to solve linear recurrence relations with constant coefficients?
I've bumped into a linear recursive relation problem and it reminded me the auxiliary polynomial technique from basic combinatorics class.
In retrospective, I understand it has to do with Jordan normal forms and Jordan chains. I also checked Wikipedia and found the linear algebra methods, I can see how they are equivalent and why does it work when all the eigenvalues are distinct (and the companion matrix is diagonalizable. Alternatively, the linear system matrix for any initial values is invertible as a Van der Monde matrix). I'm a bit rusty on Jordan normal forms though, so a little help will be great. I tried a few books, mostly those that are referenced from Wikipedia, but they seem to miss this point.
Any reference suggestion will much be appreciated, thanks.
recurrence-relations jordan-normal-form
$endgroup$
|
show 1 more comment
$begingroup$
tl;dr - a recommendation for a good book that explains the theory behind the auxiliary polynomial/companion matrix methods to solve linear recurrence relations with constant coefficients?
I've bumped into a linear recursive relation problem and it reminded me the auxiliary polynomial technique from basic combinatorics class.
In retrospective, I understand it has to do with Jordan normal forms and Jordan chains. I also checked Wikipedia and found the linear algebra methods, I can see how they are equivalent and why does it work when all the eigenvalues are distinct (and the companion matrix is diagonalizable. Alternatively, the linear system matrix for any initial values is invertible as a Van der Monde matrix). I'm a bit rusty on Jordan normal forms though, so a little help will be great. I tried a few books, mostly those that are referenced from Wikipedia, but they seem to miss this point.
Any reference suggestion will much be appreciated, thanks.
recurrence-relations jordan-normal-form
$endgroup$
$begingroup$
what is your linear algebra background? Have you learned about modules and spaces? It's a bit hard to motivate these tools without.
$endgroup$
– Don Thousand
Mar 20 at 19:16
$begingroup$
Start with a linear recurrence with constant coefficients. Re-write it using the operator $S a_n=a_n+1$. Then replace each occurrence of $S^ka_n$ by a new sequence $x_n^k$ and add new equations $x_n^k+1=S y_n^k$. The system then has the form $X_n=AX_n-1$, where $X_n$ is a vector with components $x_n^k$ and $A$ is a matrix with constant coefficients. The solution of this system is $X_n=A^nX_0$. Then it is clear why the Jordan decomposition is related. If $A=P^-1JP$, then $A^n=P^-1J^nP$.
$endgroup$
– user647486
Mar 20 at 19:45
$begingroup$
I don't recall a book for recurrence equations that I am sure has this content, but if you lack them you can use as replacement books in Ordinary Differential Equations. They will likely have it for linear differential equations. You just need to replace derivative of $y$ by $Delta y_n=y_n+1-y_n$ or $y_n+1$ by $Sy_n$.
$endgroup$
– user647486
Mar 20 at 19:51
$begingroup$
@DonThousand I have basic knowledge in modules, mostly from a basic course in rings and fields. I'll at least give it a shot. Thanks.
$endgroup$
– galra
Mar 20 at 19:57
$begingroup$
@user647486 I see how it is related to the Jordan forms this way, but since it has been some time since I last dealt with it, I'm missing the step between this and how the decomposition should look (except that each eigenvalue will have a single block), and from that the Jordan chains. I'll check for ODE books. Thanks.
$endgroup$
– galra
Mar 20 at 19:57
|
show 1 more comment
$begingroup$
tl;dr - a recommendation for a good book that explains the theory behind the auxiliary polynomial/companion matrix methods to solve linear recurrence relations with constant coefficients?
I've bumped into a linear recursive relation problem and it reminded me the auxiliary polynomial technique from basic combinatorics class.
In retrospective, I understand it has to do with Jordan normal forms and Jordan chains. I also checked Wikipedia and found the linear algebra methods, I can see how they are equivalent and why does it work when all the eigenvalues are distinct (and the companion matrix is diagonalizable. Alternatively, the linear system matrix for any initial values is invertible as a Van der Monde matrix). I'm a bit rusty on Jordan normal forms though, so a little help will be great. I tried a few books, mostly those that are referenced from Wikipedia, but they seem to miss this point.
Any reference suggestion will much be appreciated, thanks.
recurrence-relations jordan-normal-form
$endgroup$
tl;dr - a recommendation for a good book that explains the theory behind the auxiliary polynomial/companion matrix methods to solve linear recurrence relations with constant coefficients?
I've bumped into a linear recursive relation problem and it reminded me the auxiliary polynomial technique from basic combinatorics class.
In retrospective, I understand it has to do with Jordan normal forms and Jordan chains. I also checked Wikipedia and found the linear algebra methods, I can see how they are equivalent and why does it work when all the eigenvalues are distinct (and the companion matrix is diagonalizable. Alternatively, the linear system matrix for any initial values is invertible as a Van der Monde matrix). I'm a bit rusty on Jordan normal forms though, so a little help will be great. I tried a few books, mostly those that are referenced from Wikipedia, but they seem to miss this point.
Any reference suggestion will much be appreciated, thanks.
recurrence-relations jordan-normal-form
recurrence-relations jordan-normal-form
asked Mar 20 at 19:10
galragalra
400212
400212
$begingroup$
what is your linear algebra background? Have you learned about modules and spaces? It's a bit hard to motivate these tools without.
$endgroup$
– Don Thousand
Mar 20 at 19:16
$begingroup$
Start with a linear recurrence with constant coefficients. Re-write it using the operator $S a_n=a_n+1$. Then replace each occurrence of $S^ka_n$ by a new sequence $x_n^k$ and add new equations $x_n^k+1=S y_n^k$. The system then has the form $X_n=AX_n-1$, where $X_n$ is a vector with components $x_n^k$ and $A$ is a matrix with constant coefficients. The solution of this system is $X_n=A^nX_0$. Then it is clear why the Jordan decomposition is related. If $A=P^-1JP$, then $A^n=P^-1J^nP$.
$endgroup$
– user647486
Mar 20 at 19:45
$begingroup$
I don't recall a book for recurrence equations that I am sure has this content, but if you lack them you can use as replacement books in Ordinary Differential Equations. They will likely have it for linear differential equations. You just need to replace derivative of $y$ by $Delta y_n=y_n+1-y_n$ or $y_n+1$ by $Sy_n$.
$endgroup$
– user647486
Mar 20 at 19:51
$begingroup$
@DonThousand I have basic knowledge in modules, mostly from a basic course in rings and fields. I'll at least give it a shot. Thanks.
$endgroup$
– galra
Mar 20 at 19:57
$begingroup$
@user647486 I see how it is related to the Jordan forms this way, but since it has been some time since I last dealt with it, I'm missing the step between this and how the decomposition should look (except that each eigenvalue will have a single block), and from that the Jordan chains. I'll check for ODE books. Thanks.
$endgroup$
– galra
Mar 20 at 19:57
|
show 1 more comment
$begingroup$
what is your linear algebra background? Have you learned about modules and spaces? It's a bit hard to motivate these tools without.
$endgroup$
– Don Thousand
Mar 20 at 19:16
$begingroup$
Start with a linear recurrence with constant coefficients. Re-write it using the operator $S a_n=a_n+1$. Then replace each occurrence of $S^ka_n$ by a new sequence $x_n^k$ and add new equations $x_n^k+1=S y_n^k$. The system then has the form $X_n=AX_n-1$, where $X_n$ is a vector with components $x_n^k$ and $A$ is a matrix with constant coefficients. The solution of this system is $X_n=A^nX_0$. Then it is clear why the Jordan decomposition is related. If $A=P^-1JP$, then $A^n=P^-1J^nP$.
$endgroup$
– user647486
Mar 20 at 19:45
$begingroup$
I don't recall a book for recurrence equations that I am sure has this content, but if you lack them you can use as replacement books in Ordinary Differential Equations. They will likely have it for linear differential equations. You just need to replace derivative of $y$ by $Delta y_n=y_n+1-y_n$ or $y_n+1$ by $Sy_n$.
$endgroup$
– user647486
Mar 20 at 19:51
$begingroup$
@DonThousand I have basic knowledge in modules, mostly from a basic course in rings and fields. I'll at least give it a shot. Thanks.
$endgroup$
– galra
Mar 20 at 19:57
$begingroup$
@user647486 I see how it is related to the Jordan forms this way, but since it has been some time since I last dealt with it, I'm missing the step between this and how the decomposition should look (except that each eigenvalue will have a single block), and from that the Jordan chains. I'll check for ODE books. Thanks.
$endgroup$
– galra
Mar 20 at 19:57
$begingroup$
what is your linear algebra background? Have you learned about modules and spaces? It's a bit hard to motivate these tools without.
$endgroup$
– Don Thousand
Mar 20 at 19:16
$begingroup$
what is your linear algebra background? Have you learned about modules and spaces? It's a bit hard to motivate these tools without.
$endgroup$
– Don Thousand
Mar 20 at 19:16
$begingroup$
Start with a linear recurrence with constant coefficients. Re-write it using the operator $S a_n=a_n+1$. Then replace each occurrence of $S^ka_n$ by a new sequence $x_n^k$ and add new equations $x_n^k+1=S y_n^k$. The system then has the form $X_n=AX_n-1$, where $X_n$ is a vector with components $x_n^k$ and $A$ is a matrix with constant coefficients. The solution of this system is $X_n=A^nX_0$. Then it is clear why the Jordan decomposition is related. If $A=P^-1JP$, then $A^n=P^-1J^nP$.
$endgroup$
– user647486
Mar 20 at 19:45
$begingroup$
Start with a linear recurrence with constant coefficients. Re-write it using the operator $S a_n=a_n+1$. Then replace each occurrence of $S^ka_n$ by a new sequence $x_n^k$ and add new equations $x_n^k+1=S y_n^k$. The system then has the form $X_n=AX_n-1$, where $X_n$ is a vector with components $x_n^k$ and $A$ is a matrix with constant coefficients. The solution of this system is $X_n=A^nX_0$. Then it is clear why the Jordan decomposition is related. If $A=P^-1JP$, then $A^n=P^-1J^nP$.
$endgroup$
– user647486
Mar 20 at 19:45
$begingroup$
I don't recall a book for recurrence equations that I am sure has this content, but if you lack them you can use as replacement books in Ordinary Differential Equations. They will likely have it for linear differential equations. You just need to replace derivative of $y$ by $Delta y_n=y_n+1-y_n$ or $y_n+1$ by $Sy_n$.
$endgroup$
– user647486
Mar 20 at 19:51
$begingroup$
I don't recall a book for recurrence equations that I am sure has this content, but if you lack them you can use as replacement books in Ordinary Differential Equations. They will likely have it for linear differential equations. You just need to replace derivative of $y$ by $Delta y_n=y_n+1-y_n$ or $y_n+1$ by $Sy_n$.
$endgroup$
– user647486
Mar 20 at 19:51
$begingroup$
@DonThousand I have basic knowledge in modules, mostly from a basic course in rings and fields. I'll at least give it a shot. Thanks.
$endgroup$
– galra
Mar 20 at 19:57
$begingroup$
@DonThousand I have basic knowledge in modules, mostly from a basic course in rings and fields. I'll at least give it a shot. Thanks.
$endgroup$
– galra
Mar 20 at 19:57
$begingroup$
@user647486 I see how it is related to the Jordan forms this way, but since it has been some time since I last dealt with it, I'm missing the step between this and how the decomposition should look (except that each eigenvalue will have a single block), and from that the Jordan chains. I'll check for ODE books. Thanks.
$endgroup$
– galra
Mar 20 at 19:57
$begingroup$
@user647486 I see how it is related to the Jordan forms this way, but since it has been some time since I last dealt with it, I'm missing the step between this and how the decomposition should look (except that each eigenvalue will have a single block), and from that the Jordan chains. I'll check for ODE books. Thanks.
$endgroup$
– galra
Mar 20 at 19:57
|
show 1 more comment
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function ()
return StackExchange.using("mathjaxEditing", function ()
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix)
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
);
);
, "mathjax-editing");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "69"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
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
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3155888%2fthe-theory-behind-linear-recurrence-relations-solving-or-why-does-it-work%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
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
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3155888%2fthe-theory-behind-linear-recurrence-relations-solving-or-why-does-it-work%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
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
Required, but never shown
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
Required, but never shown
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
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
$begingroup$
what is your linear algebra background? Have you learned about modules and spaces? It's a bit hard to motivate these tools without.
$endgroup$
– Don Thousand
Mar 20 at 19:16
$begingroup$
Start with a linear recurrence with constant coefficients. Re-write it using the operator $S a_n=a_n+1$. Then replace each occurrence of $S^ka_n$ by a new sequence $x_n^k$ and add new equations $x_n^k+1=S y_n^k$. The system then has the form $X_n=AX_n-1$, where $X_n$ is a vector with components $x_n^k$ and $A$ is a matrix with constant coefficients. The solution of this system is $X_n=A^nX_0$. Then it is clear why the Jordan decomposition is related. If $A=P^-1JP$, then $A^n=P^-1J^nP$.
$endgroup$
– user647486
Mar 20 at 19:45
$begingroup$
I don't recall a book for recurrence equations that I am sure has this content, but if you lack them you can use as replacement books in Ordinary Differential Equations. They will likely have it for linear differential equations. You just need to replace derivative of $y$ by $Delta y_n=y_n+1-y_n$ or $y_n+1$ by $Sy_n$.
$endgroup$
– user647486
Mar 20 at 19:51
$begingroup$
@DonThousand I have basic knowledge in modules, mostly from a basic course in rings and fields. I'll at least give it a shot. Thanks.
$endgroup$
– galra
Mar 20 at 19:57
$begingroup$
@user647486 I see how it is related to the Jordan forms this way, but since it has been some time since I last dealt with it, I'm missing the step between this and how the decomposition should look (except that each eigenvalue will have a single block), and from that the Jordan chains. I'll check for ODE books. Thanks.
$endgroup$
– galra
Mar 20 at 19:57