<div dir="ltr"><div>Hi GiNaC!</div><div>I love the library! Keep up the good work!</div><div><br></div><div>Currently I am trying to find exact eigenvalues. My solution so far is to factor the characteristic equation then I can try to find roots of the factored polynomials. But, I need a list of expressions that store the factored polynomials. </div><div><br></div><div>For example in the ginsh I have:</div><div>```</div><div>> rat = pow(x,6)+1;<br>1+x^6<br>> factor(rat);<br>(1+x^4-x^2)*(1+x^2)</div><div>```</div><div>Then I need a list with the expressions (1+x^4-x^2) and (1+x^2); from there I can calculate the roots exactly. <br></div><div><br></div><div>Is this possible? Is there a better way to find exact eigenvalues?<br></div><div><br></div><div>Thanks!</div><div>Charles<br></div><div><br></div></div>