doc-22590

2
Generated by Jive SBS on 2015-03-03-06:00 1 Convert Array of Polynomials to Formula String Input This example provides a code snippet to easily create the 'formula' string input to some of the VI's in the Optimization palette, such as "Brent with Derivatives 1D.vi", "Golden Section 1D.vi", 'Find All Minima 1D.vi", and "Chebyshev Approximation 1D.vi". It accepts an array of polynomial coefficients (doubles) as an input, and outputs the string formula. This A brief example of how to use the resulting 'formula' string in one of the optimzation functions:

Upload: hellokittymichaela

Post on 24-Dec-2015

214 views

Category:

Documents


0 download

DESCRIPTION

DOC-22590

TRANSCRIPT

Page 1: DOC-22590

Generated by Jive SBS on 2015-03-03-06:001

Convert Array of Polynomials to FormulaString Input

This example provides a code snippet to easily create the 'formula' string input to some ofthe VI's in the Optimization palette, such as "Brent with Derivatives 1D.vi", "Golden Section1D.vi", 'Find All Minima 1D.vi", and "Chebyshev Approximation 1D.vi". It accepts an array ofpolynomial coefficients (doubles) as an input, and outputs the string formula. This

A brief example of how to use the resulting 'formula' string in one of the optimzationfunctions:

Page 2: DOC-22590

Convert Array of Polynomials to Formula String Input

Generated by Jive SBS on 2015-03-03-06:002