|
SOLUTIONS
|
Mathematica
>
Mathematics and Algorithms
>
Matrices and Linear Algebra
>
Constructing Matrices
>
Array
BUILT-IN MATHEMATICA SYMBOL
Array
Array[f, n]
generates a list of length n, with elements
.
Array[f, n, r]
generates a list using the index origin r.
Array[f, n, {a, b}]
generates a list using n values from a to b.
Array[f, {n1, n2, ...}]
generates an
×
×... array of nested lists, with elements
.
Array[f, {n1, n2, ...}, {r1, r2, ...}]
generates a list using the index origins
(default
).
Array[f, {n1, n2, ...}, {{a1, b1}, {a2, b2}, ...}]
generates a list using
values from
to
.
New in 1 | Last modified in 4
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
