An Abstraction-Preserving Block Matrix Implementation in Maple
David J. Jeffrey, Stephen M. Watt

TL;DR
This paper presents a Maple implementation of partitioned matrices using a recursive block data structure that preserves abstraction across operations, demonstrated through PLU factorization.
Contribution
It introduces a recursive block matrix implementation in Maple that maintains abstraction during various matrix operations, including inversion and factorization.
Findings
Operations preserve block abstraction
Successful PLU factorization demonstration
Implementation enhances Maple's matrix capabilities
Abstract
A Maple implementation of partitioned matrices is described. A recursive block data structure is used, with all operations preserving the block abstraction. These include constructor functions, ring operations such as addition and product, and inversion. The package is demonstrated by calculating the PLU factorization of a block matrix.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsLogic, programming, and type systems · Advanced Database Systems and Queries · Modeling and Simulation Systems
