Difference between revisions of "CoCoA:RowMat"

From ApCoCoAWiki
(pushing XML rev. 1.46, again)
 
(No difference)

Latest revision as of 10:02, 24 October 2007

RowMat

single row matrix

Description

This function return the matrix whose only row consists of the

elements of the list L.

Example

  RowMat([3,4,5]);
Mat([
  [3, 4, 5]
])
-------------------------------

Syntax

RowMat(L:LIST):MAT

BlockMatrix

DiagonalMat

ColMat

   <type>matrix</type>