This solution is locked. To view this solution, you need to provide a solution of the same size or smaller.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x =(1:4); y=(5:9);
M=[1, 1,1,1,1;32,64,128,256,512;243,729,2187,6561,19683;1024,4096,16384,65536,262144];
assert(isequal(pow_mat(x,y),M))
|
Determine whether a vector is monotonically increasing
9265 Solvers
583 Solvers
205 Solvers
216 Solvers
116 Solvers