Answer

问题及解答

[GAP]Group()

Posted by haifeng on 2011-08-19 15:59:45 last update 2011-08-19 15:59:45 | Edit | Answers (0)

用法

  • Group(gen1,gen2,...,genk)
  • Group(list)
  • Group(list,id)

功能

  • Group(gen1,gen2,...,genk): 返回由该 k 个生成元生成的群.
  • Group(list): 这里的参数是一个表, 但不能是矩阵, 返回由该表中元素生成的群.
  • Group(list,id): 如果有两个参数, 第一个是 list (不能是矩阵), 第二个是元素, 则返回由该表中元素生成的群, 且 id 是单位元.