dear community!
How do I make this construction work?
f[x_] := x^2 + b
Manipulate[
Plot[
Evaluate [f[x_]], {x, 0, 5},
ImageSize -> Large,
PlotRange -> All
],
{{b, 0.1}, 0, 2, Appearance -> "Labeled" }
]
Thank you very much for detailed reply and suggested reading.
