jiggzson / nerdamer

a symbolic math expression evaluator for javascript
http://www.nerdamer.com
MIT License
514 stars 82 forks source link

Convert Matrix Expression to JS array #620

Closed piorus closed 3 years ago

piorus commented 3 years ago

Hey, I'm a little puzzled by this and looked all over the place looking for an answer. Is it actually possible to convert matrix expression into a javascript array? If so, how can this be achieved? I'm working on a Numerical Methods project and I want to calculate the maximum norm.

EDIT: nvm, just found out about matget, matgetrow, matgetcol