Maple Professional
Maple Academic
Maple Student Edition
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professional
MapleSim Academic
Maple T.A. - Testing & Assessment
Maple T.A. MAA Placement Test Suite
Möbius - Online Courseware
Machine Design / Industrial Automation
Aerospace
Vehicle Engineering
Robotics
Power Industries
System Simulation and Analysis
Model development for HIL
Plant Modeling for Control Design
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematics Education
Engineering Education
High Schools & Two-Year Colleges
Testing & Assessment
Students
Financial Modeling
Operations Research
High Performance Computing
Physics
Live Webinars
Recorded Webinars
Upcoming Events
MaplePrimes
Maplesoft Blog
Maplesoft Membership
Maple Ambassador Program
MapleCloud
Technical Whitepapers
E-Mail Newsletters
Maple Books
Math Matters
Application Center
MapleSim Model Gallery
User Case Studies
Exploring Engineering Fundamentals
Teaching Concepts with Maple
Maplesoft Welcome Center
Teacher Resource Center
Student Help Center
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