mirror of
https://github.com/wassname/simpeg.git
synced 2026-06-27 20:23:01 +08:00
be3667b4ab
- Put all examples in same directory - Make a single test - use __init__.py to create the docs automatically
27 lines
619 B
ReStructuredText
27 lines
619 B
ReStructuredText
.. _examples_Inversion_Linear:
|
|
|
|
.. --------------------------------- ..
|
|
.. ..
|
|
.. THIS FILE IS AUTO GENEREATED ..
|
|
.. ..
|
|
.. SimPEG/Examples/__init__.py ..
|
|
.. ..
|
|
.. --------------------------------- ..
|
|
|
|
|
|
Inversion: Linear Problem
|
|
=========================
|
|
|
|
Here we go over the basics of creating a linear problem and inversion.
|
|
|
|
|
|
|
|
.. plot::
|
|
|
|
from SimPEG import Examples
|
|
Examples.Inversion_Linear.run()
|
|
|
|
.. literalinclude:: ../../SimPEG/Examples/Inversion_Linear.py
|
|
:language: python
|
|
:linenos:
|