-
MathType
-
Wiris Quizzes
-
Learning Lemur
-
CalcMe
-
MathPlayer
-
Store FAQ
-
VPAT for the electronic documentation
-
MathFlow
-
BF FAQ
Linearly independents?
Reading time: 1minChecks if a set of vectors are linearly independent.
Syntax
linearly_independents(Vector, ..., Vector)
linearly_independents(List)
Description
Given a set of vectors v1,...,vn, returns true
if they are linearly independents, and false
otherwise.
Given a list of vectors {v1,...,vn}, returns true
if they are linearly independents, and false
otherwise.