Nugroho's blog.
This blog contains my work about anything.
Pages
(Move to ...)
Home
My Youtube
My Instagram
PayPal
Python
Programming
▼
Thursday, April 27, 2017
"Auto" Gauss Naif in Delphi.
›
After do this in Python , now it's time to bring it back to Delphi, where all of this is started, :) The heart of code lay on this ...
Gauss Naif in Python
›
Okay, we've done the manual one , how about automatize it? It's actually just a matter of finding the pattern on that code and af...
Wednesday, April 26, 2017
Manual Gauss Jordan in Python.
›
What if we didn't do back substitution on Gauss Naif method but eliminate the rest instead? Nah, we get the Gauss Jordan here. The i...
Tuesday, April 25, 2017
Manual Gauss Naif Elimination using Python
›
How about some manual matrix using manual Gauss just like always, but in Python? Okay, here it is. I use tuple, I think it's just the ...
Monday, April 24, 2017
That's Not Fair!
›
Maybe that's something come to our mind when we read this code . Yeah, that's forward dfference. It's designed to get the diffe...
Friday, April 21, 2017
Searching Multiple Roots Numerically.
›
This Python code only works with function that crossing x-axis. The idea is we started from x=0 and walking to the positive direction and ...
Thursday, April 20, 2017
Manual Gauss Elimination on 3x3 Matrices in Delphi
›
I use this code in order to find its pattern. Yes, there is many Gauss code out there. I plan to write it on next post about it. The dynam...
1 comment:
‹
›
Home
View web version