minor {polyMatrix}R Documentation

Minor of matrix item

Description

A minor of a matrix A is the determinant of some smaller square matrix, cut down from A by removing one or more of its rows and columns. Minors obtained by removing just one row and one column from square matrices (first minors).

Usage

minor(x, r, c)

Arguments

x

a matrix

r, c

row and column


[Package polyMatrix version 0.9.16 Index]