cara membuat matriks dari daftar dalam python
import numpy
matrix = numpy.matrix([1, 2, 3, 4])
CompSciGeek
import numpy
matrix = numpy.matrix([1, 2, 3, 4])