Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Memory Measurement & Optimization >

Short

Short[expr]
prints as a short form of expr, less than about one line long.
Short[expr, n]
prints as a form of expr about n lines long.
  • Short[expr] gives a "skeleton form" of expr, with omitted sequences of k elements indicated by k.
  • Omitted sequences of elements are printed as Skeleton objects.
  • Short prints long strings in skeleton form.
  • The number of lines specified need not be an integer.
  • Short acts as a "wrapper", which affects printing, but not evaluation.
  • Trying to feed k as obtained from Short back as input to Mathematica in StandardForm will generate an error.
  • Short is used to limit the length of output in standard Mathematica warning and other messages.
New in 1 | Last modified in 3
© 2013 Wolfram Research, Inc. Japanese
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team