mirror of
https://github.com/wassname/simpeg.git
synced 2026-06-28 00:45:10 +08:00
ae9ca6cec9
# Conflicts: # SimPEG/Examples/__init__.py # SimPEG/Optimization.py
27 lines
613 B
ReStructuredText
27 lines
613 B
ReStructuredText
.. _examples_Inversion_IRLS:
|
|
|
|
.. --------------------------------- ..
|
|
.. ..
|
|
.. 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_IRLS.run()
|
|
|
|
.. literalinclude:: ../../SimPEG/Examples/Inversion_IRLS.py
|
|
:language: python
|
|
:linenos:
|