Description Usage Arguments Value Note Author(s)
dim
S3 solve for blockmatrix
object
1 2 | ## S3 method for class 'blockmatrix'
solve(a, b = NULL, as.blockmatrix = TRUE, ...)
|
a |
a |
b |
a |
as.blockmatrix |
logical value. If |
... |
further arguments for method |
the object x
such that a * x = b
where *
is the matrix product.
If b
is missing, i.e. NULL
, it will be replaced by the corresponding identity matrix. So x
is calculated as the right inverse of a
.
The matrix system must be nonsingular and nonhomogeneous.
Emanuele Cordano
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.