文件名称:rprog-012-Assignment_2:“R-Programming”Coursera 课程的编程作业 2
文件大小:2KB
文件格式:ZIP
更新时间:2024-07-07 04:51:18
R
对于 Coursera 课程 以下代码演示了如何使用assessment3.R R 脚本。 以#开头的行是简单的注释,以#>开头的行是输出中打印的内容。 # read the R script # replace the "path/to/file" with the directory you save the file into # or you can read the file directly from the web source("path/to/file/assessment3.R") # create a *square* matrix (because `solve` only handles square matrices) # create the matrix during the call of makeCacheMatrix() a <- makeCac
【文件预览】:
rprog-012-Assignment_2-master
----assessment3.R(2KB)
----README.md(1KB)