.. _sphx_glr_examples_gallery_examples_01-apdlmath-examples:
.. _ref_apdl_math_examples:
PyMAPDL math examples
=====================
These examples demonstrate using APDL Math from the PyMAPDL library.
.. raw:: html
<div class="sphx-glr-thumbnails">
.. raw:: html
<div class="sphx-glr-thumbcontainer" tooltip="This tutorial shows how you can use pymapdl to use APDL math for basic operations on APDLMath v...">
.. only:: html
.. image:: /examples/gallery_examples/01-apdlmath-examples/images/thumb/sphx_glr_basic_operations_thumb.png
:alt:
:ref:`sphx_glr_examples_gallery_examples_01-apdlmath-examples_basic_operations.py`
.. raw:: html
<div class="sphx-glr-thumbnail-title">PyMAPDL APDLMath Basic Operations</div>
</div>
.. raw:: html
<div class="sphx-glr-thumbcontainer" tooltip="Use APDLMath to solve eigenproblems.">
.. only:: html
.. image:: /examples/gallery_examples/01-apdlmath-examples/images/thumb/sphx_glr_eigen_solve_thumb.png
:alt:
:ref:`sphx_glr_examples_gallery_examples_01-apdlmath-examples_eigen_solve.py`
.. raw:: html
<div class="sphx-glr-thumbnail-title">Using APDLMath to solve Eigenproblems</div>
</div>
.. raw:: html
<div class="sphx-glr-thumbcontainer" tooltip="This tutorial will demonstrate how to explore the content of binary files generated by a MAPDL ...">
.. only:: html
.. image:: /examples/gallery_examples/01-apdlmath-examples/images/thumb/sphx_glr_explore_mapdl_files_thumb.png
:alt:
:ref:`sphx_glr_examples_gallery_examples_01-apdlmath-examples_explore_mapdl_files.py`
.. raw:: html
<div class="sphx-glr-thumbnail-title">Binary MAPDL File Explorer</div>
</div>
.. raw:: html
<div class="sphx-glr-thumbcontainer" tooltip="This example shows a comparison between MAPDL and Scipy eigenvalues computation power.">
.. only:: html
.. image:: /examples/gallery_examples/01-apdlmath-examples/images/thumb/sphx_glr_mapdl_vs_scipy_thumb.png
:alt:
:ref:`sphx_glr_examples_gallery_examples_01-apdlmath-examples_mapdl_vs_scipy.py`
.. raw:: html
<div class="sphx-glr-thumbnail-title">Compute Eigenvalues using MAPDL or SciPy</div>
</div>
.. raw:: html
<div class="sphx-glr-thumbcontainer" tooltip="This tutorial will show how to get APDLMath sparse matrices from FULL files to SciPy Sparse Mat...">
.. only:: html
.. image:: /examples/gallery_examples/01-apdlmath-examples/images/thumb/sphx_glr_scipy_sparse_matrix_thumb.png
:alt:
:ref:`sphx_glr_examples_gallery_examples_01-apdlmath-examples_scipy_sparse_matrix.py`
.. raw:: html
<div class="sphx-glr-thumbnail-title">APDLMath Sparse Matrices and SciPy Sparse Matrices</div>
</div>
.. raw:: html
<div class="sphx-glr-thumbcontainer" tooltip="Use the APDLMath module to solve a Dense Matrix Linear System.">
.. only:: html
.. image:: /examples/gallery_examples/01-apdlmath-examples/images/thumb/sphx_glr_solve_dense_matrix_thumb.png
:alt:
:ref:`sphx_glr_examples_gallery_examples_01-apdlmath-examples_solve_dense_matrix.py`
.. raw:: html
<div class="sphx-glr-thumbnail-title">Use APDLMath to Solve a Dense Matrix Linear System</div>
</div>
.. raw:: html
<div class="sphx-glr-thumbcontainer" tooltip="Using APDLMath, you can solve linear systems of equations based on sparse or dense matrices.">
.. only:: html
.. image:: /examples/gallery_examples/01-apdlmath-examples/images/thumb/sphx_glr_solve_sparse_matrix_thumb.png
:alt:
:ref:`sphx_glr_examples_gallery_examples_01-apdlmath-examples_solve_sparse_matrix.py`
.. raw:: html
<div class="sphx-glr-thumbnail-title">Performing Sparse Factorization and Solve Operations</div>
</div>
.. raw:: html
<div class="sphx-glr-thumbcontainer" tooltip="This example demonstrates how to exchange data between MAPDL and Python via NumPy arrays.">
.. only:: html
.. image:: /examples/gallery_examples/01-apdlmath-examples/images/thumb/sphx_glr_use_numpy_arrays_thumb.png
:alt:
:ref:`sphx_glr_examples_gallery_examples_01-apdlmath-examples_use_numpy_arrays.py`
.. raw:: html
<div class="sphx-glr-thumbnail-title">Manipulate APDLMath vectors or dense matrices as NumPy Arrays</div>
</div>
.. raw:: html
</div>
.. toctree::
:hidden:
/examples/gallery_examples/01-apdlmath-examples/basic_operations
/examples/gallery_examples/01-apdlmath-examples/eigen_solve
/examples/gallery_examples/01-apdlmath-examples/explore_mapdl_files
/examples/gallery_examples/01-apdlmath-examples/mapdl_vs_scipy
/examples/gallery_examples/01-apdlmath-examples/scipy_sparse_matrix
/examples/gallery_examples/01-apdlmath-examples/solve_dense_matrix
/examples/gallery_examples/01-apdlmath-examples/solve_sparse_matrix
/examples/gallery_examples/01-apdlmath-examples/use_numpy_arrays