HP Prime for All
English
Русский
News
Hardware
Articles
Docs
HP Apps
Software
Docs
:
Commands
:
subMat
Syntax
subMat(Mtrx(A),Intg(n1),Intg(n2),Intg(n3),Intg(n4))
Description
Extracts a sub matrix with first element=A[n1,n2] and last element=A[n3,n4]
Example
subMat([[1,2],[3,4],[5,6]],1,0,2,1) returns [[3,4],[5,6]]
subMat — Discussion
↑Back to top