Johan159

30 Reputation

One Badge

4 years, 132 days

MaplePrimes Activity


These are replies submitted by Johan159

@Carl Love Thank you all for your advice, but it's all a bit to complicated. I did what I needed to do, I don't really care about how it's done.

W(x):=subs(_C1 = 0, W(x));

This works, so that is what I will use. Crazy codes like this I can't comprehend:

W__particular:= unapply(eval(rhs(sol1), indets(sol1, suffixed(_C))=~ 0), x);

@Mariusz Iwaniuk Thank you! That does work.

I do however have to add W(x):=....

W(x):=subs(_C1 = 0, W(x));

or

W(x):=eval(W(x), _C1 = 0);

Thank you very much! It is clear now how to do it.

@Preben Alsholm 

Oke, that is clear. But can I give a value for say y and then plot it 2d with x as variable?

@Carl Love Thank you for your answer!
However, it does not seem to work, could you tell me what I am doing wrong?

@Carl Love Thank you! It worked. But it does turn purple, can it be black text?

Page 1 of 1