Unicode: F3C7. Alias: Esc tr Esc. Superscript postfix operator with built-in evaluation rules. m^ is by default interpreted as Transpose[m]. Not the same as keyboard T.
Transpose[list] transposes the first two levels in list. Transpose[list, {n_1, n_2, ...}] transposes list so that the k\[Null]^th level in list is the n_k\[Null]^th level in ...
ConjugateTranspose[m] or m^\[ConjugateTranspose] gives the conjugate transpose of m.
Unicode: F3C9. Alias: Esc ct Esc. Superscript postfix operator with built-in evaluation rules. m^ is by default interpreted as ConjugateTranspose[m]. Not the same as ...
CUDATranspose[mat] transposes input matrix mat.CUDATranspose[mem] transposes input CUDAMemory mem.
ReverseGraph[g] gives the reverse graph of the directed g.
You will encounter nested lists if you use matrices or generate multidimensional arrays and tables. Mathematica provides many functions for handling such lists. A few ...
Some basic matrix operations. Transposing a matrix interchanges the rows and columns in the matrix. If you transpose an m×n matrix, you get an n×m matrix as the result. ...
Tensors are mathematical objects that give generalizations of vectors and matrices. In Mathematica, a tensor is represented as a set of lists, nested to a certain number of ...
Ways to construct nested lists. This generates a table corresponding to a 2×3 nested list. This generates an array corresponding to the same nested list.