Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Maple 15 Syrup Ladder Networks do not accept uF
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Thomas D. Dean  
View profile  
 More options Feb 3, 5:08 am
Newsgroups: comp.soft-sys.math.maple
From: "Thomas D. Dean" <tomd...@speakeasy.org>
Date: Fri, 03 Feb 2012 02:08:50 -0800
Local: Fri, Feb 3 2012 5:08 am
Subject: Maple 15 Syrup Ladder Networks do not accept uF
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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Joe Riel  
View profile  
 More options Feb 3, 11:07 am
Newsgroups: comp.soft-sys.math.maple
From: Joe Riel <j...@san.rr.com>
Date: Fri, 03 Feb 2012 08:07:59 -0800
Local: Fri, Feb 3 2012 11:07 am
Subject: Re: Maple 15 Syrup Ladder Networks do not accept uF
"Thomas D. Dean" <tomd...@speakeasy.org> writes:

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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Thomas D. Dean  
View profile  
 More options Feb 4, 12:59 am
Newsgroups: comp.soft-sys.math.maple
From: "Thomas D. Dean" <tomd...@speakeasy.org>
Date: Fri, 03 Feb 2012 21:59:48 -0800
Local: Sat, Feb 4 2012 12:59 am
Subject: Re: Maple 15 Syrup Ladder Networks do not accept uF
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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »