``` x = chebfun(@(x) x, [-pi, 2*pi]); f = exp(sin(2*x)) ``` ``` h = max(f, 1) ``` looks correct like this: <img width="582" height="555" alt="Image" src="https://github.com/user-attachments/assets/38eaa45b-f84f-4663-bf1b-53dd1e7c7db7" /> But: ``` h = max(f, 1 + 0.05*x) ``` looks like this: <img width="582" height="555" alt="Image" src="https://github.com/user-attachments/assets/52095c71-04b7-41cd-9d0a-7e40acb7723e" /> I suspect something about conjugte transposes...