matlab - 为什么复数共轭转置在Matlab中默认

标签 matlab matrix transpose complex-numbers

如果矩阵有复数元素,我想使用命令将 A 转置为 A' >>A' 为什么要设计将 a+bi 转化为 a-bi ? 有什么用?

最佳答案

来自 here :

for complex matrices, it is almost always the case that the combined operation of taking the transpose and complex conjugate arises in physical or computation contexts and virtually never the transpose in isolation (Strang 1988, pp. 220-221).

在 matlab 中,如果你想在不共轭的情况下进行转置,请使用 .'

关于matlab - 为什么复数共轭转置在Matlab中默认,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28104040/

相关文章:

Python高级切片

java - 反转有向加权图中的边

c - 如何进行适当的缓存阻塞矩阵转置?

mysql - 如何在 MySQL 中将行数据转置为列

matlab - 如何将作者身份和版本信息包含到您的 MATLAB 函数中

java - 如何在java中获取矩阵/数组的转置?

matlab - 从数组中删除非唯一行

r - R 可以就地执行 cumsum 之类的操作吗?

c# - MATLAB/.NET Interop - 不允许在 .NET 对象上设置属性

algorithm - 如何找到二维长区域的中心线