Take a incoming A and B vector, and solve for x
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().
How to find the position of an element in a vector without using the find function
2321 Solvers
223 Solvers
Replace multiples of 5 with NaN
282 Solvers
579 Solvers
Test Problem; Create a 5x5 array containing all ones
198 Solvers