Nuacht

Hi Jos, Thanks for providing such a useful math library for JS. I'm considering MathJS for a current project, and would like some guidance retrieving rows and columns from a Matrix object. Let's sa ...
.matrix_c([elements], rows, columns): creates a matrix from a selected (if not, uses the self.v) dataset, number of rows and columns (if not selected, it uses self.r and self.c) .__str__(): print in a ...