list1 = list()list1[[1]] = irislist1[[2]] = matrix(1:9,ncol=3)list1[[3]] = 1:10
这样用来判断list1里面的每个元素是否是矩阵,如果是矩阵,则返回矩阵的det,可是为什么输出的结果lapply1是NULL呢?