Re: Problem: Table[{v,Part[T[v],1]},{v,0.001,vcc,0.1}]
- To: mathgroup at smc.vnet.net
- Subject: [mg3993] Re: Problem: Table[{v,Part[T[v],1]},{v,0.001,vcc,0.1}]
- From: rhall2 at umbc.edu (hall robert)
- Date: Tue, 14 May 1996 02:13:20 -0400
- Organization: University of Maryland, Baltimore County
- Sender: owner-wri-mathgroup at wolfram.com
In article <4ms3u2$3n0 at dragonfly.wolfram.com>,
>I am new to this newsgroup and to Mathematica also.
>I would ask the following: why doesn't this work?:
>
>Table[{v,Part[T[v],1]},{v,0.001,vcc,0.1}]
I'm new too. Perhaps you need to assign a value to vcc?
In[98]:=
vcc = 1.1;
Table[{v,Part[T[v],1]},{v,0.001,vcc,0.1}]
Out[99]=
{{0.001, 0.001}, {0.101, 0.101}, {0.201, 0.201}, {0.301, 0.301},
{0.401, 0.401}, {0.501, 0.501}, {0.601, 0.601}, {0.701, 0.701},
{0.801, 0.801}, {0.901, 0.901}, {1.001, 1.001}}
If that's not the output you want, tell us what you do want.
--
Bob Hall | "Know thyself? Absurd direction!
rhall2 at gl.umbc.edu | Bubbles bear no introspection." -Khushhal Khan Khatak
==== [MESSAGE SEPARATOR] ====