Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

The following should do the job:

X -= X.constant_coefficient()   # remove current free term
X += X.subs( {x:t, y:t^2} )           # adding the required free term

The following should do the job:

X -= X.constant_coefficient()   # remove current free term
X += X.subs( {x:t, y:t^2} )        # adding the required free term

The following should do the job:

X -= X.constant_coefficient()   # remove current free term
X += X.subs( {x:t, y:t^2} )      # adding the required free term

The following should do the job:

X -= X.constant_coefficient()   # remove removing the current free term
X += X.subs( {x:t, y:t^2} )     # adding the required free term