Array.PolynomialRoots() Method

Top 

Description

Treats the array of numbers as the coefficients of a polynomial wherein the coefficients are arranged from highest to lowest degree. The degree of the polynomial must be between 1 and 100. Returns the real roots of the polynomial.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond timing precision mode.

 

Method Signature

Array.PolynomialRoots(

)

 

 

Return Value

Type:

Matrix of number

 

 

Returns the real roots of the polynomial.

 

Syntax

myMatrix1 = myArray1.PolynomialRoots();

 

 

See also

Array Object

Array.PolynomialRoots

Matrix, Array, and Variable Math Guide