0

I know that $\mathbb{R}$ represents the set of all real numbers. But what does $\mathbb{R}^2$, $\mathbb{R}^3$, ..., $\mathbb{R}^n$ mean?

Asaf Karagila
  • 393,674

1 Answers1

2

As you pointed out $\mathbb{R}$ is the set of all real numbers. $\mathbb{R}^n$ is the cartesian product of $n$ many $\mathbb{R}$'s. It's the set of tuples $(x_1, x_2, \ldots, x_n)$ where each $x_i$ is a real number.

jayatra21
  • 116
  • 6