NotebookPut[expr] creates a notebook corresponding to expr and makes it the currently selected notebook in the front end. NotebookPut[] creates a new empty ...
PolynomialRemainder[p, q, x] gives the remainder from dividing p by q, treated as polynomials in x.
RadioButton[x, val] represents a radio button whose setting x is set to val when the button is clicked. RadioButton[x, val] is displayed as RadioButtonBox[0, {0}] when x is ...
lhs :> rhs or lhs :> rhs represents a rule that transforms lhs to rhs, evaluating rhs only after the rule is used.
ScalingMatrix[{s_x, s_y, ...}] gives the matrix corresponding to scaling by a factor s_i along each coordinate axis.ScalingMatrix[s, v] gives the matrix corresponding to ...
SeedRandom[n] resets the pseudorandom generator, using n as a seed. SeedRandom[] resets the generator, using as a seed the time of day and certain attributes of the current ...
SetAttributes[s, attr] adds attr to the list of attributes of the symbol s.
Manipulate Introduction to Control Objects Views
A partial differential equation (PDE) is a relationship between an unknown function u(x_1,x_2,…,x_n) and its derivatives with respect to the variables x_1,x_2,…,x_n. Here is ...
When you are putting and getting data via MathLink various kinds of errors can occur. Whenever any error occurs, MathLink goes into a completely inactive state, and all ...