| 1 | initial version |
Did you define e = [0, 1, 2] earlier in the same session?
Try using exp(...) instead of e^(...).
f = ^3 + exp(k*x) + sin(w*x)
| 2 | No.2 Revision |
Did you define e = [0, 1, 2] earlier in the same session?
Try using exp(...) instead of e^(...).
f = ^3 x^3 + exp(k*x) + sin(w*x)
| 3 | No.3 Revision |
Did you define e = [0, 1, 2] earlier in the same session?
Try using exp(...) instead of e^(...).
f = x^3 + * exp(k*x) + * sin(w*x)
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.