matlib 1.0.0
This is a major update, adding a system for constructing and rendering matrix expressions, operations and equations in LaTeX
- added
latexMatrix()to create a symbolic matrix latexMatrix()made more general to handle much wider variety of cases, with LaTeX output [JF]- this is fleshed out with an
Eqn()wrapper to work with other LaTeX-generating code in the package [PC] - added a vignette,
inv-3dillustrating linear transformations and matrix inverse in 3D usingrgl latexMatrix()gets operators for matrix arithmetic (+,-, %*%) and operators (t())- added vignette,
latex-equations.Rmdillustrating the variety of functions in the package for constructing matrix equations in LaTeX - added functions
matmult(),matsum(),matpower()similar to the operators, but providingsimplify = TRUE,as.numeric = TRUE Eqn()gains apreviewargument, rendering a LaTeX matrix expression in a Viewer pane.latexMatrix()now allows row/column names to be displayed with a matrix.