Gauss Elimination Method Tutorial - Part 1: Basic Procedure | Numerical Methods with Python

preview_player
Показать описание
The basic steps of the Gauss Elimination (or Gaussian Elimination) method to solve a system of linear equations are explained in detail with examples, algorithms, and Python codes. Gauss elimination (after Carl Friedrich Gauss, 1777-1855) is a the basis of all other elimination methods applied to solve systems of linear equations.

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

This is legit the best Gaussian Tutorial I could have possibly seen... Really helpful... great work ❣️❣️

ADITYASpeaks
Автор

Exactly what I was looking for.
The best explanation I have seen

no_cola
Автор

most helpful video...i was legit unable to understand from other videos, but your video made it so much easy..lots of love

radha
Автор

Truly the best explaination. I was struggling with this since 2 weeks. Thanks

priyanshitayal
Автор

Awesome video! Very helpful! So timely when I finally have decided to code Gaussian elimination ❤️

AJ-etvf
Автор

Here i want say only one things
this video is great. Wow

nafizahamed
Автор

Thanks this really helped me visually understand the concept! Thank you from the bottom of my heart.

sontapaajokulainen
Автор

Love the explaination, It helps me a lot to understand the algorithm, thank you!

devin
Автор

Thank you so much! I hope that you continue to share more videos like this. This video helped me a lot.

davidvinicius
Автор

Amazing and such a unique tutorial. Thx A Lot <3

jett
Автор

Very good explanation. Thank you so much.

naufalmuhadzdzib
Автор

Hi I am a computer science student and i had a lovely hard project related to gaussian elimination, and I wondered as I am watching your video: how and when you started understanding the algorithms and its implementations by yourself. In other words, how many years did you spend on learning mathematics then on learning python as a programming language. And have you started with studying the math behind the scene or did you study the modules that will help you program this type of programs first. And as a new student i got another question, do you google for these algorithms or use trial and error. Because from my humble position right now, I am not confident that one day I might be creating algorithms while I am trying to solve a problem. As a final overall question, should I copy and understand your code for the now till I learn try and try more. It will be an honor for me if you answered my questions. And thanks for reading thin comment and for making this amazing video. Hope you the best.

ibrahimhegazi
Автор

i didn't like it; i just loved it

radha
Автор

Thank you very much. I thought that I will never understand that.

Дильназ-иъ
Автор

Do you have an online course about Matlab and how to use it to prgram any problem? Tips about this software, please

souadmassi
Автор

Maybe it would be better to multiply one row per iteration only
In first iteration first row can be multiplied only
In second iteration second row can be multiplied only etc
That would be better in my opinion

holyshit
Автор

One if the top left number is zero? do you skip it?

morganvoldemort
Автор

Hi. I think the factor should be a[i, k]/a[k, k], right?

IndiraPuteri
Автор

I am using PyCharm. when I tried to import array and zeros, it showed me error. Can you please explain this?

shubhampatel
Автор

I think you had a little error in line 13, isn't it? It should have been if a[ik]!=0: continue

iosuegea
welcome to shbcf.ru