MathGroup Archive 2007

[Date Index] [Thread Index] [Author Index]

Search the Archive

Coefficient...

  • To: mathgroup at smc.vnet.net
  • Subject: [mg79601] Coefficient...
  • From: "Bruno Campanini" <BC at gmail.com>
  • Date: Tue, 31 Jul 2007 06:02:50 -0400 (EDT)

Given fx:=ax^2 + dxy + 2cx + bcxz
Coefficient[fx,x] gives   dy + 2c + bcz   but I only need 2c.

Without any If clause, is it possible to get Coefficient not
to look on terms containing y or z?

Bruno


  • Prev by Date: Function definition within a module (about variable renaming)
  • Next by Date: Debugger tutorial
  • Previous by thread: Function definition within a module (about variable renaming)
  • Next by thread: Debugger tutorial