R/polyMatrix-package.R

#' Implementation of matrices of polynomials
#'
#' @details
#'
#' This package add transperent support of matrices of polynomials to \R language.
#'
#' @section Input:
#'
#' * low level input of matrix: [polyMatrix::polyMatrix()]
#' * string ibpuy of polynomial: [polyMatrix::parse.polynomial()]
#' * string input of matrix: [polyMatrix::parse.polyMatrix()]
#'
#'
#' @section Output:
#'
#' Matrices of polynomials uses same format as numerical matrices
#'
#' @section Operators:
#'
#' Basic arithmetic operations were implemented.
#'
#' @section Functions:
#'
#' The most important matrix functions are implemented:
#' * the determinant [polyMatrix::det()]
#'
#' @aliases polyMatrix-package
#' @keywords internal
"_PACKAGE"

Try the polyMatrix package in your browser

Any scripts or data that you put into this service are public.

polyMatrix documentation built on July 18, 2021, 5:06 p.m.