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.
翻译:本文描述了一种在Maple中实现的分块矩阵计算方法。该方法采用递归分块数据结构,所有运算均保持分块抽象特性,包括构造函数、加法与乘法等环运算以及求逆运算。通过计算分块矩阵的PLU分解,展示了该软件包的功能。