Solve the system of equations in three variables.
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers467
Suggested Problems
-
Project Euler: Problem 9, Pythagorean numbers
1385 Solvers
-
Return the first and last characters of a character array
11859 Solvers
-
Remove the two elements next to NaN value
703 Solvers
-
Back to Basics - Find no. of elements in a matrix?
328 Solvers
-
8342 Solvers
More from this Author8
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
The tests cases used an exact test for equality. In terms of floating point numbers, this is incorrect as a test, because it can fail to recognize entirely valid solutions, and there are many ways to validly solve this problem. As such, I modified the test cases to use a tolerance on the result.