isSolvable (Matrix)
Checks if the system of linear equations xM=b is solvable.
Arguments
Coefficient
matrix
(see Matrix).vector
of free terms (see Vector).
Return values
condition
is TRUE if the system of equations is solvable, FALSE otherwise.
Complexity
O(size^3)
Example
Output:
FALSE
TRUE
TRUE