tiger2030 said:
ok so I am just going to try and use an example to see where my thought process is wrong and then use that to apply to a general case.
Say y2=3x1+2x2+4x3. Then fj2(y)=fj2(3x1+2x2+4x3)=fj2(3x1)+fj2(2x2)+fj2(4x3)=2
It seems you misunderstand the indices ##j_1## and so on.
Let's work in one variable. In that case, you are given an index ##j_1## and you know that ##1\leq j_1 \leq n##. So ##j_1## could be anything from ##1## to ##n##. And for each value of this ##j_1##, you have a map.
So you have maps
f_1,~f_2,~f_3,~f_4,...
What ##f_4## (for example) simply does is take out the fourth basis vector and give its coordinate. So, for example
f_4(3x_1 + 2x_2 + 4x_3 + 6x_4) = 6
Now, in the case of two variables, you have two indices ##j_1## and ##j_2## which can take on values anything from ##1## to ##n##. Let's say ##n=3##, then you have maps
f_{1,1},~f_{1,2},~f_{1,3},~f_{2,1},~f_{2,2},~f_{2,3},~f_{3,1},~f_{3,2},~f_{3,3}
So there are ##9## maps. (with general ##n##, there are ##n^2## maps).
Let's look at a specific map like ##f_{2,1}##. This map is a biliniear map, meaning it takes in two elements of ##X##. And what it does is select the 2nd coordinate of the first element and the first coordinate of the second element and multiply them. So
f_{2,1}(3x_1 + 6x_2 + 4x_3,x_1 + 2x_2 + 5x_3) = 6\cdot 1 = 6
Likewise for example,
f_{1,3}(3x_1 + 6x_2 + 4x_3,x_1 + 2x_2 + 5x_3) = 3\cdot 5 = 15