kwinkunks / axb

Various expressions of Ax = b, or Gm = d if you prefer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

axb

Various expressions of Ax = b, or Gm = d if you prefer, to illustrate linear inversion in geophysical problems.

This is a chrestomathy, sort of. I'm trying to reproduce the same (more or less) workflow in all of the following languages:

The idea is to use the fundamentals of linear algebra (dot products, inverses, etc), rather than high-level functions. But where those high-level solving functions exist, we should mention and illustrate them too.

All of these notebooks can certainly be improved upon: suggestions and pull requests welcome!

Mauricio Sacchi's course

This series of notebooks was inspired by Mauricio Sacchi's course notes, which includes MATLAB implementations, and grew from there.

Other learning resources

I've found the following resources very helpful.

About

Various expressions of Ax = b, or Gm = d if you prefer

License:Apache License 2.0


Languages

Language:Jupyter Notebook 99.7%Language:Python 0.3%