Halaman

Kamis, 25 Mei 2017

Nix Numeric

Home This Site is Under Construction !!!
Numerical methods are techniques in which mathematical problems are formulated in a way that allows them to be solved using only arithmetic operations such as addition, subtraction, multiplication, and division.

Not every mathematical equation has an analytical (exact) solution. Some equations do not have analytical solutions, and in such cases, numerical methods take on the role of solving them. One example is nonlinear differential equations(Ordinary Differential Equations/ODEs and Partial Differential Equations/PDEs).

Here is an example of a problem that has no exact solution: the Navier-Stokes equations (incompressible flow). \[\frac{\partial u}{\partial t}+(u.\nabla)u=-\nabla p+\nu \nabla^2 u)+f\] \[\nabla . u=0\]
The use of numerical methods to solve the Wave Equation (a Partial Differential Equation of hyperbolic type).



Nix Numeric(Windows and Android version), still can download at : Download here

Jumat, 28 Juni 2013

Source Code

Source code metode numerik dalam pascal & delphi sederhana, silahkan download di: 
Download 1 atau 
Download 2




Selasa, 12 Februari 2013

Runge Kutta Orde 4

Solusi Persamaan Diferensial Biasa(PDB) atau Ordinary Differential Equation(ODE) dg menggunakan Metode Runge-Kutta Orde 4.
Anda dapat mendownload program tsb di link: 
Download 1 atau 
Download 2

Senin, 11 Februari 2013

Metode Numerik (komplit)

Bagi anda yg lagi belajar metode numerik & butuh aplikasi lengkap (Nix Numeric ver 1.4 - build 6 agust 2014), silahkan download di:

Download 1 atau 


Download 2 atau 

Download 3




 
Program diatas meliputi:
1. Finding roots(mencari akar-akar persamaan dg Metode False Position.
2. Mencari nilai optimum (ekstrim maximum/minimum) dg metode Golden Search.
3. Integral dg metode Simpson 1/3.
4. Differensial dg Metode Central difference orde 4.
5. Sistem Persamaan Linear(AX=B) dg Metode Eliminasi Gauss-Seidel atau X=inv(a).B.
6. Eigen pair dg metode Power.
7. Interpolasi dg metode Newton.
8. Ordinary Differential Equation dg metode Runge-Kutta Orde 4.
9. Curve-Fitting dg metode Least square.
10. Partial Differential Equation (PDE):
      a. PDE Wave dg metode Finite-Difference.
      b. PDE Heat dg metode Forward-Difference.
      c. PDE Laplace dg metode Dirichlet.

11. Linear Programming dg metode Simplex.

Kalau anda ingin source code lengkapnya, saya siap jual (harga nego) via e-mail (lukassetiawan@yahoo.com).