Solve
(Built-in Mathematica Symbol) Solve[expr, vars] attempts to solve the system expr of equations or inequalities for the variables vars. Solve[expr, vars, dom] solves over the domain dom. Common choices of ...
CReturn[ ] is a symbolic representation of a return from a function. CReturn[arg] returns the argument arg.
This example demonstrates how you can use the Invokethread option of user interface functions to allow user interface updates to be visible when performing a long Mathematica ...
New function FourierDCT has been added to the built-in Mathematica kernel. New function FourierDST has been added to the built-in Mathematica kernel.
Mathematica has the world's largest collection of consistent multifont mathematical notation characters—all fully integrated into both typesetting and symbolic expression ...
Mathematica represents vectors as lists, and never needs to distinguish between row and column cases. Vectors in Mathematica can always mix numbers and arbitrary symbolic or ...
Mathematica provides several convenient methods for extracting and manipulating parts of matrices. The flexible [[ ]] (Part) and ;; (Span) syntaxes provide compact yet ...
Casoratian[{y_1, y_2, ...}, n] gives the Casoratian determinant for the sequences y_1, y_2, ... depending on n.Casoratian[eqn, y, n] gives the Casoratian determinant for the ...
CompiledFunction[args...] represents compiled code for evaluating a compiled function.
Complement[e_all, e_1, e_2, ...] gives the elements in e_all which are not in any of the e_i.