[next][previous][up][top][index]
search for:

matrix -- make a matrix

This function can be used to create a matrix or map (homomorphism) between modules, but it is complicated because there are many different ways it can be used. The entries of the matrix can be provided as a list of lists of ring elements, or as a function which accepts row and column indices. The ring of the matrix can be provided explicitly, or the source and target modules can be provided. There are other alternatives.

See also:

  • map -- make a map
  • Ways to use matrix :

  • matrix {...} -- make a matrix
  • matrix Matrix -- make a matrix
  • matrix(Ring,{...}) -- make a matrix
  • Optional arguments :

  • matrix(..., Degree)
  • matrix(..., DegreeMap)

  • [next][previous][up][top][index]
    search for: