matrices.py

Created by vovenastream

Created on December 03, 2025

413 Bytes


# MATRICES - SYNTHESE
# --- TRANSPOSE ---
# A^T = lignes <-> colonnes
# --- ADD / SUB ---
# A±B : elem par elem
# --- MULTIPLICATION ---
# (A*B)ij = somme A(i,k)*B(k,j)
# dim: (m×n)*(n×p) -> m×p
# --- DETERMINANT 2x2 ---
# |a b| = ad - bc
# |c d|
# det≠0 -> inverse existe
# --- INVERSE 2x2 ---
# A=[a b; c d] inv=1/(ad-bc)*[d -b; -c a]
# --- AUGMENTEE (general) ---
# (A|I) -> Gauss -> (I|A^-1)

During your visit to our site, NumWorks needs to install "cookies" or use other technologies to collect data about you in order to:

With the exception of Cookies essential to the operation of the site, NumWorks leaves you the choice: you can accept Cookies for audience measurement by clicking on the "Accept and continue" button, or refuse these Cookies by clicking on the "Continue without accepting" button or by continuing your browsing. You can update your choice at any time by clicking on the link "Manage my cookies" at the bottom of the page. For more information, please consult our cookies policy.