Looking for function name
Clash Royale CLAN TAG#URR8PPP
up vote
2
down vote
favorite
This may seem trivial, but I need to find a name for the following function for a publication.
Its general $N$-dimensional form is
$$y = sum_i=0^2^N-1 a_i prod_j=0^N-1 x_j+1^left lfloor i/2^j right rfloor mod 2$$
where $lfloor x rfloor$ indicates the floor (round down) operator.
When $N=1$ the function is a straight line $y = a_0 + a_1 x_1$ and when $N=2$ it's a parabolic hyperboloid $y = a_0 + a_1 x_1 + a_2 x_2 + a_3 x_1 x_2$. In the general case it maintains at least one of the properties of the parabolic hyperboloid, i.e. by fixing the value of $N-1$ variables, the function becomes a straight line in the $N$-th variable: $y = A_0 + A_1 x_k$.
I'm not sure I can call it an $N$-dimensional parabolic hyperboloid, because the PH is a 2nd degree function (it can be written alternatively as $y = b_1 x_1^2 - b_2 x_2^2$, with $b_1 b_2 > 0$ plus some translations for the two variables), while the general $N$-dimensional form should be of $N$-th degree.
Is there a proper name I can give to this function? If necessary, I'm particularly interested in the $N=4$ case.
functions terminology
add a comment |Â
up vote
2
down vote
favorite
This may seem trivial, but I need to find a name for the following function for a publication.
Its general $N$-dimensional form is
$$y = sum_i=0^2^N-1 a_i prod_j=0^N-1 x_j+1^left lfloor i/2^j right rfloor mod 2$$
where $lfloor x rfloor$ indicates the floor (round down) operator.
When $N=1$ the function is a straight line $y = a_0 + a_1 x_1$ and when $N=2$ it's a parabolic hyperboloid $y = a_0 + a_1 x_1 + a_2 x_2 + a_3 x_1 x_2$. In the general case it maintains at least one of the properties of the parabolic hyperboloid, i.e. by fixing the value of $N-1$ variables, the function becomes a straight line in the $N$-th variable: $y = A_0 + A_1 x_k$.
I'm not sure I can call it an $N$-dimensional parabolic hyperboloid, because the PH is a 2nd degree function (it can be written alternatively as $y = b_1 x_1^2 - b_2 x_2^2$, with $b_1 b_2 > 0$ plus some translations for the two variables), while the general $N$-dimensional form should be of $N$-th degree.
Is there a proper name I can give to this function? If necessary, I'm particularly interested in the $N=4$ case.
functions terminology
add a comment |Â
up vote
2
down vote
favorite
up vote
2
down vote
favorite
This may seem trivial, but I need to find a name for the following function for a publication.
Its general $N$-dimensional form is
$$y = sum_i=0^2^N-1 a_i prod_j=0^N-1 x_j+1^left lfloor i/2^j right rfloor mod 2$$
where $lfloor x rfloor$ indicates the floor (round down) operator.
When $N=1$ the function is a straight line $y = a_0 + a_1 x_1$ and when $N=2$ it's a parabolic hyperboloid $y = a_0 + a_1 x_1 + a_2 x_2 + a_3 x_1 x_2$. In the general case it maintains at least one of the properties of the parabolic hyperboloid, i.e. by fixing the value of $N-1$ variables, the function becomes a straight line in the $N$-th variable: $y = A_0 + A_1 x_k$.
I'm not sure I can call it an $N$-dimensional parabolic hyperboloid, because the PH is a 2nd degree function (it can be written alternatively as $y = b_1 x_1^2 - b_2 x_2^2$, with $b_1 b_2 > 0$ plus some translations for the two variables), while the general $N$-dimensional form should be of $N$-th degree.
Is there a proper name I can give to this function? If necessary, I'm particularly interested in the $N=4$ case.
functions terminology
This may seem trivial, but I need to find a name for the following function for a publication.
Its general $N$-dimensional form is
$$y = sum_i=0^2^N-1 a_i prod_j=0^N-1 x_j+1^left lfloor i/2^j right rfloor mod 2$$
where $lfloor x rfloor$ indicates the floor (round down) operator.
When $N=1$ the function is a straight line $y = a_0 + a_1 x_1$ and when $N=2$ it's a parabolic hyperboloid $y = a_0 + a_1 x_1 + a_2 x_2 + a_3 x_1 x_2$. In the general case it maintains at least one of the properties of the parabolic hyperboloid, i.e. by fixing the value of $N-1$ variables, the function becomes a straight line in the $N$-th variable: $y = A_0 + A_1 x_k$.
I'm not sure I can call it an $N$-dimensional parabolic hyperboloid, because the PH is a 2nd degree function (it can be written alternatively as $y = b_1 x_1^2 - b_2 x_2^2$, with $b_1 b_2 > 0$ plus some translations for the two variables), while the general $N$-dimensional form should be of $N$-th degree.
Is there a proper name I can give to this function? If necessary, I'm particularly interested in the $N=4$ case.
functions terminology
edited Aug 2 at 10:41
joriki
164k10179328
164k10179328
asked Aug 2 at 9:44
GRB
1255
1255
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
1
down vote
accepted
This is a good question. I am not sure it has an accepted name, but I would name it an "elementary linear polynomial function in $ n $ variables" because linear combinations of elementary symmetric polynomials are an important special case where the coefficients of each homogeneous part are equal. The fundamental feature is that you allow the function to be at most linear in each variable separately which is a restriction of the general polynomial function in several variables with no such restriction on the degree of each variable separately.
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
accepted
This is a good question. I am not sure it has an accepted name, but I would name it an "elementary linear polynomial function in $ n $ variables" because linear combinations of elementary symmetric polynomials are an important special case where the coefficients of each homogeneous part are equal. The fundamental feature is that you allow the function to be at most linear in each variable separately which is a restriction of the general polynomial function in several variables with no such restriction on the degree of each variable separately.
add a comment |Â
up vote
1
down vote
accepted
This is a good question. I am not sure it has an accepted name, but I would name it an "elementary linear polynomial function in $ n $ variables" because linear combinations of elementary symmetric polynomials are an important special case where the coefficients of each homogeneous part are equal. The fundamental feature is that you allow the function to be at most linear in each variable separately which is a restriction of the general polynomial function in several variables with no such restriction on the degree of each variable separately.
add a comment |Â
up vote
1
down vote
accepted
up vote
1
down vote
accepted
This is a good question. I am not sure it has an accepted name, but I would name it an "elementary linear polynomial function in $ n $ variables" because linear combinations of elementary symmetric polynomials are an important special case where the coefficients of each homogeneous part are equal. The fundamental feature is that you allow the function to be at most linear in each variable separately which is a restriction of the general polynomial function in several variables with no such restriction on the degree of each variable separately.
This is a good question. I am not sure it has an accepted name, but I would name it an "elementary linear polynomial function in $ n $ variables" because linear combinations of elementary symmetric polynomials are an important special case where the coefficients of each homogeneous part are equal. The fundamental feature is that you allow the function to be at most linear in each variable separately which is a restriction of the general polynomial function in several variables with no such restriction on the degree of each variable separately.
answered Aug 2 at 15:21
Somos
10.9k1831
10.9k1831
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2869884%2flooking-for-function-name%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password