Back to Forum | View unanswered posts | View active topics
Topic review - different degBounds for variables |
Author |
Message |
|
|
Post subject: |
Re: different degBounds for variables |
|
|
Thank you, this should do the job.
Best Regards!
Thank you, this should do the job.
Best Regards!
|
|
|
|
Posted: Mon Jul 30, 2018 12:24 pm |
|
|
|
|
|
Post subject: |
Re: different degBounds for variables |
|
|
One can only have one degBound - as soon as the computation reached that degree, it is stopped. But one can have different weights for the variables, degBound honors these: Code: ring R=QQ(a,b,c,x,y,z),wp(5,5,5,2,2,2); degBound=10; .... std(...)
Maybe that is sufficient for your purpose.
One can only have one degBound - as soon as the computation reached that degree, it is stopped. But one can have different weights for the variables, degBound honors these: [code] ring R=QQ(a,b,c,x,y,z),wp(5,5,5,2,2,2); degBound=10; .... std(...) [/code] Maybe that is sufficient for your purpose.
|
|
|
|
Posted: Fri Jul 27, 2018 10:31 am |
|
|
|
|
|
Post subject: |
different degBounds for variables |
|
|
Hello Singular community,
is there a was to set different degBounds within the same syz command? example: solve (a x,b y^2,c xzy ) . (v1,v2,v3)=0, for v1,v2,v3 in variables a,b,c,x,y,z allowing x,y and z only up to degree 2, and a,b,c up to degree 5
(Obviously this example is just for illustrative purposes, not what I actually want to solve)
Hello Singular community,
is there a was to set different degBounds within the same syz command? example: solve (a x,b y^2,c xzy ) . (v1,v2,v3)=0, for v1,v2,v3 in variables a,b,c,x,y,z allowing x,y and z only up to degree 2, and a,b,c up to degree 5
(Obviously this example is just for illustrative purposes, not what I actually want to solve)
|
|
|
|
Posted: Wed Jul 25, 2018 3:29 pm |
|
|
|
|
|
It is currently Fri May 13, 2022 11:00 am
|
|