minor: Minor of matrix item

Description Usage Arguments

View source: R/method_det.R

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

1
minor(x, r, c)

Arguments

x

a matrix

r, c

row and column


polyMatrix documentation built on July 18, 2021, 5:06 p.m.