Linearly independents?
Checks if a set of vectors are linearly independent.
Syntax
linearly_independents(Vector, ..., Vector)
linearly_independents(List)
Description
Given a set of vectors , returns true
if they are linearly independents, and false
otherwise.
Given a list of vectors , returns true
if they are linearly independents, and false
otherwise.