Re: tabular output
- To: mathgroup at smc.vnet.net
- Subject: [mg38720] Re: tabular output
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Tue, 7 Jan 2003 07:26:10 -0500 (EST)
- Organization: Universitaet Leipzig
- References: <av6kjc$o16$1@smc.vnet.net>
- Reply-to: kuska at informatik.uni-leipzig.de
- Sender: owner-wri-mathgroup at wolfram.com
Hi,
Table[
Block[{t},
y[t] /. DSolve[{y'[t] == -y[t], y[0] == 1}, y[t], t]
], {t, 0, 10}]
Regards
Jens
"Aydemir, Nusret" wrote:
>
> Hello,
>
> I am relatively new to mathematica and trying to output solution of a system
> of differential equations from DSolve in tabular form. For example, if x,v
> are the dependent variable and t is the independent variable, how do I
> output results in a table of t vs x,v values? DSolve gives results as
>
> <<...OLE_Obj...>>
>
> How do I convert this to a table of values for t,x,v?
>
> Thanks in advance for the help.
>
> N. Aydemir
> aydemirn at aecl.ca