« Décomposition QR » : différence entre les versions


(Page créée avec « ==en construction== == Définition == XXXXXXXXX == Français == ''' XXXXXXXXX ''' == Anglais == ''' QR-Decomposition''' QR decomposition, also known as QR factorization... »)
 
m (Remplacement de texte : « ↵↵↵==Sources== » par «  ==Sources== »)
 
(6 versions intermédiaires par 3 utilisateurs non affichées)
Ligne 1 : Ligne 1 :
==en construction==
== Définition ==
== Définition ==
XXXXXXXXX
Méthode utilisée lors de la conversion d'une matrice A en forme A = QR. Dans cette formule, Q est une matrice orthogonale et R est une matrice triangulaire supérieure.


== Français ==
== Français ==
''' XXXXXXXXX '''
'''décomposition QR'''
 
'''factorisation QR'''


== Anglais ==
== Anglais ==
''' QR-Decomposition'''
'''QR decomposition'''
QR decomposition, also known as QR factorization, is a method used when converting a matrix into the form A = QR. In the formula, A represents the starting matrix, Q
represents an orthogonal matrix, and


R represents an upper triangle matrix. An upper triangle matrix is a special kind of square matrix in which all of the entries below the main diagonal are zero. Often, QR decomposition is used in solving the linear least squares problem.
'''QR factorization'''


==Sources==




<small>
[https://fr.wikipedia.org/wiki/D%C3%A9composition_QR  Source : Wikipedia (Décomposition QR) ]


[https://deepai.org/machine-learning-glossary-and-terms/qr-decomposition  Source : DeepAI.org ]
[https://deepai.org/machine-learning-glossary-and-terms/qr-decomposition  Source : DeepAI.org ]


[[Catégorie:DeepAI.org]]


[[Catégorie:vocabulary]]
[[Catégorie:GRAND LEXIQUE FRANÇAIS]]

Dernière version du 31 janvier 2024 à 11:13

Définition

Méthode utilisée lors de la conversion d'une matrice A en forme A = QR. Dans cette formule, Q est une matrice orthogonale et R est une matrice triangulaire supérieure.

Français

décomposition QR

factorisation QR

Anglais

QR decomposition

QR factorization

Sources

Source : Wikipedia (Décomposition QR)

Source : DeepAI.org