|
[Date Index]
[Thread Index]
[Author Index]
Re: How to convert string to variable name
- To: mathgroup at smc.vnet.net
- Subject: [mg39831] Re: [mg39795] How to convert string to variable name
- From: "Hermann Schmitt" <schmitther at netcologne.de>
- Date: Sat, 8 Mar 2003 02:49:42 -0500 (EST)
- References: <200303070839.DAA15587@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
I would do it the following way:
ToExpression["z = ....."];
Hermann Schmitt
----- Original Message -----
From: "Bob Harris" <NspamITmeLION at MINDnotSPRING.COM>
To: mathgroup at smc.vnet.net
Subject: [mg39831] [mg39795] How to convert string to variable name
> Howdy,
>
> I'm trying to write a loop that assigns functions to a series of variables
> which I'd like to name z, y, x, w, ... and so on. The functions are
matrix
> operator of a group, which I would use like this, for example:
>
> state // w // z // w // w
>
> Clearly I can generate the strings "z", "y", "x", "w" ... in my loop. But
> for a given string, how can I assign to the variable whose name is defined
> by that string?
>
> --
> -- Bob Harris =======================================================+
> | If stupidity got us into this mess, how come it can't get us out |
> | of it? |
> +====================================================================+
>
>
>
Prev by Date:
Re: How to convert string to variable name
Next by Date:
Re: Problem for exponent and indice
Previous by thread:
How to convert string to variable name
Next by thread:
RE: How to convert string to variable name
|