11-28-2011 02:16 AM - edited 11-28-2011 02:17 AM
First, I am new and beginner and I do not know whether this is right section to post this question.
My question is: I want to solve a 6th degree polynomial equations using Labview, but I will need someone to enlighten me on how to do it.
My equation is T - aT^2 + bT^3 - cT^4 + dT^5 - eT^6 = 0 where a to e are known constant.
I wanna solve for T. Any help on this ?
11-28-2011 02:28 AM
khinfai wrote:My equation is T - aT^2 + bT^3 - cT^4 + dT^5 - eT^6 = 0 where a to e are known constant.
There is a trivial solution when T=0, no matter what the coefficients are. Are you sure you're no missing a term?
Maybe polynomial roots will do what you want. Are your values real or complex?