Given linearly independent $\{f_n\}_{n=1}^N$ how can we form $n$ linearly independent functions $\{F_n\}_{n=1}^N$ such that each $F_n$ is either an even or odd function? Thanks.
Parity, Set of functions
0
$\begingroup$
linear-algebra
functions
parity
1 Answers
1
Hint: First define the related functions $g_n(x)=f_n(x) + f_n(-x)$ and $h_n(x) = f_n(x) - f_n(-x)$, so that each $g_n$ is even and each $h_n$ is odd. Then linear combinations of $g_n$ are always even, and linear combinations of $h_n$ are always odd.
-
0How would we know that the functions so produced are linearly independent? – 2011-10-16