Close
Close window
array - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Mozilla Firefox.
Maplesoft logo
Maplesoft logo

Online Help

All Products Maple MapleSim


[フレーム] [フレーム]

convert/array

convert to array

Calling Sequence

convert(object, array)

Parameters

object

-

list, table, or array

Description

The convert/array function converts a list, a table, or an array to an array.

When the input object is an array, convert/array will return the object in a dense representation.

Note: The command array has been superseded by Array .

Examples

>

convert1,2,3,4,array

1234

(1)
>

Alinalgrandmatrix3,3,symmetric

A−722−9422−5587−9487−56

(2)
>

lprint

array(symmetric,1 .. 3, 1 .. 3,[(1, 2)=22,(2, 3)=87,(1, 3)=-94,(2, 2)=-55,(1, 1)=-7,(3, 3)=-56])

>

convertA,array

−722−9422−5587−9487−56

(3)
>

lprint

array(1 .. 3, 1 .. 3,[(1, 2)=22,(3, 1)=-94,(2, 3)=87,(1, 3)=-94,(2, 2)=-55,(2, 1)=22,(1, 1)=-7,(3, 3)=-56,(3, 2)=87])


Download Help Document

AltStyle によって変換されたページ (->オリジナル) /