Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Symbol Handling >

Unique

Unique[]
generates a new symbol, whose name is of the form $nnn.
Unique[x]
generates a new symbol, with a name of the form x$nnn.
Unique[{x, y, ...}]
generates a list of new symbols.
Unique["xxx"]
generates a new symbol, with a name of the form xxxnnn.
  • Unique["xxx"] numbers the symbols it creates sequentially, starting at 1 for each string xxx.
  • Unique[name, {attr1, attr2, ...}] generates a symbol which has the attributes attri.
New in 1
© 2013 Wolfram Research, Inc. Japanese
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team