powered by
LaTeX form of the exact expression of a polynomial.
toLaTeX(poly, asCharacter = FALSE)
A character string if asCharacter=TRUE, otherwise it is also returned but invisibly, and it is printed in the console.
asCharacter=TRUE
an exactmvp object, that is, a polynomial with an exact expression
exactmvp
Boolean, whether to return a character string; if FALSE, the LaTeX code is printed
FALSE
library(jack) if(JuliaConnectoR::juliaSetupOk()){ julia <- Jack_julia() ( pol <- julia$ZonalQPol(m = 2, lambda = c(3, 2), poly = "mvp") ) toLaTeX(pol) JuliaConnectoR::stopJulia() }
Run the code above in your browser using DataLab