R (programming language)/Tutorials/Algebra: Difference between revisions
Jump to navigation
Jump to search
imported>MaintenanceBot m Changing category from Category:How to use R to Category:R (programming language) |
(No difference)
|
Latest revision as of 18:59, 26 April 2016
Solving polynomial equations
To solve , where are given integers, use the command
polyroot(c(a,b,...,n))