commit cd7f09633343c4d940002fef734ce19fffc8d8b6 Author: noah Date: Thu Jan 19 16:43:44 2023 -0600 Adding project doc and R skeleton diff --git a/Schrick-Noah_Project-1.R b/Schrick-Noah_Project-1.R new file mode 100644 index 0000000..e1f7fb2 --- /dev/null +++ b/Schrick-Noah_Project-1.R @@ -0,0 +1,17 @@ +# Project 1 for the University of Tulsa's CS-7863 Sci-Stat Course +# Nuclear Binding Energy +# Professor: Dr. McKinney, Spring 2023 +# Noah L. Schrick - 1492657 + +## Set Working Directory to file directory - RStudio approach +setwd(dirname(rstudioapi::getActiveDocumentContext()$path)) + +## Part A: compute binding energy + +## Part B: compute Z=28 and A=58 + +## Part C: table with two columns: nucleons and binding energy per nucleon + +## Part D: find the value of A that gives the maximum binding energy + +## Part E: for each Z use the A that maximizes E/A \ No newline at end of file diff --git a/hwk1.doc b/hwk1.doc new file mode 100644 index 0000000..ac50b9a Binary files /dev/null and b/hwk1.doc differ