HP Prime for All
English
Русский
News
Hardware
Articles
Docs
HP Apps
Software
Docs
:
Commands
:
basis
Syntax
basis(Lst(vector1,..,vectorn))
Description
Extract a basis from a spanning set of vectors.
Example
basis([[1,2,3],[4,5,6],[7,8,9],[10,11,12]]) returns [[-3,0,3],[0,-3,-6]]
basis — Discussion
↑Back to top