I need to solve one equation, but I dont know how to solve equation with floor functions The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Proof explaining opposite of what is observedProve that the number of words in a positive integer a in base Beta is 1 + ilog(a)/BPW where Beta = pow(2, BPW)Solving $n$-binary-variable system of equations using only combinations of $n over 2$ variables when $n over 2$ is evenFind the full solution to $leftlfloorfracNarightrfloor = leftlfloorfracNprightrfloor - a$ where $N geq p^2, p > 1$Solve floor equationWolframAlpha's problems with equations involving the floor operationHow to solve for a variable in an equation that involves XOR?How would one solve this equation which uses floor?Unsure how to solve this proof with natural deduction.How to solve equation with the floor function? 100 sided die ProblemSolve algebraic equation with floor functions
Can withdrawing asylum be illegal?
Difference between "generating set" and free product?
Do warforged have souls?
How many people can fit inside Mordenkainen's Magnificent Mansion?
Is every episode of "Where are my Pants?" identical?
"... to apply for a visa" or "... and applied for a visa"?
How to test the equality of two Pearson correlation coefficients computed from the same sample?
Arduino Pro Micro - switch off LEDs
Are my PIs rude or am I just being too sensitive?
How can I protect witches in combat who wear limited clothing?
Can smartphones with the same camera sensor have different image quality?
How to grep and cut numbes from a file and sum them
How are presidential pardons supposed to be used?
What are these Gizmos at Izaña Atmospheric Research Center in Spain?
Is above average number of years spent on PhD considered a red flag in future academia or industry positions?
RT6224D-based step down circuit yields 0V - why?
Why is superheterodyning better than direct conversion?
Problems with Ubuntu mount /tmp
Was credit for the black hole image misattributed?
Relations between two reciprocal partial derivatives?
Why can't wing-mounted spoilers be used to steepen approaches?
What information about me do stores get via my credit card?
Python - Fishing Simulator
Grover's algorithm - DES circuit as oracle?
I need to solve one equation, but I dont know how to solve equation with floor functions
The 2019 Stack Overflow Developer Survey Results Are In
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Proof explaining opposite of what is observedProve that the number of words in a positive integer a in base Beta is 1 + ilog(a)/BPW where Beta = pow(2, BPW)Solving $n$-binary-variable system of equations using only combinations of $n over 2$ variables when $n over 2$ is evenFind the full solution to $leftlfloorfracNarightrfloor = leftlfloorfracNprightrfloor - a$ where $N geq p^2, p > 1$Solve floor equationWolframAlpha's problems with equations involving the floor operationHow to solve for a variable in an equation that involves XOR?How would one solve this equation which uses floor?Unsure how to solve this proof with natural deduction.How to solve equation with the floor function? 100 sided die ProblemSolve algebraic equation with floor functions
$begingroup$
Im a student with not such a knowledge to solve equations with floor functions. I want to ask, if it is even possible and if it so, how is possible to prove this equation to be true.
- ⌊(n+m)/G⌋ = ⌊(2g-n-m)/G⌋-1
and where :
G= b^r
g= b^r - 1
when needed , r and b can be replaced by any natural number
Edit1 :
I only need to prove it when G= 2^r and g = 2^r-1 where r is variable
Edit2 : One of the variables, n or m can be fixed.
proof-verification binary floor-function binary-operations
$endgroup$
add a comment |
$begingroup$
Im a student with not such a knowledge to solve equations with floor functions. I want to ask, if it is even possible and if it so, how is possible to prove this equation to be true.
- ⌊(n+m)/G⌋ = ⌊(2g-n-m)/G⌋-1
and where :
G= b^r
g= b^r - 1
when needed , r and b can be replaced by any natural number
Edit1 :
I only need to prove it when G= 2^r and g = 2^r-1 where r is variable
Edit2 : One of the variables, n or m can be fixed.
proof-verification binary floor-function binary-operations
$endgroup$
$begingroup$
What is n,m,a,b,g,G,r? All different variables? There are way too many variables for this to be remotely solvable.
$endgroup$
– Don Thousand
Mar 31 at 13:20
$begingroup$
I already changed it , there are just variables n,m,G and g . But i only need to prove it when G= 2^r and g = 2^r-1 where r is variable
$endgroup$
– Patrik Bašo
Mar 31 at 13:22
$begingroup$
also it is possible to fix one of the variable so for example n=0
$endgroup$
– Patrik Bašo
Mar 31 at 13:22
add a comment |
$begingroup$
Im a student with not such a knowledge to solve equations with floor functions. I want to ask, if it is even possible and if it so, how is possible to prove this equation to be true.
- ⌊(n+m)/G⌋ = ⌊(2g-n-m)/G⌋-1
and where :
G= b^r
g= b^r - 1
when needed , r and b can be replaced by any natural number
Edit1 :
I only need to prove it when G= 2^r and g = 2^r-1 where r is variable
Edit2 : One of the variables, n or m can be fixed.
proof-verification binary floor-function binary-operations
$endgroup$
Im a student with not such a knowledge to solve equations with floor functions. I want to ask, if it is even possible and if it so, how is possible to prove this equation to be true.
- ⌊(n+m)/G⌋ = ⌊(2g-n-m)/G⌋-1
and where :
G= b^r
g= b^r - 1
when needed , r and b can be replaced by any natural number
Edit1 :
I only need to prove it when G= 2^r and g = 2^r-1 where r is variable
Edit2 : One of the variables, n or m can be fixed.
proof-verification binary floor-function binary-operations
proof-verification binary floor-function binary-operations
edited Mar 31 at 13:24
Patrik Bašo
asked Mar 31 at 13:18
Patrik BašoPatrik Bašo
206
206
$begingroup$
What is n,m,a,b,g,G,r? All different variables? There are way too many variables for this to be remotely solvable.
$endgroup$
– Don Thousand
Mar 31 at 13:20
$begingroup$
I already changed it , there are just variables n,m,G and g . But i only need to prove it when G= 2^r and g = 2^r-1 where r is variable
$endgroup$
– Patrik Bašo
Mar 31 at 13:22
$begingroup$
also it is possible to fix one of the variable so for example n=0
$endgroup$
– Patrik Bašo
Mar 31 at 13:22
add a comment |
$begingroup$
What is n,m,a,b,g,G,r? All different variables? There are way too many variables for this to be remotely solvable.
$endgroup$
– Don Thousand
Mar 31 at 13:20
$begingroup$
I already changed it , there are just variables n,m,G and g . But i only need to prove it when G= 2^r and g = 2^r-1 where r is variable
$endgroup$
– Patrik Bašo
Mar 31 at 13:22
$begingroup$
also it is possible to fix one of the variable so for example n=0
$endgroup$
– Patrik Bašo
Mar 31 at 13:22
$begingroup$
What is n,m,a,b,g,G,r? All different variables? There are way too many variables for this to be remotely solvable.
$endgroup$
– Don Thousand
Mar 31 at 13:20
$begingroup$
What is n,m,a,b,g,G,r? All different variables? There are way too many variables for this to be remotely solvable.
$endgroup$
– Don Thousand
Mar 31 at 13:20
$begingroup$
I already changed it , there are just variables n,m,G and g . But i only need to prove it when G= 2^r and g = 2^r-1 where r is variable
$endgroup$
– Patrik Bašo
Mar 31 at 13:22
$begingroup$
I already changed it , there are just variables n,m,G and g . But i only need to prove it when G= 2^r and g = 2^r-1 where r is variable
$endgroup$
– Patrik Bašo
Mar 31 at 13:22
$begingroup$
also it is possible to fix one of the variable so for example n=0
$endgroup$
– Patrik Bašo
Mar 31 at 13:22
$begingroup$
also it is possible to fix one of the variable so for example n=0
$endgroup$
– Patrik Bašo
Mar 31 at 13:22
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
If $G=2^r$; $g=2^r-1$ and $n+m=k$ then we have
$$- Biglfloorfrack2^rBigrfloor = Biglfloorfrac2^r+1-2-k2^rBigrfloor-1$$
$$Biglfloorfrack2^rBigrfloor+Biglfloorfrac2^r+1-2-k2^rBigrfloor=1$$
$$Biglfloorfrack2^rBigrfloor+Biglfloor2-frack+22^rBigrfloor=1$$
As $kgt0$ we need one of the floor expressions to evaluate to $0$ and the other evaluate to $1$ in order for this to be true. This occurs when
$$2^rle kle2^r+1-2$$
So a valid solution is any values of $n,m$ such that
$$Gle n+mle2g$$
If you fix one of the variables, for example $n=0$ then we have a range of solutions
$$Gle mle2g$$
$endgroup$
$begingroup$
thank you so much, now I know I did some error before this conclusion, because it is not fitting to my case, I think I will make another thread completely describing my case, but anyways, thank you man
$endgroup$
– Patrik Bašo
Mar 31 at 13:39
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "69"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
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
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3169382%2fi-need-to-solve-one-equation-but-i-dont-know-how-to-solve-equation-with-floor-f%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
If $G=2^r$; $g=2^r-1$ and $n+m=k$ then we have
$$- Biglfloorfrack2^rBigrfloor = Biglfloorfrac2^r+1-2-k2^rBigrfloor-1$$
$$Biglfloorfrack2^rBigrfloor+Biglfloorfrac2^r+1-2-k2^rBigrfloor=1$$
$$Biglfloorfrack2^rBigrfloor+Biglfloor2-frack+22^rBigrfloor=1$$
As $kgt0$ we need one of the floor expressions to evaluate to $0$ and the other evaluate to $1$ in order for this to be true. This occurs when
$$2^rle kle2^r+1-2$$
So a valid solution is any values of $n,m$ such that
$$Gle n+mle2g$$
If you fix one of the variables, for example $n=0$ then we have a range of solutions
$$Gle mle2g$$
$endgroup$
$begingroup$
thank you so much, now I know I did some error before this conclusion, because it is not fitting to my case, I think I will make another thread completely describing my case, but anyways, thank you man
$endgroup$
– Patrik Bašo
Mar 31 at 13:39
add a comment |
$begingroup$
If $G=2^r$; $g=2^r-1$ and $n+m=k$ then we have
$$- Biglfloorfrack2^rBigrfloor = Biglfloorfrac2^r+1-2-k2^rBigrfloor-1$$
$$Biglfloorfrack2^rBigrfloor+Biglfloorfrac2^r+1-2-k2^rBigrfloor=1$$
$$Biglfloorfrack2^rBigrfloor+Biglfloor2-frack+22^rBigrfloor=1$$
As $kgt0$ we need one of the floor expressions to evaluate to $0$ and the other evaluate to $1$ in order for this to be true. This occurs when
$$2^rle kle2^r+1-2$$
So a valid solution is any values of $n,m$ such that
$$Gle n+mle2g$$
If you fix one of the variables, for example $n=0$ then we have a range of solutions
$$Gle mle2g$$
$endgroup$
$begingroup$
thank you so much, now I know I did some error before this conclusion, because it is not fitting to my case, I think I will make another thread completely describing my case, but anyways, thank you man
$endgroup$
– Patrik Bašo
Mar 31 at 13:39
add a comment |
$begingroup$
If $G=2^r$; $g=2^r-1$ and $n+m=k$ then we have
$$- Biglfloorfrack2^rBigrfloor = Biglfloorfrac2^r+1-2-k2^rBigrfloor-1$$
$$Biglfloorfrack2^rBigrfloor+Biglfloorfrac2^r+1-2-k2^rBigrfloor=1$$
$$Biglfloorfrack2^rBigrfloor+Biglfloor2-frack+22^rBigrfloor=1$$
As $kgt0$ we need one of the floor expressions to evaluate to $0$ and the other evaluate to $1$ in order for this to be true. This occurs when
$$2^rle kle2^r+1-2$$
So a valid solution is any values of $n,m$ such that
$$Gle n+mle2g$$
If you fix one of the variables, for example $n=0$ then we have a range of solutions
$$Gle mle2g$$
$endgroup$
If $G=2^r$; $g=2^r-1$ and $n+m=k$ then we have
$$- Biglfloorfrack2^rBigrfloor = Biglfloorfrac2^r+1-2-k2^rBigrfloor-1$$
$$Biglfloorfrack2^rBigrfloor+Biglfloorfrac2^r+1-2-k2^rBigrfloor=1$$
$$Biglfloorfrack2^rBigrfloor+Biglfloor2-frack+22^rBigrfloor=1$$
As $kgt0$ we need one of the floor expressions to evaluate to $0$ and the other evaluate to $1$ in order for this to be true. This occurs when
$$2^rle kle2^r+1-2$$
So a valid solution is any values of $n,m$ such that
$$Gle n+mle2g$$
If you fix one of the variables, for example $n=0$ then we have a range of solutions
$$Gle mle2g$$
edited Mar 31 at 13:38
answered Mar 31 at 13:29
Peter ForemanPeter Foreman
7,2371318
7,2371318
$begingroup$
thank you so much, now I know I did some error before this conclusion, because it is not fitting to my case, I think I will make another thread completely describing my case, but anyways, thank you man
$endgroup$
– Patrik Bašo
Mar 31 at 13:39
add a comment |
$begingroup$
thank you so much, now I know I did some error before this conclusion, because it is not fitting to my case, I think I will make another thread completely describing my case, but anyways, thank you man
$endgroup$
– Patrik Bašo
Mar 31 at 13:39
$begingroup$
thank you so much, now I know I did some error before this conclusion, because it is not fitting to my case, I think I will make another thread completely describing my case, but anyways, thank you man
$endgroup$
– Patrik Bašo
Mar 31 at 13:39
$begingroup$
thank you so much, now I know I did some error before this conclusion, because it is not fitting to my case, I think I will make another thread completely describing my case, but anyways, thank you man
$endgroup$
– Patrik Bašo
Mar 31 at 13:39
add a comment |
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
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
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3169382%2fi-need-to-solve-one-equation-but-i-dont-know-how-to-solve-equation-with-floor-f%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
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
Required, but never shown
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
Required, but never shown
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
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
$begingroup$
What is n,m,a,b,g,G,r? All different variables? There are way too many variables for this to be remotely solvable.
$endgroup$
– Don Thousand
Mar 31 at 13:20
$begingroup$
I already changed it , there are just variables n,m,G and g . But i only need to prove it when G= 2^r and g = 2^r-1 where r is variable
$endgroup$
– Patrik Bašo
Mar 31 at 13:22
$begingroup$
also it is possible to fix one of the variable so for example n=0
$endgroup$
– Patrik Bašo
Mar 31 at 13:22