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

polyvalm (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 = polyvalm(a, b)

Description

Evaluates a polynomial at a matrix value you specify.

Examples

Inputs

Name Description
a Specifies the coefficients in descending order of power of the polynomial you want to evaluate. a is a vector.
b Specifies the value at which you want to evaluate a. b is a square matrix.

Outputs

Name Description
c Returns the evaluated values of a according to the following equation: c = a[1]*b^n+ ... +a[n]*b+a[n+1]*I, where n is the degree of a. c is a matrix.

Examples

A = [1, 1, 1]
B = [1, 2; 3, 4]
C = polyvalm(A, B)

Related Topics

polyval


Resources


 

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