Learn R Programming

PLRModels (version 1.4)

symsolve: Solution of a system of linear equations

Description

Solves the system ASYM X = BMAT for X, where ASYM is a symmetric matrix.

Usage

symsolve(Asym, Bmat)

Arguments