+ Reply to Thread
Results 1 to 5 of 5

square matrix determinant

  1. #1
    Registered User
    Join Date
    03-26-2018
    Location
    TURKEY
    MS-Off Ver
    2013
    Posts
    33

    square matrix determinant

    hı buddies,
    I need your help for solving multi equations.


    I have nxn matrix which n could be varied depend on the numbers of values of a range .

    col."B" : Li( L1=1627, L2=1356,....,Ln= 856)
    col."C": Ii( I1=6000, I2=6000,..., In=6000
    I want to creat a matrix of
    N11 N12 N13 ... N1n 1627 6000
    N21 N22 N23 ... N2n 1356 6000
    . x ... = ...
    . ... ...
    . ... ...
    Nn1 Nn2 Nn3 ... Nnn 856 6000


    I wanna to find variables Nij (i=1 to n ,j= 1 to n)

    Appreciate for help on this problem.

  2. #2
    Forum Guru Norie's Avatar
    Join Date
    02-02-2005
    Location
    Stirling, Scotland
    MS-Off Ver
    Microsoft Office 365
    Posts
    19,643

    Re: square matrix determinant

    Any chance you could upload a sample workbook?

    Click on GO ADVANCED, scroll down and click Manage Attachments.
    If posting code please use code tags, see here.

  3. #3
    Registered User
    Join Date
    03-26-2018
    Location
    TURKEY
    MS-Off Ver
    2013
    Posts
    33

    Re: square matrix determinant

    I attached the workbook whıch ıncludes not finished vba code,
    Attached Files Attached Files

  4. #4
    Registered User
    Join Date
    03-26-2018
    Location
    TURKEY
    MS-Off Ver
    2013
    Posts
    33

    Re: square matrix determinant

    I forgot to post the code in [] so repost it.

    Please Login or Register  to view this content.

    Actually I wanna calculate the N variables which are essential for my next steps of coding.

    any quick and kindly help would be deeply appreciated.

  5. #5
    Forum Guru
    Join Date
    04-13-2005
    Location
    North America
    MS-Off Ver
    2002/XP and 2007
    Posts
    15,835

    Re: square matrix determinant

    Your title suggests you are doing this to calculate the matrix determinant. Unless there is some reason to not use the build in function, I would probably use the MDETERM() function to get the determinant without needing to get at each element of the matrix: https://support.office.com/en-us/art...1-0ffd03717020

    If you are doing something other than the standard determinant, or you need access to each element of the matrix, the INDEX() function is usually how one would extract a single element of the matrix: https://support.office.com/en-us/art...2-b56b061328bd =INDEX($A$1:$C$3,2,1) would return the value from A2.

    Beyond that, I am not sure I understand what you are trying to do. I would expect those functions would be involved whatever you are trying to do. You might also look into PowerPivot to see what "data manipulation" functions it contains. It might be useful to see what tools are in PowerPivot that will apply to your desired task(s).
    Quote Originally Posted by shg
    Mathematics is the native language of the natural world. Just trying to become literate.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Cubic square meter & Square meters total from meter lengths
    By wavikerz in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-14-2017, 10:20 AM
  2. Create a r-square matrix on simple strings of values
    By guillm in forum Excel General
    Replies: 5
    Last Post: 11-15-2016, 05:25 AM
  3. [SOLVED] convert square meters to square feet
    By mroberts in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-07-2013, 12:51 PM
  4. [SOLVED] Finding determinant of a 2 x 2 matrix
    By tjsdndnjs in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 10-16-2012, 01:58 PM
  5. Replies: 3
    Last Post: 08-19-2009, 08:53 AM
  6. how to center a square plot area in a square chart
    By xppuser in forum Excel Charting & Pivots
    Replies: 2
    Last Post: 03-11-2006, 04:20 AM
  7. Replies: 1
    Last Post: 10-24-2005, 08:05 PM

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