461 - 470 of 4602 for algebraic functionsSearch Results
View search results from all Wolfram sites (502801 matches)
Mathematica's symbolic architecture and dynamic interface make possible a uniquely flexible and convenient approach to charting and information visualization. With ...
The Standard Evaluation Procedure   (Mathematica Tutorial)
Here the standard procedure used by Mathematica to evaluate expressions is described. This procedure is the one followed for most kinds of expression. There are, however, ...
NotebookApply   (Built-in Mathematica Symbol)
NotebookApply[notebook, data] writes data into a notebook at the current selection, replacing the first selection placeholder in data by the current selection, and then ...
BeginPackage   (Built-in Mathematica Symbol)
BeginPackage["context`"] makes context` and System` the only active contexts. BeginPackage["context`", {"need_1`", "need_2`", ...}] calls Needs on the need_i.
Compile   (Built-in Mathematica Symbol)
Compile[{x_1, x_2, ...}, expr] creates a compiled function that evaluates expr assuming numerical values of the x_i. Compile[{{x_1, t_1}, ...}, expr] assumes that x_i is of a ...
EndPackage   (Built-in Mathematica Symbol)
EndPackage[] restores $Context and $ContextPath to their values before the preceding BeginPackage, and prepends the current context to the list $ContextPath.
Piecewise   (Built-in Mathematica Symbol)
Piecewise[{{val_1, cond_1}, {val_2, cond_2}, ...}] represents a piecewise function with values val_i in the regions defined by the conditions cond_i. Piecewise[{{val_1, ...
Special Forms of Assignment   (Mathematica Tutorial)
Particularly when you write procedural programs in Mathematica, you will often need to modify the value of a particular variable repeatedly. You can always do this by ...
Extension   (Built-in Mathematica Symbol)
Extension is an option for various polynomial and algebraic functions that specifies generators for the algebraic number field to be used.
Parts of Matrices   (Mathematica Guide)
Mathematica provides several convenient methods for extracting and manipulating parts of matrices. The flexible [[ ]] (Part) and ;; (Span) syntaxes provide compact yet ...
1 ... 44|45|46|47|48|49|50 ... 461 Previous Next

...