Given matrix m, return matrix n such that, rows of n are result of multiplication of the rows of the input matrix
Example
m = [ 1 2 3 4 5 6 7 8 9 ]
Then
n = [ 1 2 6 4 20 120 7 56 504 ]
Remove the polynomials that have positive real elements of their roots.
448 Solvers
186 Solvers
178 Solvers
154 Solvers
313 Solvers
Problem Tags