这个矩阵的n次方用Matlab软件怎么实现
矩阵A=0.80000.10000.20000.05000.90000.20000.150000.6000谢谢,急...
矩阵A=0.8000 0.1000 0.2000
0.0500 0.9000 0.2000
0.1500 0 0.6000
谢谢,急 展开
0.0500 0.9000 0.2000
0.1500 0 0.6000
谢谢,急 展开
1个回答
展开全部
^ Matrix power.
Z = X^y is X to the y power if y is a scalar and X is square. If y is an
integer greater than one, the power is computed by repeated
multiplication. For other values of y the calculation
involves eigenvalues and eigenvectors.
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.
Z = X^Y, where both X and Y are matrices, is an error.
C = MPOWER(A,B) is called for the syntax 'A ^ B' when A or B is an
object.
Z = X^y is X to the y power if y is a scalar and X is square. If y is an
integer greater than one, the power is computed by repeated
multiplication. For other values of y the calculation
involves eigenvalues and eigenvectors.
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.
Z = X^Y, where both X and Y are matrices, is an error.
C = MPOWER(A,B) is called for the syntax 'A ^ B' when A or B is an
object.
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询