Bugs item #764731, was opened at 2003-07-02 17:03
Message generated for change (Settings changed) made by gustav_delius
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=439479&aid=764731&group_id=44411
Category: None
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Gustav W Delius (gustav_delius)
Assigned to: Nobody/Anonymous (nobody)
Summary: multiplying Arrays with integer entries
Initial Comment:
Below are two short question sources. The first one
compiles with no problem, the second one gives the
compilation error:
Error while globalizing variables:
unable to determine the type of {rational, List(1 ..
2,integer)}
iproc =
h> A:=1/5*array([8.0,4]);
a>1
end>
h> A:=1/5*array([8,4]);
a>1
end>
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=439479&aid=764731&group_id=44411
|