Ask Your Question
0

Simplify characteristic equation

asked 2016-05-03 12:10:47 +0200

gspr gravatar image

I have a rather unwieldy symbolic expression of the form f(x) = 0, where the left hand side is a (low-degree) polynomial in x. I need to extract the constant term and the coefficients of a few powers of x in f(x). If I try to simplify either f(x) itself or each coefficient, Sage runs out of memory (even after increasing the Maxima heap size) or doesn't ever seem to terminate. Is there something I can do that takes advantage of the special form of the equation to simplify the coefficients?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2016-05-05 01:46:26 +0200

slelievre gravatar image

Try to work with a better ring than the Symbolic Ring from the start, if possible.

Otherwise, try converting f(x) to an appropriate polynomial ring.

To get better help, provide a minimal working example that people can play with.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

Stats

Asked: 2016-05-03 12:10:47 +0200

Seen: 159 times

Last updated: May 05 '16