| Author |
Comment/Response |
Ziggy Q Kotchetkov
|
12/08/12 01:25am
Hello,
I'm currently using Solve to get the roots of very large numbers of high-degree polynomials. My goal is to use ArrayPlot to get a hi-res image.
My problem: Solve outputs the roots of a polynomial in the form:
{x->1, x->2, x->3, ...}
But ArrayPlot will only plot the points if I have it in the form:
{1, 2, 3,...}
What is the best way of getting Solve to output it in the second format? Or failing that, what is the best way to go back over the data in the first format and delete the "x->" part of each root?
-Ziggy
URL: , |
|