Linear Inverse Model Examples and Solution Methods
Generates a flow matrix for an inverse (foodweb) problem
Solves a linear inverse model using least distance programming
Linear Inverse Model examples and solution methods
Solves a linear inverse model using linear programming.
Solves a linear inverse model using the least squares method.
Plots the minimum and maximum and central values
Writes linear inverse matrices to the screen
Reads an inverse input file
Creates linear inverse matrices
Generates the values of variables for a linear inverse (foodweb) probl...
Generates ranges of the variables for a linear inverse problem
Generates ranges of the unknowns of a linear inverse problem
Generates a random sample of the unknowns for a linear inverse problem
Functions that read and solve linear inverse problems (food web problems, linear programming problems). These problems find solutions to linear or quadratic functions: min or max (f(x)), where f(x) = ||Ax-b||^2 or f(x) = sum(ai*xi) subject to equality constraints Ex=f and inequality constraints Gx>=h.