powered by
Computing the column space distance between two matrix
fle(A1, A2)
A numeric number
A matrix of m rows and n columns.
A matrix of m rows and l columns where l can equal n.
fle(matrix(1:12, nrow=4), matrix(11:22, nrow=4));
Run the code above in your browser using DataLab