MathGroup Archive 2008

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

Search the Archive

Redirecting input

  • To: mathgroup at smc.vnet.net
  • Subject: [mg92292] Redirecting input
  • From: Ignacio Plazeta <Ignacio.Plazeta at speednet.es>
  • Date: Sat, 27 Sep 2008 06:47:31 -0400 (EDT)

Dear Friends

Let, as an example,

   f[x_] := x + 1

be a function I have to calculate over and over again;
it would result useful redirecting input to avoid
typing

f[2] Enter
f[67] Enter
f[31] Enter
...

and simply make use of

2 Enter
67 Enter
31 Enter
...

Plese, can you point out a trick to perform it ?

Best Regard

Ignacio Plazeta


  • Prev by Date: Re: Precision in Mathematica 6
  • Next by Date: Manipulate / Space Phasor
  • Previous by thread: Re: Function changes in a program [CORRECTION]
  • Next by thread: Re: Redirecting input