Mathematica provides functions for the aesthetic drawing of graphs. Algorithms implemented include spring embedding, spring-electrical embedding, high-dimensional embedding, ...
Coefficient[expr, form] gives the coefficient of form in the polynomial expr. Coefficient[expr, form, n] gives the coefficient of form^n in expr.
Together[expr] puts terms in a sum over a common denominator, and cancels factors in the result.
Mathematica's symbolic architecture and sophisticated mathematical capabilities allow it to take a uniquely high-level approach to geometric transformations—supporting ...
Unicode: 21D2. Alias: Esc ␣=> Esc. Infix arrow operator. x ⇒ y is by default interpreted as DoubleRightArrow[x,y]. Used in mathematics to indicate various strong forms of ...
Unicode: 301A. Alias: Esc [[ Esc. Compound operator with built-in evaluation rules. m〚i,j,… 〛 is by default interpreted as Part[m,i,j,…]. Sometimes used in mathematics to ...
Mathematica usually pays no attention to whether variables like x stand for real or complex numbers. Sometimes, however, you may want to make transformations which are ...
FactorList[poly] gives a list of the factors of a polynomial, together with their exponents.
Fibonacci[n] gives the Fibonacci number F_n. Fibonacci[n, x] gives the Fibonacci polynomial F_n (x).
FeedbackType is an option for some control system functions that specifies the feedback type.