plot: Plot second order polynomial

Description Usage Arguments Examples

Description

It prints the polynomial and shows the min or max and the zeros.

Usage

1
2
## S3 method for class 'Quadra'
plot(x,from=NULL,to=NULL, ...)

Arguments

x

Object of class Quadra.

from

min(x) on the plot

to

max(x) on the plot

...

Argument for other type of objects

Examples

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

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