Message-ID: <3577E651-4A38-4F2C-835A-BA9B9177905B@xs4all.nl>
Date: 2018-11-20T09:02:44Z
From: Berend Hasselman
Subject: system solver in R
In-Reply-To: <CAMUSX8rwvVkitcFe6MmRpE+bJVTaoVHL4Ank+Jd52oyaRqP=Xg@mail.gmail.com>
R package Ryacas may be what you want.
Berend
> On 20 Nov 2018, at 09:42, Engin Y?lmaz <ispanyolcom at 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 at 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.