List Archives > 
Maple User Group List Archive > 
Archive by date > 
This Month By Date > 
This Month By Topic
[MUG] 4 examples - an explanation?
| [MUG] 4 examples - an explanation? |
|
Author: Vladimir Bondarenko
Posted: Tue, 4 Jun 2002 05:48:38 +0400
|
>> From: Vladimir Bondarenko "vvb"
Hello,
These 2 examples are trivial.
>1956*(1+1)^2;
3825936
>1994*(diff(a,a)+y(z))^2;
1994*(1+y(z))^2
However, if I eliminate the multiplication operator, '*',
>1956(1+1)^2;
3825936 # = 1956^2
>1994(diff(aleph,a)+y(z)+ISSAC-2003)^2;
3976036 # = 1994^2
Could I hear an explanation?
Many thanks in advance.
Vladimir Bondarenko
Applied mathematician
|
[View Complete Thread]
Previous by date: [MUG] Re: Plotting a point, Maple User Group
Next by date: [MUG] Re: evalm and mapping of function, Maple User Group
Previous thread: [MUG] Assignment, Edgar G Goodaire
Next thread: [MUG] evalm and mapping of function, Guy Gendron
|