Relative Content

Tag Archive for sage

Getting invoice items via Sage 200 API

I’ve currently got the API set up to grab data from our Sage 200 platform and I’ve been asked to grab all invoices and what items they contained for a certain period.

How to construct a matrix from cofficients of a set of polynomials

My problem in sagemath is as follows, for simplification , given five polynomials $f_1(x,y,z)=-z-y+x+xy+2xy^2$, $f_2(x,y,z)=-z-y+x+xy$, $f_3(x,y,z)=-2z-y+5x$, $f_4(x,y,z)=z+y$, $f_5(x,y,z)=z$ . How to construct by sage the matrix whose the i-th row is coeffcients of the polynomial $f_i(x,y,z)$ .