diff --git a/8th-Semester-Spring-2025/biology/week-9/Accommodation of the Lens_MHC.pdf b/8th-Semester-Spring-2025/biology/week-9/Accommodation of the Lens_MHC.pdf new file mode 100644 index 0000000..34b18e7 Binary files /dev/null and b/8th-Semester-Spring-2025/biology/week-9/Accommodation of the Lens_MHC.pdf differ diff --git a/8th-Semester-Spring-2025/biology/week-9/Astigmatism Test_MHC.pdf b/8th-Semester-Spring-2025/biology/week-9/Astigmatism Test_MHC.pdf new file mode 100644 index 0000000..e9a5bf6 Binary files /dev/null and b/8th-Semester-Spring-2025/biology/week-9/Astigmatism Test_MHC.pdf differ diff --git a/8th-Semester-Spring-2025/biology/week-9/Eye Dissection_MHC.pdf b/8th-Semester-Spring-2025/biology/week-9/Eye Dissection_MHC.pdf new file mode 100644 index 0000000..424faf6 Binary files /dev/null and b/8th-Semester-Spring-2025/biology/week-9/Eye Dissection_MHC.pdf differ diff --git a/8th-Semester-Spring-2025/biology/week-9/Visual Acuity Test_MHC.pdf b/8th-Semester-Spring-2025/biology/week-9/Visual Acuity Test_MHC.pdf new file mode 100644 index 0000000..c844250 Binary files /dev/null and b/8th-Semester-Spring-2025/biology/week-9/Visual Acuity Test_MHC.pdf differ diff --git a/8th-Semester-Spring-2025/biology/week-9/vocab/Sharpe_VocabularyAssignment9.md b/8th-Semester-Spring-2025/biology/week-9/vocab/Sharpe_VocabularyAssignment9.md new file mode 100644 index 0000000..c56dade --- /dev/null +++ b/8th-Semester-Spring-2025/biology/week-9/vocab/Sharpe_VocabularyAssignment9.md @@ -0,0 +1,33 @@ +--- +title: BIOL01113 Vocabulary Assignment 9 +author: Aidan Sharpe +date: March 31st, 2025 +geometry: margin=1in +--- + +## Reception +The detection of a stimulus by receptor cells. + +## Sensation +Perception of a stimulus by the cerebral cortex. + +## Proprioception +The detection of the stretching of tendons and movement of ligaments. + +## Olfactory +Having to do with the reception of smell. + +## Gustatory +Having to do with the reception of taste. + +## Auditory +Having to do with the reception of sound. + +## Tactile +Having to do with mechanical reception, typically by cutaneous receptors. + +## Retina +The inner most layer of eye cells, responsible for sensing light. + +## Cochlear Membrane +The membrane responsible for the reception of sound. diff --git a/8th-Semester-Spring-2025/biology/week-9/vocab/Sharpe_VocabularyAssignment9.pdf b/8th-Semester-Spring-2025/biology/week-9/vocab/Sharpe_VocabularyAssignment9.pdf new file mode 100644 index 0000000..7ed33d3 Binary files /dev/null and b/8th-Semester-Spring-2025/biology/week-9/vocab/Sharpe_VocabularyAssignment9.pdf differ diff --git a/8th-Semester-Spring-2025/weapon-systems/homework/homework-8/L-8 Homework (Updated).pdf b/8th-Semester-Spring-2025/weapon-systems/homework/homework-8/L-8 Homework (Updated).pdf new file mode 100644 index 0000000..4428c5c Binary files /dev/null and b/8th-Semester-Spring-2025/weapon-systems/homework/homework-8/L-8 Homework (Updated).pdf differ diff --git a/8th-Semester-Spring-2025/weapon-systems/homework/homework-8/illuminator_power.py b/8th-Semester-Spring-2025/weapon-systems/homework/homework-8/illuminator_power.py new file mode 100644 index 0000000..1192933 --- /dev/null +++ b/8th-Semester-Spring-2025/weapon-systems/homework/homework-8/illuminator_power.py @@ -0,0 +1,27 @@ +import numpy as np +import scipy as sp +import matplotlib.pyplot as plt + +def erp(): + pass + + +def watts(db): + return np.pow(10, db/10) + + +def main(): + v_t = 300 + v_m = 800 + angle_final = np.radians(-20) + range_max = 80E3 + erp = watts(50) + + t_go + + # OLD SYSTEM: MCG, active + # NEW SYSTEM: HAW, semi-active + + +if __name__ == "__main__": + main() diff --git a/8th-Semester-Spring-2025/weapon-systems/homework/homework-8/rocket-motor.py b/8th-Semester-Spring-2025/weapon-systems/homework/homework-8/rocket-motor.py new file mode 100644 index 0000000..07871b8 --- /dev/null +++ b/8th-Semester-Spring-2025/weapon-systems/homework/homework-8/rocket-motor.py @@ -0,0 +1,16 @@ +import numpy as np + +def main(): + specific_impulse = 200 + m_burnout = 300 + v_burnout = 1000 + g = 9.81 + + m_launch = m_burnout * np.exp(v_burnout / (specific_impulse*g)) + m_initial = m_launch - m_burnout + + print(m_initial) + + +if __name__ == "__main__": + main() diff --git a/8th-Semester-Spring-2025/weapon-systems/lectures/L-8 Guidance (Updated).pdf b/8th-Semester-Spring-2025/weapon-systems/lectures/L-8 Guidance (Updated).pdf new file mode 100644 index 0000000..b26af91 Binary files /dev/null and b/8th-Semester-Spring-2025/weapon-systems/lectures/L-8 Guidance (Updated).pdf differ