lacking features that is clearly used in grobner basis
Publié : mar. janv. 02, 2018 10:30 am
Hi,
I was wondering if there is really no way to get leading term monomial list from a list of (multivariate) polynomials such as? Or apply monomial ordering (of certain ordering type, e.g. plex, tdeg etc.) to a certain polynomial
I am sure these features (maybe hidden internally) exists in giac but can they not be called in say XCaS or giacpy? For instance a function that gives me the dimension of a complex variety does not exist, but I could write an algorithm (using grobner basis and Hilbert function) that could do this for me. Though, monomial orderings and extraction of monomial ideals should all be manually programmed by me which I am sure is already available in giac's C code (otherwise gbasis would not have worked).
Jose
I was wondering if there is really no way to get leading term monomial list from a list of (multivariate) polynomials such as? Or apply monomial ordering (of certain ordering type, e.g. plex, tdeg etc.) to a certain polynomial
I am sure these features (maybe hidden internally) exists in giac but can they not be called in say XCaS or giacpy? For instance a function that gives me the dimension of a complex variety does not exist, but I could write an algorithm (using grobner basis and Hilbert function) that could do this for me. Though, monomial orderings and extraction of monomial ideals should all be manually programmed by me which I am sure is already available in giac's C code (otherwise gbasis would not have worked).
Jose