AdvancedLearningNotes/UPennMath484 at main · Ron-Ash/AdvancedLearningNotes · GitHub
Skip to content

Latest commit

 

History

History

Folders and files

Linear Programming (MATH484)

The following notes are for Professor Wen Shen's Penn State University 2016 MATH484 course.

flowchart LR
    A([Real World Problem])
    B([Mathematical Problem])
    C([Solution of Math Problem])
    A--modelling-->B
    B--Analysis-->C
    C--Interpretation-->A
Loading

All mathematical applications follow the following cycle; A text problem from the real world needs to be solved, it is transformed using modelling into mathematical notation, which can be solved using analysis. This mathematical solution then needs to be interpreted back to a tangible, real world answer.

This course covers a specific type of mathematical problems called Linear Programming problems.