I have a question regarding the definition of a simplex. I am quoting the definition of a simplex from Wikipedia, which is similar to the definition in my textbook too
"Specifically, a $k$-simplex is a $k$-dimensional polytope which is the convex hull of its $k + 1$ vertices. More formally, suppose the $k + 1$ points $u_0,\dots, u_k \in \mathbb{R}^n$ are affinely independent, which means $u_1 - u_0,\dots, u_k-u_0$ are linearly independent. Then, the simplex determined by them is the set of points $C =\{\theta_0 u_0 + \dots+\theta_k u_k | \theta_i \ge 0, 0 \le i \le k, \sum_{i=0}^{k} \theta_i=1\} $.
Can we define a simplex using $k$ points that are linearly independent instead of $k+1$ points that are affinely independent? Is it the same thing or am I missing something?
Thanks in advance!