My Linear Algebra notes accompanied with related studies using Python functions written by me to automate some types of calculations and exercises. These functions mainly leverage the SymPy library (for symbolic mathematics, for the linear systems and combinations), along with NumPy and SciPy. Many of the following sections were created, tested and exported to the site using Jupyter Notebook.
I am aware that some of the functions in these sections can be replaced by simple methods provided by numpy; or even that many of them can look cumbersome, writable and structurable in a more optimized or cleaner way by leveraging the same libraries; however, these functions are to be considered as "notes" of a flow of thoughts aimed at learning and consolidating the concepts expressed in the various sections.
The functions reported in the various sections were therefore developed for study and exercise purposes, without the help of any AI or code generator. Going forward with the sections, it is possible to observe a growing awareness and optimization of the use of mathematical libraries.
The following sections are written in italian (they directly come from my notes). Until I'll do it, you can translate them through the browser.