Ask Your Question
1

Working with general coefficiets in polynomial.

asked 2012-04-26 09:45:27 +0200

anonymous user

Anonymous

updated 2012-04-26 09:53:53 +0200

Say I have polynomial aX^2+bY^2. How can I tell sage that in my field a^p=a, and b^p=b or few more constrains through my whole computation. I work in any field. I just want to put some constrains on coefficients and just keep them as the are.

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
0

answered 2012-04-28 13:57:25 +0200

Volker Braun gravatar image

This sounds like you want to work over the finite field F_p. We can't read your mind to determine what a "few more constraints" means. If not, you'll have to parametrize the coefficients with dummy variables and impose the constrains manually (i.e. work with the ideal generated by your polynomial and any extra constraints).

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: 2012-04-26 09:45:27 +0200

Seen: 198 times

Last updated: Apr 28 '12