| | |
help i need to make a program that has a three equation and three unknown
Please support our Java advertiser: Programming Forums - DaniWeb Sister Site
![]() |
you mean like this:
if so, that would require a massive amount of programming. i intended to do this at one time, but decided against it when i had nearly 200 lines of code that still didn't do anything productive. (that and my precal teacher didn't know how to do certain other things, like determinate of a matrix above 3X3)
EDIT: NOTE: i may have made an error in the previous math, as i cannot prove that those numbers are in fact the right ones, oops
Java Syntax (Toggle Plain Text)
x+y+z=18 2x+y+3z=20 5x-y+2z=15 1. [ [ 1 1 1 18 ] [ 2 1 3 20 ] [ 5 -1 2 15 ] ] 2. [ [ 1 1 1 18 ] [ 0 -1 1 -16 ] [ 5 -1 2 15 ] ] 3. [ [ 1 1 1 18 ] [ 0 1 -1 16 ] [ 5 -1 2 15 ] ] 4. [ [ 1 1 1 18 ] [ 0 1 -1 16 ] [ 0 -6 -3 -75 ] ] 5. [ [ 1 1 1 18 ] [ 0 1 -1 16 ] [ 0 0 -9 -171] ] 6. [ [ 1 1 1 18 ] [ 0 1 -1 16 ] [ 0 0 1 19 ] ] 7. z=19 y=35 x=-36
EDIT: NOTE: i may have made an error in the previous math, as i cannot prove that those numbers are in fact the right ones, oops
Last edited by sciwizeh; Aug 21st, 2008 at 12:38 am.
My site, random PM's from people I haven't hear from before will be DELETED
"If people are good only because they fear punishment, and hope for reward, then we are a sorry lot indeed.",
"If we knew what it was we were doing, it would not be called research, would it? "-Albert Einstein
"If people are good only because they fear punishment, and hope for reward, then we are a sorry lot indeed.",
"If we knew what it was we were doing, it would not be called research, would it? "-Albert Einstein
•
•
Join Date: Jan 2008
Posts: 3,819
Reputation:
Solved Threads: 501
This post makes no sense. What exactly do you want other than someone to do the entire thing for you and deliver you a finished project?
•
•
•
•
hello im john rico a com sci student could anyone help me to make a program that has three equation and three unknown pls.
but if don't know the algorithm you can do it the old fashion way, by solving this equation on paper and programming the results:
a1*x+b1*y+c1*z=q1
a2*x+b2*y+c2*z=q2
a3*x+b3*y+c3*z=q3
By the way you have to show some effort before getting help.
I would suggest to create a method that take as argument the array with the values and return the new modified array
Check out my New Bike at my Public Profile at the "About Me" tab
•
•
•
•
did i call your name mark my word cause you dont know who are you talking to dont under estimate my knowledge you might see your mistakes soon i suggest you to keep your mouth shot if you dont want to help!!!!
As for the formula, describing the Gauss algorithm is very long for this post. But, since I learned it in high school, you should be able to find it in most Math books, or the internet.
Check out my New Bike at my Public Profile at the "About Me" tab
•
•
Join Date: Mar 2004
Posts: 765
Reputation:
Solved Threads: 38
These might help you solve your equations:
http://www.mathreference.com/la-det,simeq.html
http://www.themathpage.com/alg/simul...quations-3.htm
They explain the method, or "formula" for what you want. All you have to do is implement it.
http://www.mathreference.com/la-det,simeq.html
http://www.themathpage.com/alg/simul...quations-3.htm
They explain the method, or "formula" for what you want. All you have to do is implement it.
![]() |
Similar Threads
- math program (C)
Other Threads in the Java Forum
- Previous Thread: java platform game
- Next Thread: send message from pc to mobile via net
| Thread Tools | Search this Thread |
addball addressbook android api append applet application apps array arrays automation binary bluetooth businessintelligence button card chat class classes client code collision component crashcourse css csv database eclipse ee error exception fractal free game gis givemetehcodez graphics gui html ide image input integer integration j2me java javaarraylist javadoc javafx javaprojects jni jpanel julia jvm linux list loan loop machine map method methods migrate mobile netbeans newbie output phone physics print problem program programming project radio recursion reporting robot scanner screen se server service set size sms socket software sort sql string swing textfield threads transfer tree trolltech ubuntu utility windows






