Let $x = (x_i)_{i=1}^n \in \mathbb{R}^{n}$ be a vector. I would like to know if there is a compact (and common) notation for the vector $[x_1,\ldots, x_{l-1},x_{l+1},\ldots,x_n]\in \mathbb{R}^{n-1}$, that is $x$ without the element in the $l$-th position ?
2026-05-04 20:10:31.1777925431
Notation for deleting elements from vectors.
926 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Let $I := \{1,\ldots,n\}$ for some $n \in \mathbb{N}$. Then you could use $$x = (x_i)_{i \in I \setminus \{j\}} \in \mathbb{R}^{n-1}$$ for $j \in I$.