Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

answered 3 years ago

Max Alekseyev gravatar image

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
click to hide/show revision 2
No.2 Revision

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
click to hide/show revision 3
No.3 Revision

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
click to hide/show revision 4
No.4 Revision

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