How to use R/Tutorials/Algebra

< How to use R < Tutorials

Solving polynomial equations

To solve  a x^k + bx^{k-1} +\cdots+ n=0, where a,b,\dots,n are given integers, use the command

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


This article is issued from Wikiversity - version of the Friday, January 29, 2010. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.