powered by
Print solution
# S3 method for caracas_solve_sys_sol print( x, simplify = getOption("caracas.print.sol.simplify", default = TRUE), ... )
A caracas_symbol
caracas_symbol
Print solution in a simple format
Passed to print.caracas_symbol()
print.caracas_symbol()
if (has_sympy()) { x <- symbol('x') solve_sys(x^2, -1, x) y <- symbol("y") lhs <- cbind(3*x*y - y, x) rhs <- cbind(-5*x, y+4) sol <- solve_sys(lhs, rhs, list(x, y)) sol }
Run the code above in your browser using DataLab