How do you calculate determinants and eigenvalues in Mathematica?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 5K views
Lambda96
Messages
233
Reaction score
77
TL;DR
How to calculate eigenvalues, eigenvectors, determinants and inverses of a general nxn matrix
Hi,

In my linear algebra homework, there is a bonus assignment where we are supposed to use Mathematica to calculate matrices and their determinants etc. here is the assignment.

Bildschirmfoto 2023-05-17 um 15.02.04.png


Unfortunately, I am a complete newbie when it comes to Mathematica, this is the first time I have worked with Mathematica.

I was able to calculate the task a to c. Here is the solution for task b and the Matrix for the case ##n=5##.
Bildschirmfoto 2023-05-17 um 18.58.17.png

I have now problems with the task d, where I should calculate the determinants, eigenvalues, etc for the general case n or rather give a formula.

For the determinant as an example I proceeded as follows and unfortunately I get the following error:

Bildschirmfoto 2023-05-17 um 18.59.47.png

Unfortunately I don't know how to fix the error or is my initial equation already wrong?
 
Physics news on Phys.org
You can't leave n undefined. Mathematica can't find the rule for arbitrary n by itself. You have to calculate the result for explicit values of n, and then find by yourself the general rule.
 
Reply
  • Like
Likes   Reactions: Lambda96 and renormalize
Thanks DrClaude and renormalize for your help 👍👍

Thanks also renormalize for the trick with plotting n objects in Mathematica, so I could directly plot the eigenvalues from ##n=1## to ##n=10## without repeating the calculation 10 times 👍

I could now recognize corresponding patterns for the other values :smile:
 
Reply
  • Like
Likes   Reactions: renormalize and DrClaude