Calls to laxteMatrix() to create the matrix expression A x = b Code: Eqn(latexMatrix("a", nrow = "m", ncol="n", matrix="bmatrix"), latexMatrix("x", nrow = "n", ncol=1), Eqn_hspace(mid='='), latexMatrix("b", nrow = "m", ncol=1))
#rstats
Periodic reminder: if you are writing articles / books w/ matrix, vector notation, my {matlib} 📦 has a whole suite of functions to make your life easier.
Want a matrix X? --> latexMatrix() |> Eqn()
Eqn() renders too in #RStudio Viewer
See the vignette: friendly.github.io/matlib/artic...