为什么复共轭转置Matlab中的默认设置 [英] Why is complex conjugate transpose the default in Matlab

查看:122
本文介绍了为什么复共轭转置Matlab中的默认设置的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如果矩阵具有复杂元素,并且我想使用以下命令将A换位为A' >>A' 为什么将a+bi转换为a-bi是设计? 它有什么用?

if A matrix has complex element and I want to transpose A to A' using the command >>A' Why it is design that a+bi be transformed into a-bi ? What it use for?

推荐答案

来自此处:

对于复杂矩阵,几乎总是结合在一起的情况 转位和复数共轭的运算出现在 物理或计算环境,几乎从不进行转置 隔离( Strang 1988 ,第220-221页)

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中,如果要转置而不使用共轭,请使用.'.

In matlab if you want to transpose without conjugating use .'.

这篇关于为什么复共轭转置Matlab中的默认设置的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆