MatrixPower
MatrixPower[m,n]
给出 m 的 n 次矩阵幂.
MatrixPower[m,n,v]
给出矩阵 m 用于矢量 v 的 n 次矩阵幂.
更多信息和选项
- MatrixPower[m,n] 有效地计算出一个矩阵与它自身乘积 n 次的结果. »
- 当 n 是负数,MatrixPower 得到 m 的逆的幂. »
- 当 n 不是整数时,MatrixPower 可用矩阵幂替换常规幂有效计算函数的幂级数. »
- MatrixPower 只对方阵有效.
范例
打开所有单元关闭所有单元范围 (15)
基本用法 (9)
将 CenteredInterval 矩阵提升到整数幂:
验证 mpow 是否包含 MatrixPower[mrep,17]:
特殊矩阵 (6)
IdentityMatrix 的幂是其自身:
对 HilbertMatrix 开负数次方:
应用 (5)
使用 MatrixPower 定义基本解 :
属性和关系 (10)
对于正整数幂 ,MatrixPower[m,n] 等价于 ( 次):
使用 Apply (@@) 可更简洁地表达该方程式:
对于负整数幂 ,MatrixPower[m,-n] 等价于 ( 次):
使用 Apply 可更简洁地表达该方程式:
对非奇异矩阵 m,MatrixPower[m,0] 是单位矩阵:
如果 m 为非奇异,MatrixPower[m, n].MatrixPower[m,-n] 为单位矩阵:
对于非整数幂,MatrixPower 可用 MatrixPower 代换 Power 有效使用幂级数:
同样,MatrixPower 是将幂应用于适当函数的 MatrixFunction:
对于任何幂 和可对角化矩阵 ,MatrixPower[m,s] 等于 :
使用 JordanDecomposition 可求得对角化:
对于实对称矩阵 s 和整数幂 n,MatrixPower[s,n] 也是实对称:
埃尔米特矩阵的相似陈述 (analogous statement) 判定为真:
对于正交矩阵 o 和任何幂 s,MatrixPower[o,s] 也为正交:
酉矩阵的相似陈述 (analogous statement) 判定为真:
可通过 JordanDecomposition 作为 计算得到:
文本
Wolfram Research (1991),MatrixPower,Wolfram 语言函数,https://reference.wolfram.com/language/ref/MatrixPower.html (更新于 2024 年).
CMS
Wolfram 语言. 1991. "MatrixPower." Wolfram 语言与系统参考资料中心. Wolfram Research. 最新版本 2024. https://reference.wolfram.com/language/ref/MatrixPower.html.
APA
Wolfram 语言. (1991). MatrixPower. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/ref/MatrixPower.html 年