Learn R Programming

LIM (version 1.4.7.1)

PrintMat: Writes linear inverse matrices to the screen

Description

Prints the linear inverse problem:

  • inverse matrices and vectors A, b of the equalities $$Ax=b$$

  • inverse matrices and vectors G, h of the inequalities $$Gx>=h$$

  • if present, also writes the cost/profit function

Usage

PrintMat(lim)

Value

returns nothing.

Arguments

lim

a list that contains the linear inverse model specification, as generated by function setup.limfile.

Author

Karline Soetaert <karline.soetaert@nioz.nl>

Examples

Run this code
   PrintMat(LIMBlending)

Run the code above in your browser using DataLab