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

powermx (MathScript RT Module Function)

LabVIEW 2010 Help

Edition Date: June 2010

Part Number: 371361G-01

»View Product Info

Owning Class: linalgebra

Requires: MathScript RT Module

Syntax

c = powermx(a, b)

Legacy Name: mpower

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 = powermx(A, B)

Related Topics

power
powerof2


 

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