| 查看: 1110 | 回复: 5 | ||
[求助]
标量的矩阵乘方
|
|
C是个矩阵,那么matlab中是怎么算2^C的? 这个矩阵乘方有什么应用? |
» 猜你喜欢
听说今天filecode变了
已经有35人回复
固定端突然变了,今天
已经有8人回复
filecode
已经有15人回复
基金中了
已经有8人回复
售SCI文章,我:8O.5.5.1O.54,科目全,可十急
已经有4人回复
filecode
已经有11人回复
大家散了吧,后缀研究没有意义,别浪费时间了,过好目前的每一天,不要焦虑
已经有6人回复
一个有机合成实验室都需要哪些设备?
已经有12人回复
求各位大神看下
已经有33人回复
咨询面上基金
已经有7人回复


2楼2013-08-02 20:10:23

3楼2013-08-02 21:17:42

4楼2013-08-02 21:18:04
【答案】应助回帖
★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★
智行人生: 金币+20, ★★★很有帮助 2013-08-02 22:34:46
智行人生: 金币+20, ★★★很有帮助 2013-08-02 22:34:46
|
不好意思,看错了。 以下是Matlab帮助的说明: Description c = a^b computes a to the b power and returns the result in c. Inputs a and b must be one of the following: a is a square matrix and exponent b a scalar. a is a scalar and exponent b a square matrix. c = mpower(a,b) is called for the syntax a^b when a or b is an object. 输入help mpower,有: Z = x^Y is x to the Y power if Y is a square matrix and x is a scalar. Computed using eigenvalues and eigenvectors. 翻译一下就是将Y分解为特征值和特征向量:Y=V*D*inv(V),其中D是对角阵;x的D幂就是与D的对角元素求幂,得到新的对角阵;最后做一次矩阵变换就得结果。 x^Y=V*(x^D)*inv(V) 从图形上说就是仿射变换成相似对角阵对角求幂,再仿射变换回去。 |
» 本帖已获得的红花(最新10朵)

5楼2013-08-02 21:29:12

6楼2013-08-02 22:33:01










回复此楼
智行人生
50