[R] system solver in R

Berend Hasselman bhh @ending from x@4@ll@nl
Tue Nov 20 10:02:44 CET 2018



R package Ryacas may be what you want.

Berend


> On 20 Nov 2018, at 09:42, Engin Yılmaz <ispanyolcom using gmail.com> wrote:
> 
> Dea(R)
> 
> Do you know any system solver in R ?
> 
> For example, in matlab, is very easy
> 
> syms a b c x eqn = a*x^2 + b*x + c == 0; sol = solve(eqn)
> 
> How can I  find this type code in R (or directly solver)?
> 
> *Since(R)ely*
> Engin YILMAZ
> 
> 	[[alternative HTML version deleted]]
> 
> ______________________________________________
> R-help using r-project.org mailing list -- To UNSUBSCRIBE and more, see
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.



More information about the R-help mailing list