Mathematica How do you calculate determinants and eigenvalues in Mathematica?

AI Thread Summary
The discussion revolves around a linear algebra homework assignment involving Mathematica, specifically calculating matrices and their determinants. The user, a beginner with Mathematica, successfully completed initial tasks but encountered difficulties with task d, which requires calculating determinants and eigenvalues for a general case of n. They received guidance indicating that Mathematica cannot handle undefined variables like n without explicit values. The user learned to specify n explicitly and was advised to derive a general formula from calculated results for specific n values. Additionally, they appreciated tips on plotting eigenvalues for a range of n values, which helped them identify patterns in the data.
Lambda96
Messages
233
Reaction score
77
TL;DR Summary
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.
 
  • Like
Likes Lambda96 and renormalize
As DrClaude says, ##n## must be specified explicitly:
1684346274397.png

The pattern is pretty obvious.
 
  • Like
Likes DrClaude and Lambda96
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:
 
  • Like
Likes renormalize and DrClaude

Similar threads

Replies
1
Views
1K
Replies
2
Views
2K
Replies
2
Views
9K
Replies
4
Views
3K
Replies
1
Views
4K
Replies
1
Views
2K
Back
Top