| | |
help i need to make a program that has a three equation and three unknown
![]() |
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,752
Reputation:
Solved Threads: 491
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: 762
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 |
account android applet application apps array automation awt bidirectional binary birt bluetooth businessintelligence busy_handler(null) card class classes client code collision columns component constructor database designadrawingapplicationusingjavajslider draw eclipse error eventlistener exception expand fractal free game givemetehcodez graphics gui guidancer homework html ide image inheritance integer integration intellij j2me java javafx javamicroeditionuseofmotionsensor javaprojects jlabel jme jni jpanel jtextfield jtree julia linux loop method midlethttpconnection migrate mobile mobiledevelopmentcreatejar monitoring myaggfun netbeans newbie nullpointerexception open-source oracle plazmic print problem program property ria scanner server set sharepoint smart sms smsspam sourcelabs splash sql sqlite subclass support swing testautomation textfield threads tree trolltech unlimited utility windows






