PC Review


Reply
Thread Tools Rate Thread

How can I transpose nXm matrix to mXn Matrix

 
 
MIHir
Guest
Posts: n/a
 
      9th Aug 2008
How can I transpose nXm matrix to mXn Matrix.

ie) Want to convert nXm Matrix 2 mXn matrix.

 
Reply With Quote
 
 
 
 
Lars-Åke Aspelin
Guest
Posts: n/a
 
      9th Aug 2008
On Sat, 9 Aug 2008 03:06:11 -0700, MIHir
<(E-Mail Removed)> wrote:

>How can I transpose nXm matrix to mXn Matrix.
>
>ie) Want to convert nXm Matrix 2 mXn matrix.



Have a look at the TRANSPOSE function.

If your nxm matrix is has its upper left corner in cell A1,
select a mxn cells in some other of the worksheet and enter the
formula

=TRANSPOSE(OFFSET(A1,0,0,n,m))

or e.g.

=TRANSPOSE(A1:E3) (if n=3 and m=5)

Note: This is an array formula that has to be entered with
CTRL+SHIFT+ENTER rather than just ENTER

Hope this helps / Lars-Åke

 
Reply With Quote
 
Mike H
Guest
Posts: n/a
 
      9th Aug 2008
Try,

Select the range and copy it.

Select a cell where the new matrix is to go and then
Edit|Paste special
Select Transpose
Click OK

Mike

"MIHir" wrote:

> How can I transpose nXm matrix to mXn Matrix.
>
> ie) Want to convert nXm Matrix 2 mXn matrix.
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Copy/Transpose into a matrix of merged cells. Use Offset formula orVBA ? u473 Microsoft Excel Programming 2 1st Oct 2010 07:10 PM
Transpose and link Multicolum matrix in 2 colum array =?Utf-8?B?c3RyYXRpcw==?= Microsoft Excel Worksheet Functions 1 6th Feb 2006 10:38 AM
Trying to transpose and format large matrix wild_fish99 Microsoft Excel Worksheet Functions 9 4th Oct 2004 11:31 AM
transpose to matrix =?Utf-8?B?YmlsbA==?= Microsoft Excel Programming 5 13th Apr 2004 03:11 AM
Support for Matrix, Matrix.Rotate or Grapics.RotateFlip for a Bitmap on Compact ? Mark Johnson Microsoft Dot NET Compact Framework 3 3rd Dec 2003 11:37 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:15 AM.