Bugs item #797283, was opened at 2003-08-29 13:32
Message generated for change (Comment added) made by gustav_delius
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=439479&aid=797283&group_id=44411
Category: None
Group: None
>Status: Closed
>Resolution: Invalid
Priority: 5
Submitted By: Gustav W Delius (gustav_delius)
Assigned to: Nobody/Anonymous (nobody)
Summary: answerfield not filled in correctly
Initial Comment:
The problem is illustrated by the following toy example:
h> a := vector([1,2])
a> a
end>
When trying this question and the pressing "New
Version" the answer is filled in as a rather than as vector
([1,2]).
----------------------------------------------------------------------
>Comment By: Gustav W Delius (gustav_delius)
Date: 2003-08-29 14:47
Message:
Logged In: YES
user_id=737246
As pointed out by Greg, this is not a bug. If a variable holds a
vector or a matrix as its value then Maple does not evaluate
the variable automatically. An extra eval is needed. So the
correct question souce is
h> a := vector([1,2])
a> eval(a)
end>
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=439479&aid=797283&group_id=44411
|