How can I calc eigenvalues to fourier series?
Show older comments
Sometimes you've got to calculate eigenvalues to solve fourier series. I don't know how to calc in matlab. For example, to an eigenvalue lambda and a,b e d are constants.
a*d/lambda*sin(lambda/d)+b*cos(lambda/d)=0
Thank you
3 Comments
Walter Roberson
on 2 Jun 2011
Please clarify what your input is. If it is a matrix, then eig() can be used to solve the eigenvalues.
Marco Esteves
on 2 Jun 2011
Walter Roberson
on 2 Jun 2011
None of your inputs are time-dependent. I did some quick testing, and found that often there is only one solution. Even if there are multiple solutions, what ordering would you impose on them to allow them to be indexed ?
Answers (0)
Categories
Find more on Linear Algebra in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!