MathGroup Archive 2007

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

Search the Archive

Re: Multiple Constants

  • To: mathgroup at smc.vnet.net
  • Subject: [mg83281] Re: Multiple Constants
  • From: Albert <awnl at arcor.net>
  • Date: Fri, 16 Nov 2007 05:44:15 -0500 (EST)
  • References: <fhh80l$946$1@smc.vnet.net>

thehammerster at gmail.com wrote:
> Hi,
> I'm new to Mathematica and I feel like this is a stupid question but I
> can't seem to define more than one constant
> 
> If I type
> SetAttributes[a,b,c,Contstant]

Try:

  SetAttributes[{a,b,c},Constant]

hth,

albert


  • Prev by Date: Re: DSolve
  • Next by Date: Re: Re: Choosing preferred functions for Trig Simplification?
  • Previous by thread: Re: Multiple Constants
  • Next by thread: Re: Multiple Constants