math

  1. beginner07

    Python Python multi-dimensional arrays,matrix?

    The problem is that,to write a function which generate a random matrix (bigger than 2x2). And calculate all the 2x2 part determinant of the original matrix.Then generate a new matrix with that values. For example: generated matrix [4, 4, 8, 1 2, 6, 4, 7 1, 6, 6, 10] calculated matrix [16...
Top Bottom