HP Prime for All
English
Русский
News
Hardware
Articles
Docs
HP Apps
Software
Docs
:
Commands
:
ker
Syntax
ker(Mtrx(M))
Description
Kernel of a linear application of matrix M.
Example
ker([[1,2],[3,6]]) returns [ 2, -1 ]
ker — Discussion
↑Back to top