Re: newbie
Themos Tsikas <[email protected]>
| Newsgroups | gmane.comp.mathematics.axiom.user |
|---|---|
| Organization | NAG Ltd |
| Message-ID | <[email protected]> |
On Wednesday 02 July 2008, Osman Kemal Kadiroğlu wrote: > deq:= (x**2 + 1)* D(yx,x,2) + 3*x* D(yx,x) + yx = 0 You need to leave a space between the y and the x in your yx. deq:= (x**2 + 1)* D(y x,x,2) + 3*x* D(y x,x) + y x = 0 The space is significant: without it, yx is treated as a new symbol that has nothing to do with the value y or x - with it, it is treated as the application of y on x, y(x), which, by AXIOM convention, means the function elt(y,x) since y is not an AXIOM function itself. ________________________________________________________________________ The Numerical Algorithms Group Ltd is a company registered in England and Wales with company number 1249803. The registered office is: Wilkinson House, Jordan Hill Road, Oxford OX2 8DR, United Kingdom. This e-mail has been scanned for all viruses by Star. The service is powered by MessageLabs. ________________________________________________________________________