11-29-2007 07:34 PM
11-29-2007 08:26 PM
I no longer have LabVIEW 6.1, but typically you would create a ramp in the desired x range and then feed it into "polynomial evaulation" together with an array of coefficients [10,2,-5] in your case.
This will graph Y(x) = -5x² + 2x + 10
Just send the output array to a waveform graph.
In addition. there is a "polynomial roots" VI that will find your roots. (not sure if it is available in 6.1)
For an example, see: http://forums.ni.com/ni/board/message?board.id=170&message.id=285250&query.id=34336#M285250