Student[LinearAlgebra][BandMatrix] - construct a band Matrix
|
Calling Sequence
|
|
BandMatrix(L, n, options)
|
|
Parameters
|
|
L
|
-
|
list of lists of scalars; diagonals of the band Matrix
|
n
|
-
|
(optional) non-negative integer; the number of subdiagonals
|
options
|
-
|
(optional) parameters; for a complete list, see LinearAlgebra[BandMatrix]
|
|
|
|
|
Description
|
|
•
|
The BandMatrix(L) command constructs a band Matrix from the data provided by L.
|
|
If n is omitted in the calling sequence, BandMatrix attempts to place an equal number of sub- and super-diagonals into the resulting Matrix by using subdiagonals.
|
|
|
Download Help Document
Was this information helpful?