Difference between revisions of "Metode Numerik Asistensi 2021"
(Created page with "''under construction''") |
|||
Line 1: | Line 1: | ||
+ | == About == | ||
+ | |||
+ | * Edo Syafei | ||
+ | * Candra Damis Widyawati | ||
+ | * Josiah Enrico | ||
+ | * Christopher S. Erwin | ||
+ | * Rijal Ghodi | ||
+ | |||
+ | == Introduction to Programming == | ||
+ | |||
+ | ''under construction'' | ||
+ | |||
+ | === OpenModelica === | ||
+ | |||
+ | ''under construction'' | ||
+ | |||
+ | === Python === | ||
+ | |||
+ | ''under construction'' | ||
+ | |||
+ | == Systems of Linear Algebraic Equations == | ||
+ | |||
+ | ''under construction'' | ||
+ | |||
+ | === Gauss Elimination Method === | ||
+ | |||
+ | ''under construction'' | ||
+ | |||
+ | === LU Decomposition Methods === | ||
+ | |||
+ | ''under construction'' | ||
+ | |||
+ | == Numerical Methods == | ||
+ | |||
+ | ''under construction'' | ||
+ | |||
+ | === Bracketing Methods === | ||
+ | |||
+ | ''under construction'' | ||
+ | |||
+ | ==== Bisection Method ==== | ||
+ | |||
+ | ''under construction'' | ||
+ | |||
+ | ==== False Position (''Regula Falsi'') ==== | ||
+ | |||
+ | ''under construction'' | ||
+ | |||
+ | === Open Methods === | ||
+ | |||
+ | ''under construction'' | ||
+ | |||
+ | ==== Newton-Raphson Method ==== | ||
+ | |||
+ | ''under construction'' | ||
+ | |||
+ | ==== Secant Method ==== | ||
+ | |||
''under construction'' | ''under construction'' |
Revision as of 17:48, 31 March 2021
Contents
About
- Edo Syafei
- Candra Damis Widyawati
- Josiah Enrico
- Christopher S. Erwin
- Rijal Ghodi
Introduction to Programming
under construction
OpenModelica
under construction
Python
under construction
Systems of Linear Algebraic Equations
under construction
Gauss Elimination Method
under construction
LU Decomposition Methods
under construction
Numerical Methods
under construction
Bracketing Methods
under construction
Bisection Method
under construction
False Position (Regula Falsi)
under construction
Open Methods
under construction
Newton-Raphson Method
under construction
Secant Method
under construction