solveP: Roots of a polynomial

Description Usage Arguments Examples

View source: R/Quadra.R

Description

Computes the roots of a second order polynomial

Usage

1
2
## S3 method for class 'Quadra'
solveP(obj, ...)

Arguments

obj

An object of class Quadra.

...

Other arguments when solve is applied to another class object

Examples

1
2
P1 <- Quadra(1,2,3)
solveP(P1)

numericalecon documentation built on May 2, 2019, 4:59 p.m.