Results 1 to 5 of 5
  1. #1
    Milade8080 is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Mar 2014
    Posts
    18

    > Solving N Equations In N Unknowns

    Hi
    I want to design a form in Microsoft Access for solving n equations in n unknowns


    30< N <60
    Can someone help me, Tanks

    I could only equals 4 * 4

    Link my file :
    Attached Files Attached Files

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,930
    For info about matrix multiplication, refer to post 2 of https://www.accessforums.net/access/...ion-18006.html

    I viewed several VB6 projects for matrix multiplication that helped me write the code for my db. I expect there are versions for VB.net as well.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  3. #3
    Milade8080 is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Mar 2014
    Posts
    18
    tank you June7
    But I want it to be resolved in Microsoft Access as a sample file that I put on this site (for simultaneous equations 5 and older)

  4. #4
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,930
    I know you want Access but viewing VB6 project would provide a frame of reference for building Access version. The Vagelis Plevris site was about the nicest. There are also on-line matrix calculators.

    I used the samples to build a procedure to do matrix multiplication with a very specific set of data. No form with variable matrix grids. However, that's exactly what I saw with the VB6 projects.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  5. #5
    orange's Avatar
    orange is online now Moderator
    Windows XP Access 2003
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,726
    Milade8080,

    I'm not sure what you true goal is. You have been given an answer to this; and the general approach to solving to 10x10 and beyond. And now you are asking again in a different forum. You are cross posting after having been successfully answered with an example without even crediting the poster, stopher, who supplied the working example and follow on.

    Please tell the readers and the volunteers here, why the answer you were given is not sufficient.

    For anyone interested in the solution I have attached the file Gaussian.mdb from the answer mentioned above.
    Attached Files Attached Files
    Last edited by orange; 03-09-2014 at 11:56 AM.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 1
    Last Post: 07-23-2012, 11:29 AM
  2. Solving Anagrams with Access
    By ronymaxwell in forum Access
    Replies: 6
    Last Post: 06-12-2012, 01:36 AM
  3. Editing equations with VBA
    By Alexandre Cote in forum Programming
    Replies: 0
    Last Post: 07-15-2010, 11:13 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums