I have a paragraph
Manipulate[ expr, { {a, 1}, 1, 4, 1}, { {b, 2}, 2, 5, 1} ] and I want variable b to be bigger than a at all times.
I have searched for help on this and one thread on this site mentions the functions Manipulate and Dynamic, but as I am new to Mathematica I don't fully understand the solution - and as I won't need Mathematica too much in the future it's not expedient for me to read through 5 page tutorials on both functions until I maybe get how both work.
Thanks in advance
Manipulate[a + b, {{a, 1}, 1, 4, 1}, {b, a + 1, a + 6, 1}]$\endgroup$