Status: Tags: #cards/math232/unit2 Links: System of linear equations
System of linear equations applications
Learn the abstract so you can apply it to specific situations !
Flow Networks
A flow network is a collection of branches through which something “flows”. The branches meet at nodes
Properties
- One-directional flow: At any moment, the flow in each branch is in one direction only.
- Flow conservation at nodes: The rate of low into each node is equal to the rate of flow out of the node.
- Flow conservation in the network: The rate of flow in the network is equal to the rate of flow out of the network.
Application
- Some flow of branches will be known, while others must be solved
Steps ?
- Assume direction, if it is negative then just flip it
- Assign variable names to unknown flows
- Use conservation of flow at each node to generate as many equations as there are unknowns
- ex) 4 nodes = 4 equations
- Solve equation, get solution
Examples
Balancing Chemical Equations
- Assign x variables alongside compound
- Positive and integers
- 4 unknowns, 4 equations
- Row reduce, back sub to find solution vector, each component is for each compound element in eqn
Polynomial Interpolation
- Find a polynomial that goes through all points
- Intercept monomial is just 1
- Find degree (number of points)
- Setup equation to find each point where x and y are plugged into the equation
-
Created:: 2022-01-22 23:11