R (programming language)/Tutorials/Algebra
Appearance
Solving polynomial equations
[edit | edit source]To solve , where are given integers, use the command
polyroot(c(a,b,...,n))
To solve , where are given integers, use the command
polyroot(c(a,b,...,n))