ReduceAugmentedMatrix: Reduce Augmented Matrix

Description Usage Arguments Value

Description

Reduce Augmented Matrix to Strictly Triangular Form Using Row Operations I, III (only works for square matrix) (will have the same result as solve(coefMatrix, attachVector))

Usage

1
2
ReduceAugmentedMatrix(coefMatrix, attachVector = NA, FRAC = TRUE,
  PRINT = FALSE, SOLVE = TRUE)

Arguments

coefMatrix

ceofficient matrix

attachVector

An additional column which attach to the coefficient matrix => augmented matrix

FRAC

Flag of showing result by fraction (Default is TRUE)

PRINT

Flag of printing process detail (Default is FALSE)

Value

Return a List with StrictlyTriangularForm; AttachVector; Answer


daviddwlee84/LinearAlgebra documentation built on May 30, 2019, 4:33 p.m.