2.2 - Gaussian Elimination Method (code & example) - Engineering Numerical Methods w/Python 3

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

In line 10, we need to check for a[k, k]!=0 to prevent a division by 0 in the algorithm.

MoroccoEver
Автор

In this module i learn about guassian elimination method in how to solve using this method after we get the matrix and equation we only used o. 5 for the the 1st equation and the 3rd equation and 0.25 for the 2nd equation after we get the new matrix we can now used the back substitution to get THE constant B after that I learned how to execute it in guassian elimination codes

janmarkapay
Автор

It is very helpful and quite easy to understand.... superb....😇😇

ruchitadas
Автор

Should we check the if condition for a[k, k]!=0 instead a[i, k]!=0 ? B'cos a[k, k] comes in the denominator. Reply please.

shince