TheAlgorithms-Python/arithmetic_analysis
Kamil 0b440285e8
Gaussian_elemination - change to remove warning (#10221)
* Replacing the generator with numpy vector operations from lu_decomposition.

* Revert "Replacing the generator with numpy vector operations from lu_decomposition."

This reverts commit ad217c66165898d62b76cc89ba09c2d7049b6448.

* Removes the warning: Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from your array before performing this operation
2023-10-10 10:24:51 -04:00
..
2021-11-04 18:49:36 +08:00

Arithmetic analysis

Arithmetic analysis is a branch of mathematics that deals with solving linear equations.