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
-
Remove the polynomials that have positive real elements of their roots.
1252 Solvers
-
334 Solvers
-
Set the array elements whose value is 13 to 0
1285 Solvers
-
288 Solvers
-
The sum of the numbers in the vector
537 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!