Maple für Professional
Maple für Akademiker
Maple für Studenten
Maple Personal Edition
Maple Player
Maple Player für iPad
MapleSim für Professional
MapleSim für Akademiker
Maple T.A. - Testen & beurteilen
Maple T.A. MAA Placement Test Suite
Möbius - Online-Courseware
Machine Design / Industrial Automation
Luft- und Raumfahrt
Fahrzeugtechnik
Robotics
Energiebranche
System Simulation and Analysis
Model development for HIL
Anlagenmodelle für den Regelungsentwurf
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematikausbildung
Technik
Allgemein- und berufsbildende Schulen
Testen und beurteilen
Studierende
Finanzmodelle
Betriebsforschung
Hochleistungsrechnen
Physik
Live-Webinare
Aufgezeichnete Webinare
Geplante Veranstaltungen
MaplePrimes
Maplesoft-Blog
Maplesoft-Mitgliedschaft
Maple Ambassador Program
MapleCloud
Technische Whitepapers
E-Mail Newsletters
Maple-Bücher
Math Matters
Anwendungs-Center
MapleSim Modell-Galerie
Anwenderberichte
Exploring Engineering Fundamentals
Lehrkonzepte mit Maple
Maplesoft Welcome-Center
Resource-Center für Lehrer
Help-Center für Studierende
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.
Each list element in L is used to initialize a diagonal. The st element of L is placed along the main diagonal. The other diagonals are placed in relation to it: is placed in the jth subdiagonal for and is placed in the kth superdiagonal for . If any list element is shorter than the length of the diagonal where it is placed, the remaining entries are filled with 0.
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.
Examples
See Also
LinearAlgebra[BandMatrix], Student[LinearAlgebra]
Download Help Document