Problem 44331. Matrix Ax=B problem
Take a incoming A and B vector, and solve for x
Solution Stats
Problem Comments
-
1 Comment
Please improve the test suite. There are two glaring problems. First, there is only one test case—it is recommended that at least three be provided, though more are often necessary to prevent hard-coded workarounds. Second, do not provide the solution in the test case(s). For such a problem, the answer should be calculated beforehand and provided as a predefined number to hide the solution. Furthermore, candidate functions can be checked against the solution using an adequate error bound (perhaps within 1E-3) rather than isequal().
Solution Comments
Show commentsProblem Recent Solvers100
Suggested Problems
-
Change the sign of even index entries of the reversed vector
553 Solvers
-
Sum of first n positive integers
581 Solvers
-
602 Solvers
-
Matlab Basics - Absolute Value
609 Solvers
-
Find the Oldest Person in a Room
17487 Solvers
More from this Author18
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!