Description Usage Arguments Details Value
View source: R/class_polyMatrix.R
This function will create polynomial object fromm coefficient matrix or signle value
1 | polyMatrix(data, nrow, ncol, degree)
|
data |
an matrix in case of creation from coefficient matrices or an numer/polynomial |
nrow |
A numer of rows of matrix. If data is a matrix, default value is the number of rows of data matrix. In other case, it's a required parameter |
ncol |
Must be positibe. If data is a matrix, default value is the number of columns of data matrix. In other ccase, it's a required parameter. |
degree |
Degree of polynomials in coefficient matrix. Can't be negative. If data is polynomail, degree can be evaluated automatcal. In other case, default value is 0. |
A coefficient matrix is a matrix which contains matrices of coefficients from lower degree to higher side-by-side
new polynomial matrix of polyMatrix class
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.