Problem 1227. Generate a random matrix A of (1,-1)

Created by Alex P.

Input n: is an positive integer which serves as the dimension of the matrix A;

Output: A=(Aij),where each entry Aij is either 1 or -1 which is generated randomly.

For n<1 the function should deliver an empty matrix.

Tags

Problem Group

39 solvers submitted 93 solutions (2.38 solutions/solver).