%*%                     Matrix multiplication
Hessian                 Find the Hessian matrix of yac symbol
Jacobian                Find the Jacobian matrix of yac symbol
Math.yac_symbol         Math functions
Ops.yac_symbol          Math operators
Ryacas-package          R interface to yacas computer algebra package
[.yac_symbol            Extract or replace parts of an object
[<-.yac_symbol          Extract or replace parts of an object
[[.yac_symbol           Extract parts of an object
as.character.yac_symbol
                        Convert yac symbol to character
as_r                    Convert yacas object to R
as_y                    Convert R vector/matrix to yacas vector (list)
                        or matrix (list of lists)
cbind.yac_symbol        Combine R Objects by Columns
deriv.yac_symbol        Find the derivative of yac symbol
det                     Matrix Determinant
diag                    Matrix diagonals
diag<-                  Matrix diagonals
integrate               Integration of Functions
lim                     Limits
lower.tri               Lower and upper triangular part of a matrix
pow                     Matrix Power
prod.yac_symbol         Product of Vector Elements
rbind.yac_symbol        Combine R Objects by Rows
simplify                Simplify expression
solve.yac_symbol        Solve a system of equations
sum.yac_symbol          Summation
t                       t
tex                     Export object to TeX
tr                      Matrix Trace
upper.tri               Lower and upper triangular part of a matrix
vec                     Vectorize
vech                    Half-Vectorize
with_value              Give a variable a value
y_eval                  Evaluate a yacas expression
y_fn                    Prepare simple 'yacas' call
y_print                 Pretty print yacas strings
y_rmvars                Remove/strip variable names
yac                     Run yacas command
yac_assign              Assign yacas variable
yac_cli                 yacas command line interface
yac_expr                Run yacas command returning R expression
yac_silent              Run yacas command silently
yac_str                 Run yacas command returning string/character
yac_symbol              Make a yacas symbol
ysym                    Make a yacas symbol
ysym_ls                 List defined yac_symbols
