solving N equations N unknowns

Attachments

  • YouMissedThis.jpg
    YouMissedThis.jpg
    92.3 KB · Views: 139
Here's an example using the row reduction method (Gaussian elimination).
 

Attachments

I'm sorry but a lot Eminem: BULLSHIT this site because you have 10 posts to get put off limits, these limits led to the precise details of my goal I can not
I'm really sorry that I was a member of this site

The restriction is there to reduce spam posts, which this site gets a lot of. I deleted your duplicate threads, which this site and most others discourages. Swearing and telling other users to shut up, as you did on one of the deleted threads, is also discouraged. Please refrain from both in the future.
 
The restriction is there to reduce spam posts, which this site gets a lot of. I deleted your duplicate threads, which this site and most others discourages. Swearing and telling other users to shut up, as you did on one of the deleted threads, is also discouraged. Please refrain from both in the future.

I apologize to all
 
Hi
Tank you Tank you ...
Do you have a solution to equations 5 * 5 or more ..???

In design:
- Add as many controls as you think you are likely to ever need e.g. 10x10.
- Name them using the same naming scheme I have used
- Make them all invisible.
- Add a text box for the user to enter the number of equations required
- add button and some code to make visible the required controls visible (looping)
- move some of the text boxes if you wish (for aesthetics)
- change the solve_click code so that the a and b arrays are redim'd to the number of equations (from the text box).

I think that should be it.

hth
Chris
 
In design:
- Add as many controls as you think you are likely to ever need e.g. 10x10.
- Name them using the same naming scheme I have used
- Make them all invisible.
- Add a text box for the user to enter the number of equations required
- add button and some code to make visible the required controls visible (looping)
- move some of the text boxes if you wish (for aesthetics)
- change the solve_click code so that the a and b arrays are redim'd to the number of equations (from the text box).

I think that should be it.

hth
Chris
--------------------------------------------------------------
Thank you for the answer

Excuse me, you can design a form for equations 5 or more simultaneous
(My ability is low)
 
@stopher I tried to download the example file and it says I am downloading a file named attachment.php, not an mdb. Never encountered anything like that before.
 
@stopher I tried to download the example file and it says I am downloading a file named attachment.php, not an mdb. Never encountered anything like that before.

Welcome to AWF !
I haven't any problem with this download.
 
@stopher I tried to download the example file and it says I am downloading a file named attachment.php, not an mdb. Never encountered anything like that before.
Hi and welcome to AWF.

Where did you try to download from? I just tried from this thread and it worked fine. Did you try downloading Milade's zip file from the other site? Maybe that was a problem as Orange has posted it again as an original.
 
I tried directly from this thread. I also already downloaded from the other thread. I thought stopher's would be different but turns out milade8080 was just posting a copy.
 
Last edited:
Here's an example using the row reduction method (Gaussian elimination).
Hi stopher
I was able to go Equation 9 unknowns. But I have a problem equations than unknowns 9:


a11 a12 a13 a14 a15 a16 a17 a18 a19 a20 a21 a22 a23 a24 a25 a26 a27 a28 a29 a30 a31 a32 a33 a34 a35 a36 a37 a38 a39 a40 a41 a42 a43 a44 a45 a46 a47 a48 a49 a50 a51 a52 a53 a54 a55 a56 a57 a58 a59 a60 a61 a62 a63 a64 a65 a66 a67 a68 a69 a70 a71 a72 a73 a74 a75 a76 a77 a78 a79 a80 a81 a82 a83 a84 a85 a86 a87 a88 a89 a90 a91 a92 a93 a94 a95 a96 a97 a98 a99 a100 a101 a102 a103 a104 a105 a106 a107 a108 a109 a110





I will be grateful if you can help
 

Users who are viewing this thread

Back
Top Bottom