Question: Simplify solutions of an algebraic system of equations

When a system of symbolic equations of order five or greater is solved by Maple, the function RootOf compares in the solutions. In order to get an explicit form of all the possibles solutions I set the option of the solve command:

_EnvExplicit:=true;

The problem is that sometimes the solutions are very complex, involving atan with uge arguments.

My problem is to simplify these kind of solutions.

The only method that gave me some results was:

Expand->"one of the specific simplifying commands as 'factor' "->simplify.

Does someone knows a better way to simplify these types of solutions with Maple? and hopefully a more "universal" one?

Thank you in adavance for your helpfulness

Marco Romanoni

Please Wait...