Skip to content

Instantly share code, notes, and snippets.

@edbertp
edbertp / gist:2c940669ff872188974b
Last active January 31, 2016 13:32
homework (linear algebra)
#
# Author: Lance (Edbert E. Puspito)
# function done : vectorMatrixMultiplication,matrixmultiplication,iMatrix
# and the mini project
#
import numbers
def vectorMatrixMultiplication(matrix,vector):
"""