Maple Professionel
Maple Académique
Maple Edition Étudiant
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professionel
MapleSim Académique
Maple T.A. - Suite d'examens de classement
Maple T.A. MAA Placement Test Suite
Möbius - Didacticiels de mathématiques en ligne
Machine Design / Industrial Automation
Aéronautique
Ingénierie des véhicules
Robotics
Energie
System Simulation and Analysis
Model development for HIL
Modélisation du procédé pour la conception de systèmes de contrôle
Robotics/Motion Control/Mechatronics
Other Application Areas
Enseignement des mathématiques
Enseignement de l’ingénierie
Enseignement secondaire et supérieur (CPGE, BTS)
Tests et évaluations
Etudiants
Modélisation financière
Recherche opérationnelle
Calcul haute performance
Physique
Webinaires en direct
Webinaires enregistrés
Agenda des évènements
Forum MaplePrimes
Blog Maplesoft
Membres Maplesoft
Maple Ambassador Program
MapleCloud
Livres blancs techniques
Bulletin électronique
Livres Maple
Math Matters
Portail des applications
Galerie de modèles MapleSim
Cas d'Etudes Utilisateur
Exploring Engineering Fundamentals
Concepts d’enseignement avec Maple
Centre d’accueil utilisateur Maplesoft
Centre de ressources pour enseignants
Centre d’assistance aux étudiants
The Hessenberg Indexing Function
Description
The Hessenberg indexing function can be used to construct rtable objects of type Array or Matrix.
In the construction of a Matrix, if Hessenberg or Hessenberg[upper] is included in the calling sequence as an indexing function (shape), an upper Hessenberg Matrix is returned.
Note: A Hessenberg Matrix is a triangular Matrix with one extra (contiguous) diagonal.
This indexing function may also be qualified as Hessenberg[lower].
The specification is similar in the construction of an Array.
If an object is defined by using the Hessenberg or Hessenberg[upper] indexing function, the elements located in the lower triangle, below the subdiagonal, cannot be reassigned.
The situation is similar in a construction that uses Hessenberg[lower] as an indexing function.
Examples
Error, attempt to assign to upper triangle of lower Hessenberg rtable
See Also
Array, Matrix, rtable, rtable_indexfcn
Download Help Document