Processing Math: Done
jsMath
Differences between revisions 5 and 6
Revision 5 as of 2007-10-02 13:17:40
Size: 1962
Editor: Justin
Comment:
Revision 6 as of 2008-11-14 13:41:58
Size: 1962
Editor: anonymous
Comment: converted to 1.6 markup
No differences found!

Tensor products, quotients, etc., of free modules

Comment from Mike: I'm highly interested in this functionality as I need it for a lot of things. It would be nice to be able to tensor over rings other than just the base ring.

Soroosh's Wish List: Here is a list of things that I think it would be nice to have in Sage. I think some of them are in already.

  • kernel
  • cokernel
  • torsion: Given R-module M and an R-Ideal I, construct the submodule M[I]={mM|xm=0 for all xI}

  • intersection: Given R-module M and two submodules N1 and N2, find the submodule N1N2

  • sum: Given R-module M and two submodules N1 and N2, find the submodule N1+N2

  • tensor product
  • hom module: Given R-modules M1 and M2, construct the module HomR(M1,M2)

  • Change of ring: Given R-modules M and an R-algebra A, construct the A-module MA.

  • Annihilator
  • Rank: Calculate the rank of an R-module M.
  • direct sum
  • treating ideals as an R-modules.

Comment from Justin:

  • I'd like to have support for modules (lattices) over arbitrary rings, especially quaternion algebras. I'd also like to create these things as subthings of existing structures (say, quaternion algebras). I don't know whether the latter is really important or interesting, but it seems like a good idea on the surface.

    I think that the quotient module should be the head of the class hierarchy (below an abstract Module class perhaps). Then a free module would be a module with no relations. Related question: should the Module hierarchy have classes for a variety (as it were) of module types (free, tensor products, quotients, ...)? Is it better just to differentiate by attributes on the base class?

As of Monday, we have some code running. It's barely a beginning. How this fits into the class hierarchy is not yet clear. Comments welcome (syazdani@gmail.com, justin@mac.com).

days5/proj/modules (last edited 2008-11-14 13:41:58 by anonymous)