HP Prime for All

English  Русский 

Syntax

ref(Mtrx(M))

Description

Performs Gauss reduction of a matrix AX=b (M=A|(-b))

Example

ref([[3,1,-2],[3,2,2]]) returns [[1,1/3,-2/3],[0,1,4]]

ref — Discussion