|
[Date Index]
[Thread Index]
[Author Index]
Re: Question?
- To: mathgroup at smc.vnet.net
- Subject: [mg26698] Re: Question?
- From: Bernd Brandt <bernd at bio.vu.nl>
- Date: Thu, 18 Jan 2001 00:57:08 -0500 (EST)
- Organization: VU Biology, Amsterdam, The Netherlands
- References: <943eml$cov@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Hi Jonghee,
I think the following is what you mean. I have defined a subscripted
function in Table.
The second table gives the values for the different functions y_i
Table[\!\(y \_ i \)[x_]:= 2 x i + i, {i,1,5}]
Table[Table[\!\(y \_ i \)[x], {i,1,5}]], {x,0,5}]
Regards,
Bernd
Jonghee Lee wrote:
> Is there any way to define a character which contains a superscript or
> subscript as one variable?
> Super or subscript are just labels, not variable..
>
> --
> Jonghee Lee
> University of Maryland
> Department of Physics
> Gravitation Experiment
> College Park, MD 20742
>
> Tel : 301-405-6092 (Office)
> 301-405-6093 (Lab)
> Email : jonghee at glue.umd.edu
Prev by Date:
Using Needs[] and Nodal
Next by Date:
Re: 20 variations on Pascal's Triangle
Previous by thread:
Question?
Next by thread:
Re: Question?
|