6

What are good sources (literature, internet, etc) on learning to model real-world problems using mathematical formulations? In particular, I would like to know sources which establish the relationship between the meaning of a mathematical construct and its real-world counterpart. For example:

  • quantities are usually represented through variables or parameters

  • equations represent causal-effect relationships between concepts

  • inequations represent limits

  • etc.

EhsanK
  • 5,864
  • 3
  • 17
  • 54

2 Answers2

8

I have found MOSEKs modelling cookbook particularly useful: https://docs.mosek.com/MOSEKModelingCookbook-letter.pdf

Sune
  • 6,457
  • 2
  • 17
  • 31
6

In my case I found these two sources to be very helpful for mathematical modelling:

  1. AMPL: A Modeling Language for Mathematical Programming
  2. Model Building in Mathematical Programming

The first one is free and very simple to understand.

Georgios
  • 1,193
  • 5
  • 21