Abort Evaluation aborts the current evaluation.
AutoOpenPalettes is a global option that specifies the palettes that are automatically opened when Mathematica is started.
Begin
(Built-in Mathematica Symbol) Begin["context`"] resets the current context.
StartupSound is a global option that specifies whether Mathematica plays a sound when it is launched.
StateSpaceTransform[ss, s_1] transforms the StateSpaceModel object ss using the similarity matrix s_1.StateSpaceTransform[ss, {s_1, s_2}] computes the transformation using ...
Testing for numeric quantities. Pi is a symbol, so Pi+3 is not explicitly a number. It does however have a numerical value.
Annotation[expr, data] represents an expression expr, with annotation data.Annotation[expr, data, " type"] specifies the type of annotation being given.
Use Curated Data Clean up Data Imported from a Website Clean up Data Imported from a ZIP File
In some cases you may need to specify pattern sequences that are more intricate than things like x__ or x..; for such situations you can use PatternSequence[p_1,p_2,…]. ...