MathGroup Archive 2004

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: exporting the values of evaluated functions

  • To: mathgroup at smc.vnet.net
  • Subject: [mg48798] Re: exporting the values of evaluated functions
  • From: "Jens-Peer Kuska" <kuska at informatik.uni-leipzig-de>
  • Date: Wed, 16 Jun 2004 07:48:59 -0400 (EDT)
  • Organization: Uni Leipzig
  • References: <cap3at$c8l$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Hi,

and make a Table[] form the function values with

data=Table[{x,yourFunction[x]},{x,0,1000000,0.0001}]

and export the data does not work ?
Strange ...

Regards
  Jens


"Feleki Zsolt" <felke2000 at yahoo.com> schrieb im Newsbeitrag
news:cap3at$c8l$1 at smc.vnet.net...
> Dear Mathforum!
>
> I have a complicated function defined by the
> integration of another function.
> Plotting the former function using Evaluate is no
> problem, but it is not possible to see or export
> the values of the function explicitly.
> Since Mathematica plots the function, it surely
> has to calculate it, so I am sure there must be a
> way to see also the values that he calculates.
> How?
>
> Bye, Zsolt Feleki
> Doktorand
>
> Hochbautechnik/ Professur für Bauphysik
> ETH Zürich
>
>
>
>
> __________________________________
> Do you Yahoo!?
> Read only the mail you want - Yahoo! Mail SpamGuard.
> http://promotions.yahoo.com/new_mail
>



  • Prev by Date: Re: Iterate initial conditions
  • Next by Date: Re: How to modify Convex Hull program to give output as Cartesian Coordinates?
  • Previous by thread: Re: exporting the values of evaluated functions
  • Next by thread: Re: exporting the values of evaluated functions