Problem 423. System of equations
Solution Stats
Problem Comments
-
3 Comments
Consider using a small tolerance for the solution. My program coincides with your test cases up to 3e-16. That ought to be good enough, I think :)
My solution error was at 2.22e-16. Still not good enough, though.
it would be useful to say that you want solution in integer! (althougth I do not understand why)
Solution Comments
-
1 Comment
Obviously round(A\b) is the alledgedly correct answer which is in general different from the numerical approximation of the solution.
I wonder whether this is intended?
-
1 Comment
Assumes the solutions are always integers. The tests would ideally use a tolerance in checking the solutions.
Problem Recent Solvers283
Suggested Problems
-
1999 Solvers
-
Return elements unique to either input
730 Solvers
-
Multiples of a Number in a Given Range
496 Solvers
-
349 Solvers
-
3383 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!