Adding project doc and R skeleton

This commit is contained in:
Noah L. Schrick 2023-01-19 16:43:44 -06:00
commit cd7f096333
2 changed files with 17 additions and 0 deletions

17
Schrick-Noah_Project-1.R Normal file
View File

@ -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

BIN
hwk1.doc Normal file

Binary file not shown.