Solving the equation with three unknown
Hi friends,
I want to ask a question about a programme will solve the equation with three unknowns.
I will make a programme will solve these equations. Now, I need to know, how I can make this. I need the idea of making this programme.
What do you think?
Thanks..
Re: Solving the equation with three unknown
I think you need to be much more clear about what you want. Examples will help
Re: Solving the equation with three unknown
Yep that is extremely vague, need more detail.
Re: Solving the equation with three unknown
A system of 3 equations and 3 unknowns can easily be solved using determinants, and those would be rather easy to program after isolating the coefficients. Consider posting this in the Maths threads and see if Jemediah and others are still around.
Whoops, OK, you did post it there. Give them some time to respond.
Re: Solving the equation with three unknown
Looks like he already did post in the Math forum. This is thread is in fact a double post. I suggest closing this thread here until the OP gets his formula knowledge over in the math section and then if he needs help coding the solution he can re-post here.
Re: Solving the equation with three unknown
It would be very hard to code something like this from scratch. I am using the info here: http://www.garybeene.com/reviews/rev-parsers.htm
for my graphing program.
http://www.garybeene.com/reviews/rev-parsercode.htm