DOCUMENTATION CENTER SEARCH
Mathematica
>
Symbolic Notational Forms
>
Built-in
Mathematica
Symbol
Defining Output Formats
Tutorials »
|
Infix
Postfix
See Also »
|
Symbolic Notational Forms
Mathematica Syntax
More About »
Prefix
Prefix
[
f
[
expr
]]
prints with
f
[
expr
]
given in default prefix form:
f
@
expr
.
Prefix
[
f
[
expr
],
h
]
prints as
hexpr
.
MORE INFORMATION
Prefix
[
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 prefix form:
In[1]:=
Out[1]=
Use a special character as a prefix operator:
In[1]:=
Out[1]=
SEE ALSO
Infix
Postfix
TUTORIALS
Defining Output Formats
MORE ABOUT
Symbolic Notational Forms
Mathematica Syntax
New in 1
© 2008 Wolfram Research, Inc.