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

Version

Install

install.packages('Ryacas')

Monthly Downloads

5,798

Version

1.1.6

License

GPL

Issues

Pull Requests

Stars

Forks

Maintainer

Mikkel Andersen

Last Published

December 3rd, 2025

Functions in Ryacas (1.1.6)

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