CoreNilpotentDecomposition

CoreNilpotentDecomposition[m]

生成方阵 m 的核-幂零分解.

CoreNilpotentDecomposition[m,format]

根据指定 format 返回核心-零分解.

更多信息和选项

范例

打开所有单元关闭所有单元

基本范例  (2)

计算方阵的核-幂零分解:

格式化结果:

4×4 矩阵的核-幂零分解:

验证与 m 的关系:

范围  (12)

基本用法  (7)

机器精度矩阵的核-幂零分解:

复矩阵的核-幂零分解:

精确矩阵的核-幂零分解:

任意精度矩阵的核-幂零分解:

符号矩阵的核-幂零分解:

有效进行大型机器精度矩阵的分解:

CoreNilpotentDecomposition[m] 等价于 CoreNilpotentDecomposition[m,"SplitBlocks"],其中核心部分和幂零部分保持分开:

CoreNilpotentDecomposition[m,"BlockDiagonal"] 将核心部分和幂零部分合并为一个块对角矩阵:

特殊矩阵  (5)

稀疏矩阵的核-幂零分解:

结构化矩阵的核-幂零分解:

单位矩阵有一个平凡的核幂零分解:

希尔伯特矩阵的核-幂零分解:

严格的上三角矩阵的核幂零分解:

选项  (1)

TargetStructure  (1)

设置 TargetStructure->"Dense"CoreNilpotentDecomposition[m,"BlockDiagonal"] 返回两个矩阵的列表:

第二个矩阵是一个由核心部分和幂零部分组成的块对角矩阵:

设置 TargetStructure->"Structured",第二个矩阵会以 BlockDiagonalMatrix 的形式表示:

应用  (2)

用奇异系数求解矩阵微分方程 ,

都为奇异,所以方程不能写成标准形式

计算 的解的核幂零分解:

假使 d=s.(TemplateBox[{c}, Inverse] 0; 0 0).TemplateBox[{s}, Inverse]

则解为 ,其中 的解:

对比 DSolveValue 给出的结果:

求矩阵差分方程 与奇异系数矩阵 的通解:

矩阵 为奇异矩阵:

使用核-幂零分解 ,假使 d=t.(TemplateBox[{c}, Inverse] 0; 0 0).TemplateBox[{t}, Inverse]

解为 ,其中 为任意向量:

验证该解:

属性和关系  (4)

CoreNilpotentDecomposition 返回三元组 {t,c,n}

矩阵 c 是非奇异的:

矩阵 n 是幂零的:

原始矩阵 m 可以用其核-幂零分解表示:

可逆矩阵分解的核心部分等于矩阵:

分解的幂零部分是一个空矩阵:

相似性矩阵 t 被视为单位矩阵:

尽管如此,使用 BlockDiagonalMatrix 表示的恒等式仍然成立:

幂零矩阵分解的幂零部分等于矩阵:

分解的核心部分是一个空列表:

相似性矩阵 t 被视为单位矩阵:

尽管如此,使用 BlockDiagonalMatrix 表达的恒等式仍然成立:

可用 CoreNilpotentDecomposition 进行计算 DrazinInverse

验证相等 m^D=t.(TemplateBox[{c}, Inverse] 0; 0 0).TemplateBox[{t}, Inverse]

可能存在的问题  (2)

核-幂零分解不是唯一的:

都可能等于 {},但不会两个都等于 {}

MatrixQ[{}] 给出 False

BlockDiagonalMatrix 重新构建原始矩阵,因为它将 {} 解释为 0×0 的矩阵:

Wolfram Research (2021),CoreNilpotentDecomposition,Wolfram 语言函数,https://reference.wolfram.com/language/ref/CoreNilpotentDecomposition.html (更新于 2023 年).

文本

Wolfram Research (2021),CoreNilpotentDecomposition,Wolfram 语言函数,https://reference.wolfram.com/language/ref/CoreNilpotentDecomposition.html (更新于 2023 年).

CMS

Wolfram 语言. 2021. "CoreNilpotentDecomposition." Wolfram 语言与系统参考资料中心. Wolfram Research. 最新版本 2023. https://reference.wolfram.com/language/ref/CoreNilpotentDecomposition.html.

APA

Wolfram 语言. (2021). CoreNilpotentDecomposition. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/ref/CoreNilpotentDecomposition.html 年

BibTeX

@misc{reference.wolfram_2024_corenilpotentdecomposition, author="Wolfram Research", title="{CoreNilpotentDecomposition}", year="2023", howpublished="\url{https://reference.wolfram.com/language/ref/CoreNilpotentDecomposition.html}", note=[Accessed: 18-November-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_corenilpotentdecomposition, organization={Wolfram Research}, title={CoreNilpotentDecomposition}, year={2023}, url={https://reference.wolfram.com/language/ref/CoreNilpotentDecomposition.html}, note=[Accessed: 18-November-2024 ]}