MatrixLog
MatrixLog[m]
给出矩阵 m 的矩阵对数.
更多信息和选项
- MatrixLog 事实上是 MatrixExp 的逆,因此对非奇异矩阵,MatrixExp[MatrixLog[m]] 是 m.
- MatrixLog 只用于非奇异方阵.
- 可以给出选项 Method,具有可能的显式设置:
-
"Jordan" 约旦分解 "Schur" 不精确数值矩阵的舒尔分解 - 默认设置 Method->Automatic 对使用精确和符号式矩阵的不精确数值矩阵和约旦分解进行舒尔分解.
- "Schur" 方法也可以使用 Method->{"Schur",Tolerance->tol} 指定,其中相对幅度少于 tol 的特征值为0,因此矩阵是奇异的. 使用 Tolerance->0 来允许任何非零特征值,不管多小.
- MatrixLog 可用于 SparseArray 对象.
范例
打开所有单元关闭所有单元选项 (1)
Method (1)
属性和关系 (2)
可能存在的问题 (3)
巧妙范例 (1)
Wolfram Research (2012),MatrixLog,Wolfram 语言函数,https://reference.wolfram.com/language/ref/MatrixLog.html.
文本
Wolfram Research (2012),MatrixLog,Wolfram 语言函数,https://reference.wolfram.com/language/ref/MatrixLog.html.
CMS
Wolfram 语言. 2012. "MatrixLog." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/ref/MatrixLog.html.
APA
Wolfram 语言. (2012). MatrixLog. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/ref/MatrixLog.html 年