All these codes & Notes are relevent to Source Analysis

1. Earthquake and Fault Studies by Moment Tensor Inversion and Events Relocation

PPT by Prof Lupui Zhu

Tutorial by CUSTUT

Github Installation

All these codes are Matlab based

A 2D finite difference code to solve wave equation. FIN2WAVE

A spring-slider BK model to run earthquake cycle simulation. BKmodel

A 1D finite difference code to solve wave equation. 1Dwaveprop

All these codes are python based

A 1D code second order ODE using different partial difference methods (e.g. leap from, Euler, Bashford etc). finite_difference_methods

A 2D code for Lagrangian piecewise interpolation. This interpolation is for an exponential function. 2D_lagrange_interpolation

Machine learning method to predict earthquake magnitude. Both classification and regression problems. model_ML_integration