Online Matrix Processor
The free online Matrice Processor array operators, matrix operators and other matrix functionality.
Each function is also implemented in Verilog, VHDL, C++ and Java that can be downloaded for a fee.
Matrix processing functions include Cross and dot products, Matrix multiplication, Echhelon and reduced echelon, determinant, Gaussian elimination, equation solver functionality.
The tool supports up to 16x16 matrix .
Input can be Real or Complex number. Enter complex numbers as RjI where R is the real part, I is the Imaginary part and the j is the text seperator. 3.0j5.7
I use Matrix Processor tool to verify my matrix operations. It helps to debugging. I hope it helps to you too. Enjoy...
Notes:
- Row Echelon Form: A matrix is in echelon form if it has the shape resulting of a Gaussian elimination. All nonzero rows are above any rows of all zeroes. The leading coefficient (not necessarily 1) of a nonzero row is always strictly to the right of the leading coefficient of the row above it.
- A matrix is in reduced row echelon form (also called row canonical form) if it is in row echelon form and every leading coefficient is 1 and is the only nonzero entry in its column.
- If you need more then 16x16 input matrix calculation, contact me. I can enable the tool to calculate higher matrix sizes.