Package: PolynomF 2.0-8
PolynomF: Polynomials in R
Implements univariate polynomial operations in R, including polynomial arithmetic, finding zeros, plotting, and some operations on lists of polynomials.
Authors:
PolynomF_2.0-8.tar.gz
PolynomF_2.0-8.zip(r-4.5)PolynomF_2.0-8.zip(r-4.4)PolynomF_2.0-8.zip(r-4.3)
PolynomF_2.0-8.tgz(r-4.4-x86_64)PolynomF_2.0-8.tgz(r-4.4-arm64)PolynomF_2.0-8.tgz(r-4.3-x86_64)PolynomF_2.0-8.tgz(r-4.3-arm64)
PolynomF_2.0-8.tar.gz(r-4.5-noble)PolynomF_2.0-8.tar.gz(r-4.4-noble)
PolynomF_2.0-8.tgz(r-4.4-emscripten)PolynomF_2.0-8.tgz(r-4.3-emscripten)
PolynomF.pdf |PolynomF.html✨
PolynomF/json (API)
# Install 'PolynomF' in R: |
install.packages('PolynomF', repos = c('https://billvenables.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated 9 months agofrom:05bab929be. Checks:OK: 9. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 18 2024 |
R-4.5-win-x86_64 | OK | Nov 18 2024 |
R-4.5-linux-x86_64 | OK | Nov 18 2024 |
R-4.4-win-x86_64 | OK | Nov 18 2024 |
R-4.4-mac-x86_64 | OK | Nov 18 2024 |
R-4.4-mac-aarch64 | OK | Nov 18 2024 |
R-4.3-win-x86_64 | OK | Nov 18 2024 |
R-4.3-mac-x86_64 | OK | Nov 18 2024 |
R-4.3-mac-aarch64 | OK | Nov 18 2024 |
Exports:as_polylistas_polynomchange_originChebyshevTChebyshevUDiscreteGCDgreatest_common_divisorHermiteintegralis_polylistis_polynomJacobilagrangeLCMLegendrelowest_common_multiplenevillepoly_calcpoly_from_rootspoly_from_valuespoly_from_zerospoly_orthpoly_orth_generalpolylistpolynompolynomialtangentzap
Dependencies:Rcpp
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Extract components of a list of polynomials | [.polylist |
Polynomial coercion to character | as.character.polynom |
Coercion to function | as.function.polylist as.function.polynom |
Concatenation of polynomial objects into lists | c.polylist c.polynom |
Change origin of a polynomial | change_origin change_origin.default change_origin.polylist change_origin.polynom |
Polynomial coefficients | coef.polylist coef.polynom |
Polynomial Calculus | deriv.polylist deriv.polynom integral integral.default integral.polylist integral.polynom |
Greatest common divisor | GCD GCD.polylist GCD.polynom greatest_common_divisor |
Summary and Math methods for polynomials | GroupGenerics Math.polylist Math.polynom Summary.polylist Summary.polynom |
Lowest Common Multiple | LCM LCM.polylist LCM.polynom lowest_common_multiple |
Lagrange Interpolation Polynomials | lagrange neville |
Polynomial arithmetic | Ops.polylist Ops.polynom |
Plot method for polynomials | lines.polylist lines.polynom plot.polylist plot.polynom points.polylist points.polynom |
Lagrange interpolation polynomial | poly_calc poly_from_roots poly_from_values poly_from_zeros |
Simpl orthogonal polynomials | poly_orth |
General Orthogonal Polynomials | ChebyshevT ChebyshevU Discrete Hermite Jacobi Legendre poly_orth_general |
Polynomial construction | as_polylist as_polynom is_polylist is_polynom polylist polynom polynomial |
Evaluate a polynomial | predict.polylist predict.polynom |
Print method for polynomial objects | print.polylist |
Print method for polynomial objects | print.polynom |
Component repition | rep.polylist rep.polynom |
Find Polynomial Zeros | solve.polylist solve.polynom |
Polynomial summary | print.summary.polynom summary.polylist summary.polynom |
Tangent lines | tangent |
Unique components | unique.polylist |
Remove minuscule coefficients | zap zap.default zap.list zap.polylist zap.polynom |