How do you define symmetry of a multidimensional function?

91 Views Asked by At

Let $f:\mathbb{R} \rightarrow \mathbb{R}$. Then $f$ is symmetric if $f(x)=f(-x)$. How do you define symmetry for the function $f:\mathbb{R}^n \rightarrow \mathbb{R}$? for $f:\mathbb{R}^n \rightarrow \mathbb{R}^d$?

1

There are 1 best solutions below

0
On BEST ANSWER

Exactly the same way: $f$ is symmetric if $f(x) = f(-x)$, where if $x = (x_1, ..., x_n) \in \mathbb{R}^n$, $-x = (-x_1, ..., -x_n)$.