

InterviewSolution
1. |
Solve : Algebra? |
Answer» Dilbert, I made a C++ program to work out the answer for the question you posted in quotes. I assume you have to FIND the right X and Y values that make the "X" on the left hand side (that I assume is a different X, otherwise it makes little sense) a maximum or minimum value. The maximum value is 27 when Y = 9 and X = 0 and the minimum value is 0 when both equal zero. Although it's fairly easy to solve just by looking at it. Try posting a more difficult equation to solve, so I can prove once and for all that itteratertive SOMETHING methods rule the world, MuWaHaHaHaVery well, Neil. The following is the type of problem found a homework assignment that we covered a few days ago: did you graph it?? No. The only 3D maths work I've done is vectors. It's supposed to be taken down from a 3x3 system to a 2x2 and then again down to a 1x1. If you do it properly, most of the time it will come out as fractions. There are also times when there is no solution (E.g. 2 of the 3 equations are the same). |
|