Rdocumentation
powered by
Learn R Programming
Ryacas (version 1.1.6)
R Interface to the 'Yacas' Computer Algebra System
Description
Interface to the 'yacas' computer algebra system (
).
Copy Link
Link to current version
Version
Version
1.1.6
1.1.5
1.1.4
1.1.3.1
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
0.4.1
0.3-4
0.3-1
0.2-12.1
0.2-11
0.2-10
0.2-9
0.2-7
0.2-6
0.2-5
Install
install.packages('Ryacas')
Monthly Downloads
5,798
Version
1.1.6
License
GPL
Issues
16
Pull Requests
0
Stars
41
Forks
9
Repository
https://github.com/r-cas/ryacas
Homepage
http://www.yacas.org
Maintainer
Mikkel Andersen
Last Published
December 3rd, 2025
Functions in Ryacas (1.1.6)
Search all functions
det
Matrix Determinant
diag<-
Matrix diagonals
%*%
Matrix multiplication
pow
Matrix Power
set_output_width
Set width of yacas output
rbind.yac_symbol
Combine R Objects by Rows
[.yac_symbol
Extract or replace parts of an object
[[.yac_symbol
Extract parts of an object
simplify
Simplify expression
solve.yac_symbol
Solve a system of equations
integrate
Integration of Functions
lim
Limits
[<-.yac_symbol
Extract or replace parts of an object
sum.yac_symbol
Summation
vec
Vectorize
lower.tri
Lower and upper triangular part of a matrix
y_print
Pretty print yacas strings
y_fn
Prepare simple
yacas
call
ysym
Make a yacas symbol
ysym_ls
List defined yac_symbols
tex
Export object to TeX
t
t
yac_expr
Run yacas command returning R expression
prod.yac_symbol
Product of Vector Elements
yac_str
Run yacas command returning string/character
yac_silent
Run yacas command silently
vech
Half-Vectorize
yac_symbol
Make a yacas symbol
get_output_width
Get width of yacas output
y_eval
Evaluate a yacas expression
with_value
Give a variable a value
y_rmvars
Remove/strip variable names
tr
Matrix Trace
yac
Run yacas command
upper.tri
Lower and upper triangular part of a matrix
yac_assign
Assign yacas variable
yac_cli
yacas command line interface
Hessian
Find the Hessian matrix of yac symbol
cbind.yac_symbol
Combine R Objects by Columns
as_r
Convert yacas object to R
Ryacas-package
R interface to yacas computer algebra package
as_y
Convert R vector/matrix to yacas vector (list) or matrix (list of lists)
Math.yac_symbol
Math functions
as.character.yac_symbol
Convert yac symbol to character
Jacobian
Find the Jacobian matrix of yac symbol
Ops.yac_symbol
Math operators
deriv.yac_symbol
Find the derivative of yac symbol
matrix_product
Matrix product of two matrices
diag
Matrix diagonals
%>%
Pipe operator