This is documentation for an old release of SciPy (version 0.7.). Read this page in the documentation of the latest stable release (version 1.15.0).
Solve the equation a x = b for x
Parameters: | a : array, shape (M, M) b : array, shape (M,) or (M, N) sym_pos : boolean
lower : boolean
overwrite_a : boolean
overwrite_b : boolean
|
---|---|
Returns: | x : array, shape (M,) or (M, N) depending on b
Raises LinAlgError if a is singular : |