what are some typical systems of equations generating from practical problems?Some examples or research articles...
Waldronjw
Answered
2022-07-01
what are some typical systems of equations generating from practical problems? Some examples or research articles would be good.
Answer & Explanation
Charlize Manning
Expert
2022-07-02Added 12 answers
Systems of equations come up all the time. In programming models, we seek to optimize with respect to a constraint , where is a matrix, and are vectors, and is the vector we are changing to maximize the system. The system of equations is . Linear programming is used all the time in economics for market optimization, insurance purchase optimizations, contractual optimizations, game theory, etc. Linear programming and integer programming also come up in graph theory with network flows (which are practical in terms of fluid or electrical flows), shortest path algorithms, knapsack problems, and such.