- #1
Silva1
- 5
- 0
Hi everyone.
I'm currently trying to create a function/expression based on several variables. I've so far figured out the rules that the variables should follow but I'm struggling to put them together into a formula. I'm hoping that someone here might tell me if this is even possible, and give me some advice or direct me somewhere specific I can read about my problem (I haven't studied any maths in some time and I don't recall an exact name for what I'm trying to do).
To give my variables names I'll be using: a, b, m, p, s, x
The relations I'd like to have are:
I'd like to show x as a function using these variables.
Thanks in advance for any help. :D
I'm currently trying to create a function/expression based on several variables. I've so far figured out the rules that the variables should follow but I'm struggling to put them together into a formula. I'm hoping that someone here might tell me if this is even possible, and give me some advice or direct me somewhere specific I can read about my problem (I haven't studied any maths in some time and I don't recall an exact name for what I'm trying to do).
To give my variables names I'll be using: a, b, m, p, s, x
The relations I'd like to have are:
Code:
a ≥ x ≥ b > 0
a ≥ 1 ≥ b > 0
m ≥ s ≥ 0
m ≥ p ≥ 0
when s = p then x = 1
when p = m and s = 0 then x = a
when s = m and p = 0 then x = b
I'd like to show x as a function using these variables.
Thanks in advance for any help. :D
Last edited: