ViewAngle is an option for Graphics3D and related functions which gives the opening half-angle for a simulated camera used to view the three-dimensional scene.
Steps in the operation of Mathematica. When you type something like x^2 what Mathematica at first sees is just the string of characters x, ^, 2. But with the usual way that ...
Basic vector operations. This is a vector in three dimensions. This gives a vector u in the direction opposite to v with twice the magnitude.
Highlight[g, p] displays g with elements in p highlighted. The second argument p has the form {s_1, s_2, ...}, where the s_i are disjoint subsets of vertices and edges of g.
Mathematica's built-in SparseArray function should be used to create tridiagonal matrices. Mathematica kernel's built-in sparse solver LinearSolve has replaced ...
SymbolicXMLErrors[expr] returns a list of part specifications indicating where there are errors in the SymbolicXML expression expr and a message about the nature of each ...
Hold
(Built-in Mathematica Symbol) Hold[expr] maintains expr in an unevaluated form.
SelectComponents[m, " prop", crit] computes a property " prop" for all components in a label matrix m and returns a version of m in which components that do not satisfy crit ...
StateSpaceRealization is an option to StateSpaceModel that specifies its canonical representation.