On 01/24/2013 06:53 AM, aishen wrote:
> I can't get it working ?
>
>
> /* [wxMaxima: input start ] */
> load(sarag);
> /* [wxMaxima: input end ] */
> /* [wxMaxima: input start ] */
> topology(x^2+y^2-1,x,y);
> /* [wxMaxima: input end ] */
> I got invalid index list or matrix
> Any help ?
Hi,
it works for me (Maxima 5.28.0, using Lisp SBCL 1.0.55.0.debian)
(%i2) load(sarag);
(%o2)
/usr/local/share/maxima/5.28.0/share/contrib/sarag/sarag.mac
(%i3) topology(x^2+y^2-1,x,y);
(%o3) [0, [0, [1, 1], 2, [1, 1], 0]]
(%i4) drawTopology(%[2]);
and the plot appears.
Regards,
Jaime Villate