Files
simpeg/docs/content/examples/Inversion_Linear.rst
T
2016-05-30 21:12:31 -07:00

27 lines
622 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: