CoCoA:ColMat

From ApCoCoAWiki
Revision as of 10:02, 24 October 2007 by XMLBot (talk | contribs) (pushing XML rev. 1.46, again)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

ColMat

single column matrix

Description

This function return the matrix whose only column consists of the

elements of the list L.

Example

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

Syntax

ColMat(L:LIST):MAT

BlockMatrix

DiagonalMat

RowMat

ColumnVectors

   <type>matrix</type>