HP Prime for All
English
Русский
News
Hardware
Articles
Docs
HP Apps
Software
Docs
:
Commands
:
ibasis
Syntax
ibasis(Lst(Vect,..,Vect),Lst(Vect,..,Vect))
Description
Basis of the intersection of two vector spaces.
Example
ibasis([[1,0,0],[0,1,0]],[[1,1,1],[0,0,1]]) returns [[-1,-1,0]]
ibasis — Discussion
↑Back to top