Skip to content

v.1.0.0

Latest
Compare
Choose a tag to compare
@friendly friendly released this 02 Oct 19:45
· 52 commits to master since this release

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-3d illustrating linear transformations and matrix inverse in 3D using rgl
  • latexMatrix() gets operators for matrix arithmetic (+,-, %*%) and operators (t())
  • added vignette, latex-equations.Rmd illustrating the variety of functions in the package for constructing matrix equations in LaTeX
  • added functions matmult(), matsum(), matpower() similar to the operators, but providing simplify = TRUE, as.numeric = TRUE
  • Eqn() gains a preview argument, rendering a LaTeX matrix expression in a Viewer pane.
  • latexMatrix() now allows row/column names to be displayed with a matrix.