Caso real
> A := matrix([[1, 2], [4, 2], [5, 3]]);
> lista:=QR(A):
> Q:=lista[1];R:=lista[2];
Comprobacion