matrix ("1.,2; 3,4; 5,6") >>> B matrix([[ 1., 2.], [ 3., 4.], [ 5., 6.]]) A vector as a matrix. Vectors are handled as matrices with one row or one column:
確定! 回上一頁