Jump to content

R (programming language)/Tutorials/Algebra

From Wikiversity

Solving polynomial equations

[edit | edit source]

To solve , where are given integers, use the command

polyroot(c(a,b,...,n))