Processing math: 100%
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

asked 6 years ago

LukeC93 gravatar image

Multiplying Roots of a Polynomial

Hello - I'm new to SAGE, so trying to get to grips with the basics!

I have a polynomial f=x2((x+1x)21). I would like to be able to do to things:

1) See f in the form β(xα1)(xα2)(xα3)(xα4)

2) Know the value of β(iαi)

Using

f.factor

f.roots

Does not give me the linear factorisation, nor can I see a simple way of getting the product of the roots.

In the long term I'm hoping to do this for polynomials of larger degree, so any advice would be great!