Concept Flow - np.linalg.norm() for vector norms
Input vector
Choose norm type
Calculate norm
Return scalar value
The function takes a vector, chooses the norm type (default is Euclidean), calculates the norm, and returns a single number representing the vector's length.