axiom-mail
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Axiom-mail] newbie


From: Themos Tsikas
Subject: Re: [Axiom-mail] newbie
Date: Wed, 2 Jul 2008 08:41:34 +0000
User-agent: KMail/1.9.6 (enterprise 20070904.708012)

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. 
________________________________________________________________________




reply via email to

[Prev in Thread] Current Thread [Next in Thread]