Message Boards Message Boards

0
|
2868 Views
|
3 Replies
|
3 Total Likes
View groups...
Share
Share this post:

Transform a polynomial into a list?

Posted 6 years ago

Hi,

I have a large symbolic polynomial and in order to handle it I want to transform it to a list. So that +/- will be delimiters.

ex:

polynomial:

a*b^2*c*x^4+3a^3*b*x^3+x^2-ac^3x+6b

List:

{a*b^2*c*x^4,  3a^3*b*x^3,  x^2,-  ac^3x,  6b}

Any smart way to do this? Thanks

POSTED BY: idan dekel
3 Replies

Apply[List,poly] will do this.

POSTED BY: Daniel Lichtblau
Posted 6 years ago

Works, thanks!

POSTED BY: idan dekel

You may try the function MonomialList.

POSTED BY: Gianluca Gorni
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract