Pinned Repositories
-Icosahedron-div
This program divides the faces of an icosahedron. The icosahedron is a platonic solid that occurs regularly in chemical structures and is a base structure for the formation of different geometries.
FourierSeries-Orbits-Drawing
Visual interpretation of the numerical solution to complex Fourier series aplied to a set of points (interpret that set of points as the function that we want to approximate).
G2W
Gauss_Det
This program solves systems of linear equations by the Gauss Jordan method and solves determinants of matrices by the reduction method.
GW_NET
GWdetections
Gravitational wave detecion
Ising-model
In this project, the Ising model was applied to obtain information on the thermal properties of a spins system. F2Py was used for large calculations. Even with small spin systems, this model has a high computational cost.
Schrodinger
Numerical solution to the Schordinger equation by the finite difference method for the free particle , the finite square well, potential step and the potential barrier.
Turning-radius
The turning radius was averaged for a set of random walks. A linear relation was found between the number of steps of the walks and the average turning radius. The f2py library was used to take advantage of fortran's calculation speed and obtain results from a large statistical set.
Wave_equation
This is a project for my numerical methods class. The partial differential equation associated with the wave phenomenon was solved numerically by the finite difference method and Crank-Nicolson in one and two dimensions. In this case gnuplot was used as a complementary visualization tool for Fortran.
189911's Repositories
189911/-Icosahedron-div
This program divides the faces of an icosahedron. The icosahedron is a platonic solid that occurs regularly in chemical structures and is a base structure for the formation of different geometries.
189911/FourierSeries-Orbits-Drawing
Visual interpretation of the numerical solution to complex Fourier series aplied to a set of points (interpret that set of points as the function that we want to approximate).
189911/G2W
189911/Gauss_Det
This program solves systems of linear equations by the Gauss Jordan method and solves determinants of matrices by the reduction method.
189911/GW_NET
189911/GWdetections
Gravitational wave detecion
189911/Ising-model
In this project, the Ising model was applied to obtain information on the thermal properties of a spins system. F2Py was used for large calculations. Even with small spin systems, this model has a high computational cost.
189911/Schrodinger
Numerical solution to the Schordinger equation by the finite difference method for the free particle , the finite square well, potential step and the potential barrier.
189911/Turning-radius
The turning radius was averaged for a set of random walks. A linear relation was found between the number of steps of the walks and the average turning radius. The f2py library was used to take advantage of fortran's calculation speed and obtain results from a large statistical set.
189911/Wave_equation
This is a project for my numerical methods class. The partial differential equation associated with the wave phenomenon was solved numerically by the finite difference method and Crank-Nicolson in one and two dimensions. In this case gnuplot was used as a complementary visualization tool for Fortran.
189911/py
Repository to store sample python programs for python learning