For a given matrix A, find where the input number x appears. Do this task by returning the vector which contains the row and the column as its element
Example
A = [1 5 6 7] x = 7
output = [1 4]
Return the 3n+1 sequence for n
5201 Solvers
Convert a vector into a number
442 Solvers
90 Solvers
119 Solvers
178 Solvers
Solution 1071035
Demonstrates the limitations of the Test Suite, which should include more cases.