[R] solving cubic/quartic equations non-iteratively
Kasper Kristensen
kkr at aqua.dtu.dk
Wed Jan 6 13:03:14 CET 2010
Previous message:
[R] Fwd: string
Next message:
[R] San Francisco Bay Area R User Group (SFBA RUG) Upcoming Meetings
Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Try, library(polynom) p <- polynomial(c(-8,14,-7,1)) solve(p) Kasper
Previous message:
[R] Fwd: string
Next message:
[R] San Francisco Bay Area R User Group (SFBA RUG) Upcoming Meetings
Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the R-help mailing list