The R Project SVN R

Rev

Rev 61150 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 61150 Rev 61163
Line 45... Line 45...
45
\examples{
45
\examples{
46
(x <- matrix(1:4, ncol = 2))
46
(x <- matrix(1:4, ncol = 2))
47
unlist(determinant(x))
47
unlist(determinant(x))
48
det(x)
48
det(x)
49
 
49
 
50
det(print(cbind(1,1:3,c(2,0,1))))
50
det(print(cbind(1, 1:3, c(2,0,1))))
51
}
51
}
52
 
52
 
53
\keyword{array}
53
\keyword{array}