Back to Forum | View unanswered posts | View active topics
|
Page 1 of 1
|
[ 3 posts ] |
|
Author |
Message |
alhutch
|
Post subject: newbie: how to find minimal polynomial of a matrix? Posted: Mon Jan 03, 2011 11:20 pm |
|
Joined: Mon Jan 03, 2011 11:01 pm Posts: 2
|
Thank you for Singular. I want to do what seems a simple job: to find the minimal polynomial of a square matrix. The matrix entries are polynomials in the ring Q[x], so the minimal polynomial will also be in this ring. The algorithmic complications seem to be - although all the entities involved are in commutative rings, the calculations of powers of the original matrix are made in the ring of all such matrices over Q[x], which is not commutative; - the tools of Singular seem designed (for good reason) to hide the information I want. They tell the user whether an element is in an ideal, but not (obviously) how the element can be expressed in terms of the ideal's generators. Any guidance welcome.
|
|
Top |
|
|
malex
|
Post subject: Re: newbie: how to find minimal polynomial of a matrix? Posted: Tue Jan 04, 2011 8:52 pm |
|
Joined: Tue Jun 23, 2009 10:33 pm Posts: 51 Location: Kaiserslautern
|
1. don't you need to adjoin another commutative variable to your ring (e.g. Q[x] -> Q[x][T])? 2. matrix multiplication is generally non-commutative, no? 3. one uses 'lift' for "how the element can be expressed in terms of the ideal's generators"
4. i'd suggest you to start with characteristic polynomial (of M) as follows: a. compute D = det(M) in our original ring, b. switch to enriched ring (e.g. new variable T), and imap D and M there c. compute det(D * E * T - M) (where E is the identity matrix) it can be used for testing and checking your results...
ps: Happy New Year
|
|
Top |
|
|
alhutch
|
Post subject: Re: newbie: how to find minimal polynomial of a matrix? Posted: Wed Jan 05, 2011 11:16 am |
|
Joined: Mon Jan 03, 2011 11:01 pm Posts: 2
|
Thanks, malek. This makes things much clearer. Alan.
|
|
Top |
|
|
|
Page 1 of 1
|
[ 3 posts ] |
|
|
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot post attachments in this forum
|
|
It is currently Fri May 13, 2022 11:06 am
|
|