table - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

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

convert1,2,3,4,table

table2,2=4,2,1=3,1,2=2,1,1=1

(1)

convertlinalgvector4,1,x,x2,x3,table

table1=1,2=x,3=x2,4=x3

(2)

Alinalgrandmatrix3,3,symmetric:

convertA,table

tablesymmetric,3,3=−56,2,2=−55,1,3=−94,2,3=87,1,2=22,1,1=−7

(3)

See Also

table