91 - 100 of 2164 for delete duplicate elementsSearch Results
View search results from all Wolfram sites (19260 matches)
Split   (Built-in Mathematica Symbol)
Split[list] splits list into sublists consisting of runs of identical elements. Split[list, test] treats pairs of adjacent elements as identical whenever applying the ...
Manipulating Expressions like Lists   (Mathematica Tutorial)
You can use most of the list operations discussed in "Lists" on any kind of Mathematica expression. By using these operations, you can manipulate the structure of expressions ...
Update Parts of a Matrix   (Mathematica How To)
Mathematica has many matrix operations that support operations such as building, computing, and visualizing matrices. It also has a rich language for picking out parts of ...
PrependTo   (Built-in Mathematica Symbol)
PrependTo[s, elem] prepends elem to the value of s, and resets s to the result.
Insert   (Built-in Mathematica Symbol)
Insert[list, elem, n] inserts elem at position n in list. If n is negative, the position is counted from the end. Insert[expr, elem, {i, j, ...}] inserts elem at position {i, ...
Representing Textual Forms by Boxes   (Mathematica Tutorial)
All textual and graphical forms in Mathematica are ultimately represented in terms of nested collections of boxes. Typically the elements of these boxes correspond to objects ...
Length   (Built-in Mathematica Symbol)
Length[expr] gives the number of elements in expr.
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}] ...
TextCell   (Built-in Mathematica Symbol)
TextCell["string"] gives a text cell that can appear in a Mathematica notebook.TextCell["string", " style"] gives a text cell with the specified style.
Mathematica's unified symbolic architecture immediately allows it to perform structural transformations not only on objects like lists, but also on general symbolic ...
1 ... 7|8|9|10|11|12|13 ... 217 Previous Next

...