powered by
Function to do compute the minor of a matrix defined by row r and column c.
minor(x, r, c)
The appropriate `minor' matrix defined from the input matrix.
The input matrix
The row number
The column number
Prof. H. D. Vinod, Economics Dept., Fordham University, NY
if (FALSE) { x=matrix(1:20,ncol=4) minor(x,1,2)}
Run the code above in your browser using DataLab