Polynomial Constant Term
- To: mathgroup at smc.vnet.net
- Subject: [mg17720] Polynomial Constant Term
- From: bcolletti at mail.utexas.edu (Bruce W. Colletti)
- Date: Tue, 25 May 1999 02:15:09 -0400
- Organization: University of Texas at Austin
- Sender: owner-wri-mathgroup at wolfram.com
How does one get the constant term in a multivariate polynomial? For example,(CoefficientList[7y*x^2-4x+3,x])[[1]] returns 3 but there must be a cleaner way for an arbitrary multivariate polynomial. Thanks. Bruce