Mathematica contains some powerful primitives for making structural changes to expressions. You can use these primitives both to implement mathematical properties such as ...
OutputSizeLimit is an option for notebooks which specifies the maximum size in bytes of expressions that will automatically be output in their entirety.
The notion of expressions is a crucial unifying principle in Mathematica. It is the fact that every object in Mathematica has the same underlying structure that makes it ...
Factor
(Built-in Mathematica Symbol) Factor[poly] factors a polynomial over the integers. Factor[poly, Modulus -> p] factors a polynomial modulo a prime p. Factor[poly, Extension -> {a_1, a_2, ...}] factors a ...
FactorList[poly] gives a list of the factors of a polynomial, together with their exponents.
FactorSquareFreeList[poly] gives a list of square-free factors of a polynomial, together with their exponents.
Functions to pick out pieces of polynomials. Here is an algebraic expression. This gives the coefficient of x in e.
Here is an implementation of the RealTimeAlgebra J/Link example. You can also interact with the dialog in a modeless session.
Mathematica provides a convenient collection of platform-independent functions for manipulating names of files and directories. These functions can also be used to assemble ...
BernsteinBasis[d, n, x] represents the n\[Null]^th Bernstein basis function of degree d at x.