751 - 760 of 877 for algebraic rootSearch Results
View search results from all Wolfram sites (19619 matches)
Dot   (Built-in Mathematica Symbol)
a.b.c or Dot[a, b, c] gives products of vectors, matrices, and tensors.
FindClusters   (Built-in Mathematica Symbol)
FindClusters[{e_1, e_2, ...}] partitions the e i into clusters of similar elements. FindClusters[{e_1 -> v_1, e_2 -> v_2, ...}] returns the v_i corresponding to the e i in ...
LinearProgramming   (Built-in Mathematica Symbol)
LinearProgramming[c, m, b] finds a vector x that minimizes the quantity c.x subject to the constraints m.x >= b and x >= 0. LinearProgramming[c, m, {{b_1, s_1}, {b_2, s_2}, ...
MatrixPower   (Built-in Mathematica Symbol)
MatrixPower[m, n] gives the n\[Null]\[Null]^th matrix power of the matrix m. MatrixPower[m, n, v] gives the n\[Null]^th matrix power of the matrix m applied to the vector v.
RowReduce   (Built-in Mathematica Symbol)
RowReduce[m] gives the row-reduced form of the matrix m.
SchurDecomposition   (Built-in Mathematica Symbol)
SchurDecomposition[m] yields the Schur decomposition for a numerical matrix m, given as a list {q, t} where q is an orthonormal matrix and t is a block upper-triangular ...
Total   (Built-in Mathematica Symbol)
Total[list] gives the total of the elements in list. Total[list, n] totals all elements down to level n. Total[list, {n}] totals elements at level n. Total[list, {n_1, n_2}] ...
The Design of the NDSolve Framework   (Mathematica Tutorial)
Supporting a large number of numerical integration methods for differential equations is a lot of work. In order to cut down on maintenance and duplication of code, common ...
Vectors and Matrices   (Mathematica Tutorial)
Vectors and matrices in Mathematica are simply represented by lists and by lists of lists, respectively. The representation of vectors and matrices by lists. This is a 2×2 ...
Root::deg   (Mathematica Message)
Root::deg
1 ... 73|74|75|76|77|78|79 ... 88 Previous Next

...