Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce bound #789

Merged
merged 6 commits into from Sep 22, 2016
Merged

Reduce bound #789

merged 6 commits into from Sep 22, 2016

Conversation

adipopescu
Copy link
Member

add: system("reduce_bound",poly/vector/ideal/module, ideal/module, bound)

works like the normal form from global case (redNF) but over local/mixed ordering until the given bound.

Was properly tested by Gerhard

@hannes14
Copy link
Member

what is the difference of the new command system("...",p,I,B) to reduce(p,1,I,B) ?
see http://www.singular.uni-kl.de/Manual/4-0-3/sing_383.htm : reduce with 4 resp. 5 arguments

@hannes14 hannes14 merged commit 7500694 into Singular:spielwiese Sep 22, 2016
@adipopescu
Copy link
Member Author

This reduction doesn't consider the ecart although it can be used in the local and mixed case.

If i use the normal reduction with 4,5 arguments, them it will go in redMora. If i use this one it goes to redNF even though the ordering is local.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants