Problem 42988. Linear system of equations
Solve the system of equations in three variables.
Solution Stats
Problem Comments
-
1 Comment
John D'Errico
on 2 Oct 2016
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.
Solution Comments
Show commentsGroup

Linear Algebra
- 15 Problems
- 54 Finishers
- Column norms of a matrix
- linear least squares fitting
- System of equations
- Linear system of equations
- Solve the set of simultaneous linear equations
- Combined Ages 1 - Symmetric, n = 3
- Combined Ages 2 - Symmetric, n ≥ 3
- Combined Ages 3 - Non-symmetric, n ≥ 3
- Combined Ages 4 - Non-symmetric with multiples, n ≥ 3
- Outer product of multiple vectors
- Determine if input is a valid AHP evaluation matrix
- Is this matrix orthogonal?
- Orthonormal matrix
- Nilpotent matrix
- Projector Matrix
Problem Recent Solvers386
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!