...

/

Challenge: Subspace Dimension Finder

Challenge: Subspace Dimension Finder

Design a Python algorithm to find a subspace dimension.

Statement

Write a smallestSubspaceDimensionFinder function that accepts a collection of four vectors in the R5\R^{5}, say, S={v1,v2,v3,v4}S = \{v_1, v_2, v_3 , v_{4}\} ...