"Thomas D. Dean" <tomd
...@speakeasy.org> writes:
> Maple 15
> restart; with(Syrup);
> ckt:=[V,C(10uF)];
> on line 1: ckt:=[V,C(10uF)];
> ^ syntax error - Probably missing an
> operator such as *
>> Version;
> "0.1.16"
> ckt:="* name\nV 1 0\nR 1 2 100\nC 2 0 10uF\n.end":
> Print(ckt);
> * name
> V 1 0
> R 1 2 100
> C 2 0 10uF
> .end
> Tom Dean
That has always been the case. The reason is more a limitation of
Maple than Syrup in that it isn't possible to enter 10uF unless
quoted. I could extend the ladder notation to accept strings
(as well as number) and then parse them. You could then enter
C("10uF"). Let me now if that would be useful; it wouldn't be
hard to add.
--
Joe Riel