HP Prime for All
English
Русский
News
Hardware
Articles
Docs
HP Apps
Software
Docs
:
Commands
:
mRow
Syntax
mRow(Expr(Xpr),Mtrx(A),Intg(n1))
Description
Multiplies the row n1 of the matrix A by Xpr.
Example
mRow(12,[[1,2],[3,4],[5,6]],1) returns [[12,24],[3,4],[5,6]]
mRow — Discussion
↑Back to top