Company Events Academic NI Developer Zone Support Solutions Products & Services Contact NI MyNI

mpower (MathScript Function) (Windows, Not in Base Package)

LabVIEW 8.5 Help
August 2007

NI Part Number:
371361D-01

»View Product Info

Member of the linalgebra class.

Syntax

c = mpower(a, b)

Description

Computes the matrix power.

Examples

Inputs

Name Description
a Specifies a scalar or square matrix. If b is a matrix, then a must be a scalar.
b Specifies a scalar or square matrix. If a is a matrix, then b must be a scalar.

Outputs

Name Description
c Returns a^b. c is a square matrix.

Examples

A = [1+3i, 5.6; -2.3, 8-i]
B = 3
C = mpower(A, B)

Related Topics

pow2
power


Resources


 

Your Feedback! poor Poor  |  Excellent excellent   Yes No
 Document Quality? 
 Answered Your Question? 
Add Comments 1 2 3 4 5 submit