| add.maxima.printf | txt is a vector of maxima commmands each line is a command... |
| cc | Just a short cut |
| copy.into.list | Copy elements of an environment into a list |
| display | Display stuff in a convenient form |
| extract.maxima.var | Extract names of all variables from a maxima expression |
| get.all.lhs | Takes a system of equations L=R and gets L-R |
| lhs | Extracts the lhs from a maxima equation |
| lhs.dir.rhs | Separates from a vector of (in-)equalities the lhs,... |
| locate.maxima.var | Locate positions (a stringtools pos) of all variables in a... |
| maxima.to.r | Translate maxima code to R. VERY preliminary |
| merge.lines | transforms c("A","B") into "A\nB" |
| mx.bordered.hessian | Computes the bordered hessian matrix, used for concavity... |
| mx.check.concavity | Returns sufficient conditions from a principal minor test... |
| mx.comparative.statics | Perform comparative statics of a system of equations |
| mx.concave.cond | Returns the conditions from the principal minor test that the... |
| mx.determinant | Compute symbolically determinant of a matrix |
| mx.diff | Differentiate an expression |
| mx.gams.mcp | Generate Kuhn-Tucker-Conditions (usable in a MCP) for a given... |
| mx.hessian | Computes the hessian of a maxima expression |
| mx.is.equal | Check whether to expressions ar equal |
| mx.jacobian | Computes the jacobian of a maxima expression |
| mx.list | Convert an R vector to a maxima list |
| mx.matrix | A synonym for r.to.mx.matrix |
| mx.negative.definite.cond | Get a symbolic condition for negative definiteness of a... |
| mx.quasi.concave.cond | Returns the conditions from the principal minor test that the... |
| mx.result.list | Does not yet handle nested lists efficiently |
| mx.sign | Tries to deduce the sign of a maxima expression |
| mx.simplify | Simplifies an expression |
| mx.solve | Solve eq for variables var |
| mx.to.r.matrix | Maxima matrix to an R matrix with the individual Maxima... |
| nlist | Creates a list that is named by the names of its arguments |
| read.text | warpper to readLines, merge results to a single string |
| replace.maxima.var | Replace in a maxima expression string variables org by new |
| rhs | Extracts the rhs from a maxima equation |
| r.to.mx.matrix | An R matrix with individual Maxima strings to a Maxima matrix |
| runmx | Run the maxima code given in str |
| sep.lines | transforms "A\nB" into c("A","B") |
| write.text | wrapper to writeLines opens and closes connection |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.