Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Maple 15 Syrup Ladder Networks do not accept uF

14 views
Skip to first unread message

Thomas D. Dean

unread,
Feb 3, 2012, 5:08:50 AM2/3/12
to
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

Joe Riel

unread,
Feb 3, 2012, 11:07:59 AM2/3/12
to
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

Thomas D. Dean

unread,
Feb 4, 2012, 12:59:48 AM2/4/12
to
On 02/03/12 08:07, Joe Riel wrote:

>
> 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.
>

I can just as easily use e-6, which I do most of the time.

Thanks,

Tom Dean
0 new messages