DOCUMENTATION CENTER SEARCH
Mathematica
>
Symbolic Notational Forms
>
Built-in
Mathematica
Symbol
Defining Output Formats
Tutorials »
|
Infix
Prefix
See Also »
|
Symbolic Notational Forms
Mathematica Syntax
More About »
Postfix
Postfix
[
f
[
expr
]]
prints with
f
[
expr
]
given in default postfix form:
expr
//
f
.
Postfix
[
f
[
expr
],
h
]
prints as
exprh
.
MORE INFORMATION
Postfix
[
expr
,
h
,
precedence
,
grouping
]
can be used to specify how the output form should be parenthesized.
EXAMPLES
CLOSE ALL
Basic Examples
(2)
Display
f[x]
in postfix form:
In[1]:=
Out[1]=
Use a special character as a postfix operator:
In[1]:=
Out[1]=
SEE ALSO
Infix
Prefix
TUTORIALS
Defining Output Formats
MORE ABOUT
Symbolic Notational Forms
Mathematica Syntax
New in 1
© 2008 Wolfram Research, Inc.