home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / sci / math / 10633 < prev    next >
Encoding:
Internet Message Format  |  1992-08-27  |  1.7 KB

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