MathGroup Archive 2002

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

Search the Archive

Why doesn't it work?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg38447] Why doesn't it work?
  • From: "Konrad Den Ende" <konrad at voxway.com>
  • Date: Mon, 16 Dec 2002 02:20:31 -0500 (EST)
  • Organization: Gothenburg University
  • Sender: owner-wri-mathgroup at wolfram.com

When i go:

f1[x_] := something
tmp = int(f1[x])dx
f2[x_] = tmp

then everything is nice but this:

f1[x_] := something
tmp = int(f1[x])dx
f2[x_] = %

just won't work. Apparetly Mathematica believes
that "%" mean the thing i did BEFORE the integral!
How come?

--

Vänligen
Konrad
-------------------
phone #1:  (+46/0) 708 - 70 73 92
phone #2: (+46/0) 704 - 79 96 95
url: http://konrads.webbsida.com
e-mail: konrad at voxway.com
-------------------








  • Prev by Date: using strings to create variables
  • Next by Date: An Object-Oriented System for Mathematica
  • Previous by thread: Re: using strings to create variables
  • Next by thread: Re: Why doesn't it work?