Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

How to solve a 5-order equation in sage?

I have tried to solve the following equation: pp^5 + 4.61469389524440pp^4 + (-12795.2676889452)pp^3 + (-22752.9358658338)pp^2 + 4.19349202517816e7pp - 8.10593457285525e7 where pp is the independent variable. the command ' solve' don't work.

How to solve a 5-order equation in sage?

I have tried to solve the following equation: equation:

pp^5 + 4.61469389524440pp^4 4.61469389524440*pp^4 + (-12795.2676889452)pp^3 (-12795.2676889452)*pp^3 + (-22752.9358658338)pp^2 (-22752.9358658338)*pp^2 + 4.19349202517816e7pp 4.19349202517816e7*pp - 8.10593457285525e7

where pp is the independent variable. the command ' solve' don't work. work.