Challenge: Check Linear Independence
Design a Python algorithm to test a collection of vectors for linear independence.
We'll cover the following...
Statement
Write a checkLinearIndependence
function that accepts a collection of vectors, ...