A Windows console application that analyzes linear, quadratic, cubic, and quartic functions. This program generates the variation table of the function and can provide detailed mathematical insights.
-
Analyze functions of degree 1 to 4 (linear to quartic).
-
Display the variation table of the function.
-
With the verbose (
-v
) switch, calculate and display:- x-intercepts
- y-intercept
- Domain
- Range
- Extrema (Minima & Maxima)
- Symmetry (Even, Odd, or neither)
-
Simple, fast, and lightweight console-based interface.
Usage: polyanalyzer [--help] [-hv] [a] [b] [c] [d] [e]
switches:
h help
v verbose
arguments:
a coefficient of x⁴
b coefficient of x³
c coefficient of x²
d coefficient of x
e independent coefficient