home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!dtix!darwin.sura.net!gatech!news.byu.edu!news.mtholyoke.edu!nic.umass.edu!dime!cs.umass.edu!rcollins
- From: rcollins@cs.umass.edu (Bob Collins)
- Newsgroups: sci.math
- Subject: polynomial roots and zero divisors
- Message-ID: <27AUG199211450866@cs.umass.edu>
- Date: 27 Aug 92 16:45:00 GMT
- Sender: news@dime.cs.umass.edu
- Reply-To: RCollins@cs.umass.edu
- Organization: CS Dept, UMass at Amherst
- Lines: 29
- News-Software: VAX/VMS VNEWS 1.41
-
-
- I would like to find the eigenvalues/vectors of a square
- matrix. Unfortunately, the elements of the matrix are not
- members of a field. In particular, they are "dual numbers",
- defined in Yaglom's "Complex Numbers in Geometry" as a type of
- complex number (a + b E), a and b being reals, and E being a
- nilpotent imaginary unit; so E^2 = 0. Dual numbers form a
- commutative ring, but they are not a field since any number
- of the form (0 + a E) is a zero divisor.
-
- Question: Can I find the eigenvalues of a matrix (roots of a
- characteristic polynomial) whose elements (coefficients) are
- from a commutative ring, but not a field?
-
- In the textbook "Contemporary Abstract Algebra" by J.A.Gallian
- there is an example of finding all solutions to x^2 - 4 x + 3 = 0
- over Z(12). There are four solutions: x = 1, 3, 7, 9. Gallian
- says the "easiest" way to find these solutions is to try every
- element! OK for a finite group, I guess, but not for my problem.
- Are there any other approaches that will work for infinite groups?
-
- I know there is a vast literature on commutative rings out there.
- Unfortunately, this isn't my field (no pun intended), so I have no
- idea where to start looking. Does anyone have any advice, or
- pointers to relevant papers?
-
-
- --Bob Collins
- --RCollins@cs.umass.edu
-