LU Decomposition in Excel using Python and PyXLL

Опубликовано: 12 Октябрь 2024
на канале: PyXLL - Write Excel Add-Ins with Python and Java
990
11

Learn how to write an Excel functions to decomose a matrix into lower and upper triangular matrices.

This tutorial uses the Python package SciPy to perform the LU decomposition.

We show you how to write the Python function and how to use the Excel add-in PyXLL to call the Python function from Excel.

The following blog article accompanies this video:
https://www.pyxll.com/blog/matrix-dec...