T#

property AnsMat.T[source]#

Returns the transpose of a MAPDL matrix.

Examples

>>> from ansys.mapdl.core import launch_mapdl
>>> mapdl = launch_mapdl()
>>> mm = mapdl.math
>>> mat = mm.rand(2, 3)
>>> mat_t = mat.T