MathGroup Archive 2005

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

Search the Archive

Re: Redefining a function with a rule for coefficients

  • To: mathgroup at smc.vnet.net
  • Subject: [mg59398] Re: [mg59376] Redefining a function with a rule for coefficients
  • From: Zhengji Li <zhengji.li at gmail.com>
  • Date: Mon, 8 Aug 2005 03:34:49 -0400 (EDT)
  • References: <200508070747.DAA18011@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Since what you want to know is A and B, just set A and B then!

A = A /. coeff[[1]];
B = B /. coeff[[1]];

A shortcoming of this is the using of global variables.

-- 
Li Zhengji
-------------------------------------------------------------
If all you have is a hammer, everything is a nail.
-------------------------------------------------------------


  • Prev by Date: Simplify Oddity
  • Next by Date: How to plot ....................
  • Previous by thread: Redefining a function with a rule for coefficients
  • Next by thread: Re: Redefining a function with a rule for coefficients