Ask Your Question

Revision history [back]

finding a basis of a set of polynomials in sage

The task I want to do is to compute a basis of the k-th order partial derivative space of a polynomial f. By k-th order partial derivative space of a polynomial f I mean the vector space formed by all the k-th order derivatives of f. So one way that I know is to compute all the partial derivatives and then treat each polynomial as a vectors and then compute basis. But is there a way to do it in the sparse representation.

click to hide/show revision 2
retagged

finding a basis of a set of polynomials in sage

The task I want to do is to compute a basis of the k-th order partial derivative space of a polynomial f. By k-th order partial derivative space of a polynomial f I mean the vector space formed by all the k-th order derivatives of f. So one way that I know is to compute all the partial derivatives and then treat each polynomial as a vectors and then compute basis. But is there a way to do it in the sparse representation.