| | |
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,844
Reputation:
Solved Threads: 503
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: 802
Reputation:
Solved Threads: 40
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
Views: 816 | Replies: 8
| Thread Tools | Search this Thread |
Tag cloud for Java
android api apple applet application arguments array arrays automation bidirectional binary birt bluetooth calculator chat class classes client code columns component database designadrawingapplicationusingjavajslider detection draw eclipse editor error errors event exception expand file fractal game givemetehcodez graphics gui guidancer helpwithhomework html ide image inetaddress input integer intellij j2me java javamicroeditionuseofmotionsensor javaprojects jme jmf jni jpanel julia linux list loop map method methods mobile mobiledevelopmentcreatejar myaggfun netbeans newbie number object oracle os plazmic print problem program programming project recursion scanner screen server set signing size smart sms smsspam socket sort sql string subclass support swing test threads time transfer tree windows






