Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.soft-sys.math.maple > #344

Maple 15 Syrup Ladder Networks do not accept uF

Date 2012-02-03 02:08 -0800
From "Thomas D. Dean" <tomdean@speakeasy.org>
Newsgroups comp.soft-sys.math.maple
Subject Maple 15 Syrup Ladder Networks do not accept uF
Message-ID <5OednfpP9r2zL7bSnZ2dnUVZ_smdnZ2d@megapath.net> (permalink)

Show all headers | View raw


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

Back to comp.soft-sys.math.maple | Previous | NextNext in thread | Find similar | Unroll thread


Thread

Maple 15 Syrup Ladder Networks do not accept uF "Thomas D. Dean" <tomdean@speakeasy.org> - 2012-02-03 02:08 -0800
  Re: Maple 15 Syrup Ladder Networks do not accept uF Joe Riel <joer@san.rr.com> - 2012-02-03 08:07 -0800
    Re: Maple 15 Syrup Ladder Networks do not accept uF "Thomas D. Dean" <tomdean@speakeasy.org> - 2012-02-03 21:59 -0800

csiph-web