Input
Matrix A
Matrix B (binary ops)
Matrix B
Vector b (for Ax = b)
Scalar
Input syntax
[1,2;3,4] MATLAB
1 2\n3 4 spaced
pi, sqrt(2) expr
.csv .txt upload
Operation
Decompositions
Solve & Properties
Arithmetic
Factorizes A = Q·R using Householder reflections. Q is orthogonal, R is upper triangular. Numerically stable for all non-singular matrices.
Output
Enter a matrix in MATLAB syntax and run an operation.