|
SOLUTIONS
|
Search for all pages containing InputForm
BUILT-IN MATHEMATICA SYMBOL
InputForm
InputForm[expr]
prints as a version of expr suitable for input to Mathematica.
Details and OptionsDetails and Options
- InputForm always produces one-dimensional output, suitable to be typed as lines of Mathematica input.
- InputForm acts as a "wrapper", which affects display, but not evaluation. »
- Put (
) produces InputForm by default. - Short[InputForm[expr]] can be used, but may generate skeleton objects which cannot be given as Mathematica input.
- The option NumberMarks can be used to specify whether
marks should be used to indicate type, precision, or accuracy of approximate numbers. »
New in 1 | Last modified in 3
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »

