HP Prime for All
English
Русский
News
Hardware
Articles
Docs
HP Apps
Software
Docs
:
Commands
:
ref
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
↑Back to top