+ Reply to Thread
Results 1 to 2 of 2

Incorporating Matrix Functions From Excel

  1. #1
    LHenkel
    Guest

    Incorporating Matrix Functions From Excel

    Excel has some matrix functions such as transpose, mmult, and minverse.

    Suppose you want to use one of these functions and put the result in
    cells in a worksheet, but you want to use VBA because variuos things
    such as the size of your matrix may vary.

    So for instance, suppose you have a nxn matrix, and you want to compute
    minverse of the matrix from within a VBA program, or using cells
    assigned by the VBA program -- how do you do it?

    Thanks


  2. #2
    Tom Ogilvy
    Guest

    Re: Incorporating Matrix Functions From Excel

    Application.Minverse

    --
    Regards,
    Tom Ogilvy

    "LHenkel" <lhenkel@ne.rr.com> wrote in message
    news:1113866656.882439.235600@l41g2000cwc.googlegroups.com...
    > Excel has some matrix functions such as transpose, mmult, and minverse.
    >
    > Suppose you want to use one of these functions and put the result in
    > cells in a worksheet, but you want to use VBA because variuos things
    > such as the size of your matrix may vary.
    >
    > So for instance, suppose you have a nxn matrix, and you want to compute
    > minverse of the matrix from within a VBA program, or using cells
    > assigned by the VBA program -- how do you do it?
    >
    > Thanks
    >




+ 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