convert/table
convert to table
Calling Sequence
Parameters
Description
Examples
convert(object, table)
object
-
list or array
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, ...
convert⁡1,2,3,4,table
table⁡2,2=4,2,1=3,1,2=2,1,1=1
convert⁡linalgvector⁡4,1,x,x2,x3,table
table⁡1=1,2=x,3=x2,4=x3
A≔linalgrandmatrix⁡3,3,symmetric:
convert⁡A,table
table⁡symmetric,3,3=−56,2,2=−55,1,3=−94,2,3=87,1,2=22,1,1=−7
See Also
table
Download Help Document