Question: Multiple Graphs in Maple

I have an equation that is a function of two variables i.e Cp(beta,lambda). I have to plot several Cp curves on the same graph for a range of lambda=0..15 (x-axis). The 1st curve I want Cp@beta=0, 2nd curve Cp@beta=5, 3rdcurve Cp@beta=10 .... and so on

How can I do this without having to define a separate Cp equation for each beta value?

Please Wait...