Help !! problems with symbolize
- To: mathgroup at smc.vnet.net
- Subject: [mg68880] Help !! problems with symbolize
- From: "mintoo" <varun.tangri at gmail.com>
- Date: Tue, 22 Aug 2006 05:20:09 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
Hi!
I created a new symbol with symbolize. Say
\!\(\*
RowBox[{"Symbolize", "[",
TagBox[\(γ\_ion\),
NotationBoxTag,
TagStyle->"NotationTemplateStyle"], "]"}]\)
In plain english it meant gamma_ion where ion was in a subscript
what i want to do is:
gamma_ion = 2
g= gamma_ion + 6
my answer here is always in terms of gamma_ion but the value is never
substituted. I get a
Set::write : Tag NotationBoxTag in ... is Protected error !!!
how do i do this !!! I have tried in mathematica 4 & 5
- Follow-Ups:
- Re: Help !! problems with symbolize
- From: "Chris Chiasson" <chris@chiasson.name>
- Re: Help !! problems with symbolize