LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do l solve a 6th degree polynomial equations using labview general polynomial function ?

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 ?

0 Kudos
Message 1 of 2
(3,786 Views)

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?

0 Kudos
Message 2 of 2
(3,783 Views)