table - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Mozilla Firefox.

Online Help

All Products    Maple    MapleSim


convert/table

convert to table

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

convert(object, table)

Parameters

object

-

list or array

Description

• 

The convert/table function converts a list or an array to a table. The table index is assumed to be entries with indices 1, 2, ...

Examples

> 

convert⁡1,2,3,4,table

table⁡1,1=1,2,2=4,2,1=3,1,2=2

(1)
> 

convert⁡linalgvector⁡4,1,x,x2,x3,table

table⁡1=1,2=x,3=x2,4=x3

(2)
> 

A≔linalgrandmatrix⁡3,3,symmetric:

> 

convert⁡A,table

table⁡symmetric,1,1=−7,1,3=−94,2,3=87,3,3=−56,2,2=−55,1,2=22

(3)

See Also

table