Back to Browse

Forward Elimination in Python

707 views
Aug 30, 2022
10:05

Performing forward elimination in Python. UPDATE: In the video, at 9:35, the operation on the b vector is done after the operation on the A vector. This is wrong. This would mean the the factor calculated would be different, since A has been updated. To avoid this, apply the operation on the b vector first.

Download

0 formats

No download links available.

Forward Elimination in Python | NatokHD