Does Matrix M Prove T is an Isomorphism Between Vector Spaces?

atlantic
Messages
21
Reaction score
0
Information:
The vector-space \mathcal{F}([0,\pi],\mathbb{R}) consists of all real functions on [0,\pi]. We let W be its subspace with the basis \mathcal{B} = {1,cost,cos(2t),cos(3t),...,cos(7t)}.

T: W \rightarrow \mathbb{R} ^8 is the transformation where: T(h) = (h(t_1), h(t_2),...,h(t_8)), h \in W and t_i = (\pi(2i-1))/16 , i\in{1,2,...8}

The call the standard basis for \mathbb{R} ^8 for \mathcal{C}. The change-of-coordinates matrix of T from \mathcal{B} to \mathcal{C} is an invertibel matrix we call M.



My question is how I can show that T is an isomorphism. I know that this means that T must be a invertibel linear transformation, but how do I show this? Does it have anything to do with the fact that the change-of-coordinates matrix M is invertibel, and how?
 
Physics news on Phys.org
Hi atlantic! :smile:

Doesn't Fourier guarantee a unique discrete transform between 8 points and 8 amplitudes on the cosine basis limited to the interval [0,pi]?
 
But how do I prove this using the given information?
 
You need to show that T is a bijection that conserves multiplication.

I haven't worked it out yet, but the Fourier series gives a bijection between h(ti) in ℝ8 and an in ℝ8 which are the coefficients of the cosines:
a_n = \sum_{i=1}^8 h(t_i) \cos n t_i
I think it identifies your matrix M.
 
Bijection is not covered in my course:frown: Is there not any other way to make the proof?
 
atlantic said:
Bijection is not covered in my course:frown: Is there not any other way to make the proof?

I believe invertible linear transformation covers it.
If you can find an invertible transformation matrix M that does the job between B and C, it is trivial that it is a bijection.

And I just checked and it turns out that for vector spaces to be isomorphic you do not need conservation of multiplication (actually that is implicit since they are linear).
 
Last edited:
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top