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