TrigFactorList[expr] factors trigonometric functions in expr, yielding a list of lists containing trigonometric monomials and exponents.
Structural Operations on Polynomials Finding the Structure of a Polynomial Polynomial Orderings
Functions for combining lists. Join concatenates any number of lists together. Union combines lists, keeping only distinct elements.
Principles of Evaluation Reducing Expressions to Their Standard Form Attributes
Modules and Local Variables Local Constants How Modules Work
There are four kinds of bracketing used in Mathematica. Each kind of bracketing has a very different meaning. It is important that you remember all of them. The four kinds of ...
There are many systems of units. The particular set of units that is used depends on factors as various as the field of study and the author's country of origin. The function ...
FromContinuedFraction[list] reconstructs a number from the list of its continued fraction terms.
"Calling .NET from Mathematica" describes using .NET/Link to allow you to call from Mathematica into .NET, thereby extending the Mathematica environment to include the ...
JordanDecomposition[m] yields the Jordan decomposition of a square matrix m. The result is a list {s, j} where s is a similarity matrix and j is the Jordan canonical form of ...