Transpose
- To: mathgroup at smc.vnet.net
- Subject: [mg5679] Transpose
- From: marliesb at sci.kun.nl (Marlies)
- Date: Tue, 7 Jan 1997 11:22:54 -0500
- Organization: University of Nijmegen, The Netherlands
- Sender: owner-wri-mathgroup at wolfram.com
Transpose[list] transposes the first two levels in list. Transpose[list, {n1, n2, ...}] transposes list so that the nk-th level in list is the k-th level in the result. Now suppos matrix is a square matrix. Why gives Transpose[matrix,{1,1}] the diagonal? Regards, Marlies Brinksma