• Stars
    star
    1
  • Language
    Jupyter Notebook
  • Created over 2 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

It includes a program that plots a random walk in 2D using Numpy and Matplotlib.

More Repositories

1

Numerical_Physics_6_Curve_Fitting

It contains some examples of curve fitting. Cubic Splines and Lagrange Interpolation were used to adjust the curves and also Newthon-Rapson to solve equations. The libraries implemented were Numpy, Sympy, Pandas and Matplotlib.
Jupyter Notebook
2
star
2

Numerical_Physics_7_Poisson_Equation_and_Schrodinger_Equation

It includes a program that solves the Poisson Equation in two dimensions and another that solves the time independent schrodinger equation for an arbitrary potential. Here some numerical methods for solving Partial Differential Equations were used: Jacobi, Gauss-Seidel and Runge-Kutta. The libraries implemented were sympy, numpy and matplotlib.
Jupyter Notebook
2
star
3

NumericPhysics_1_Sin_Function

It contains a program to calculate sin(x) using Taylor's aproximations.
TeX
1
star
4

Numerical_Physics_8_Parabolic_Motion_Solution

It includes a program that solve de diferential equation of parabolic motion of a bullet in three different cases. The libraries used were Numpy and Matplotlib.
Jupyter Notebook
1
star
5

NumericPhysics_2_Spherical_Bessel_Functions

It contains a program that calculates the spherical bessel functions of first type
Jupyter Notebook
1
star
6

Numerical_Physics_5_Heat_Equation_and_String_Vibration

It has a program that solves the heat equation in one dimension and plots the solution in a 3D-graph (Nympy, Matplotlib, Mpl_toolkits). It also contains another program that simulates a string vibrating with animation.
TeX
1
star
7

NumericPhysics_3_RandomNumbers-MonteCarlo

It includes a program that generates pseudorandom numbers and another that solves integrals and approximates pi using Monte Carlo.
Jupyter Notebook
1
star