| Contents | Index |
c = a^b
c = mpower(a,b)
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.
| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |