|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
Symbol
Symbol["name"]
refers to a symbol with the specified name.
DetailsDetails
- All symbols, whether explicitly entered using Symbol or not, have head Symbol.
can be used as a pattern to represent any symbol. - The string
in Symbol["name"] must be an appropriate name for a symbol. It can contain any letters, letter-like forms, or digits, but cannot start with a digit. - Symbol["name"] creates a new symbol if none exists with the specified name.
- A symbol such as
has a name
. - If Symbol["name"] creates a new symbol, it does so in the context specified by $Context.
New in 1 | Last modified in 3
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
