| 1 | initial version |
You can make a substitution into p_4 and plot the result, e.g.:
plot(p_4.subs(d_e == 0, d_k == 1/2, d_m == 1, e_m == 1, e_s == 1), (x,-5,5))
The substitution into p_4 returns a new expression, and does not alter p_4 itself.
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.