MathGroup Archive 2007

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

Search the Archive

reverse polish notation

  • To: mathgroup at smc.vnet.net
  • Subject: [mg73099] reverse polish notation
  • From: "cap'n rye" <jacksiegrist at yahoo.com>
  • Date: Fri, 2 Feb 2007 05:23:29 -0500 (EST)

Is there a way to extensively use postfix notation for input in
Mathematica? I know you can enter F[x] as x//F, but I can't seem to
make it work for multiple arguments. For example N[Sqrt[7]] can be
input as 7//Sqrt//N, but I can't figure out how to input N[Sqrt[7],30]
or even Plus[3,5]. Is this type of input not really supported? Is
there a way to work around it? Thanks for your help.


  • Prev by Date: Re: rather complicated NonlinearFit
  • Next by Date: Re: rather complicated NonlinearFit
  • Previous by thread: a problem about loglogplot
  • Next by thread: Re: reverse polish notation