First time here? Check out the FAQ!
answered 2014-02-07 17:54:12 +0100
It seems that there are not the same function in sagemath but we can use " ratsubst " function of maxima
sage : maxima('p:x^18') sage : maxima('ratsubst(a+1,x^2,p)')
how to use certain maxima functions (e.g. ratsubst)?