You are not logged in.
Pages: 1
Hello, I want to prove that the determinant of Fibonacci's nxn tridiagonal matrix is equal to the (n+1)th term of the Fibonacci sequence.
I'm trying to do it by induction, stating that det(F(n)) = det(F(n-1)) + det(F(n-2)) (yeah I don't know how to use LaTex)
but I don't know how to prove that the minor M(n, n-1)(F(n)) = det(F(n-2))
Thanks.
Live long and prosper.
Offline
Hi;
Try this pdf ( first page ) and see if any of it helps.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
Ah I got it, you start from the beggining, I was doing the cofactors of the last terms... Thank you!
Live long and prosper.
Offline
Hi yago.dorea;
Your welcome and welcome to the forum.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
I'm glad I found this forum. I am being amazed by some topics in the "Dark Discussions at Cafe Infinity" section. Mainly one article about the Vandermonde Determinant.
Live long and prosper.
Offline
Hi yago.dorea;
Yes, there is good stuff here.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
Pages: 1