DOCUMENTATION CENTER SEARCH
Mathematica
>
Constructing Matrices
>
Built-in
Mathematica
Symbol
Power Series
Sparse Arrays: Manipulating Lists
Algebraic Numbers
Converting Power Series to Normal Expressions
Tutorials »
|
SeriesCoefficient
SparseArray
Chop
See Also »
|
Constructing Lists
Constructing Matrices
Series Expansions
Sparse Arrays
More About »
Normal
Normal
[
expr
]
converts
expr
to a normal expression, from a variety of special forms.
MORE INFORMATION
Normal
[
expr
]
converts
SparseArray
objects into ordinary arrays.
Normal
[
expr
]
converts a power series to a normal expression by truncating higher-order terms.
Normal
[
expr
]
converts
GraphicsComplex
objects into ordinary lists of graphics primitives and directives.
Normal
[
expr
]
if possible converts
Rotate
,
Translate
,
Scale
and
AffineTransform
constructs into explicit graphics primitives.
Normal
[
expr
]
converts
RootSum
objects into explicit sums involving
Root
objects.
When additional "data types" are introduced,
Normal
should be defined to convert them, when possible, to normal expressions.
EXAMPLES
CLOSE ALL
Basic Examples
(2)
Create a normal dense list from a sparse array:
In[1]:=
Out[1]=
In[2]:=
Out[2]=
Create a normal expression from a series expansion:
In[1]:=
Out[1]=
In[2]:=
Out[2]=
Scope
(3)
Applications
(1)
Properties & Relations
(1)
SEE ALSO
SeriesCoefficient
SparseArray
Chop
TUTORIALS
Power Series
Sparse Arrays: Manipulating Lists
Algebraic Numbers
Converting Power Series to Normal Expressions
MORE ABOUT
Constructing Lists
Constructing Matrices
Series Expansions
Sparse Arrays
New in 1 | Last modified in 6
© 2008 Wolfram Research, Inc.