tainlan

20 Reputation

2 Badges

16 years, 355 days

MaplePrimes Activity


These are questions asked by tainlan

Hi, all

   I got qeustion about how to 3D plot a function with different values of on parameter.

For example, a  function

y = 2x /(x-m)

m is parameter.

I want to plot the different function curve of y in 3D when m has different values as such m=1, m=5,m=10....

say, y1 = 2x/(x-1)

       y2 = 2x/(x-5)

     y3 = 2x/(x-10)

btw,  I know how to plot 3D,  but I just want to plot the function at several specific m values.

Hi all

I have trouble extracting components from of  equation solutions:

p1 := x^2+y;

e:=solve({p1}, {x});

                                         e := {x = sqrt(-y)}, {x = -sqrt(-y)}

next I used rhs() to extract right component of the first solution

x1 := rhs(e[1]);

but I got the error:

Page 1 of 1