ls_rank | R Documentation |
Function returns the rank of a linear system Ax = b and determines if the system has a unique solution, an infinite number of solutions, or no solution.
ls_rank(A, b)
A |
A numeric matrix or data frame that represents a system of equations. |
b |
A numeric vector or matrix that represents the constant values |
Function returns a named list with the ranks of both A
and the
augmented matrix A|b
, and whether the solution is "unique", "infinite", or
"none".
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.