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

expmx_pade (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 = expmx_pade(a)

Legacy Name: expm1

Description

Computes the matrix exponential using the Pade approximation. National Instruments recommends that you use the expmx function instead.

Examples

Inputs

Name Description
a Specifies a square matrix.

Outputs

Name Description
c Returns the matrix exponential, using the Pade approximation, of a. c is a square matrix.

Examples

C = diag([1, 0, -1])
D = expmx_pade(C)
E = expmx(C)
D-E

Related Topics

exp
expmx
expmx_eign
expmx_taylor


 

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