+ Reply to Thread
Results 1 to 5 of 5

Solving m*n matrix

  1. #1
    Registered User
    Join Date
    06-14-2010
    Location
    boston
    MS-Off Ver
    Excel 2003
    Posts
    2

    Solving m*n matrix

    Hy everyone,

    I need to solve 200 x 8 matrix in excel. I was thinking about Gauss elimination method
    however I have no Idea how to implement it.

    I have never had any exposure to matrixes in excel, so I completely lost.

  2. #2
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Solving m*n matrix

    Solve? What does that mean?
    Entia non sunt multiplicanda sine necessitate

  3. #3
    Registered User
    Join Date
    06-14-2010
    Location
    boston
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: Solving m*n matrix

    To solve the the matrix is to solve the system of linear equation i.e. all unknown variables such is x,y,z etc

    One of the ways to do that is trough Gaussian elimination
    http://en.wikipedia.org/wiki/Gaussian_elimination

  4. #4
    Registered User
    Join Date
    05-13-2010
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003
    Posts
    35

    Re: Solving m*n matrix

    kakoc,

    I haven't well undestood the alogorithem.

    But I would suggest to try it in MATLAB. matrix related operations are much easy to handle there..

  5. #5
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Solving m*n matrix

    To solve the the matrix is to solve the system of linear equation
    You can only invert square, non-singular matrices. If your matrix represents 200 equations in 8 unknowns, the system is overdefined, and you need to premultiply both sides by the transpose to get a square system, which you can then solve to get a least-squares best fit.

    Excel's MINVERSE function is limited to 52x52. I've heard that MoreFunc's MINVERSE.EXT will do up to 256x256.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1