Learn R Programming

Ryacas (version 1.0.0)

solve.yac_symbol: Solve a system of equations

Description

This generic function solves the equation $a

Usage

# S3 method for yac_symbol
solve(a, b, ...)

Arguments

a

If yac_symbol treat as such, else call base::solve().

b

If yac_symbol treat as such, else call base::solve().

Not used