cofactor: Ganerate matrix of cofactor from A.(or adjont of a matrix A)

Description Usage Arguments Value Examples

View source: R/ganerate cofactor matrix or adjoint matrix.R

Description

Ganerate matrix of cofactor from A.(or adjont of a matrix A)

Usage

1
cofactor(A, adj = F)

Arguments

A

is numerix matrix

Value

cofactor

Examples

1
2
3
A<-matrix(c(2,-1,1,1,2,0,-3,-2,4),nrow=3,ncol=3)
cofactor(A)
cofactor(A,adj=TRUE)

qkdrk777777/DUcj documentation built on May 16, 2019, 8:14 p.m.