|
|
last edited 11 years ago by test1 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | ||
Editor: Bill Page
Time: 2008/05/22 13:03:01 GMT-7 |
||
Note: new |
changed: -a:Union(Symbolic,Integer) -b:Union(Symbolic,Integer) a:Union(Symbol,Integer) b:Union(Symbol,Integer) added: a:=3.14
axioma:Union(Symbol,Integer)
axiomb:Union(Symbol,Integer)
axiomc:=a*3-b*2
(1) |
axiomp:UP(x,Integer):=x*2-7
(2) |
axiompc := p c
(3) |
axiomf(x)==x^3-x^2+1
axiomfb := f b
Compiling function f with type Symbol -> Polynomial Integer
(4) |
axioma:=1
(5) |
axiomb:=-3
(6) |
axiomeval(pc,['a=a,'b=b])
(7) |
axiomeval(c,['a=a,'b=b])
(8) |
axiomeval(fb,['a=a,'b=b])
(9) |
axioma:=3.14 Cannot convert right-hand side of assignment 3.14 to an object of the type Union(Symbol,Integer) of the left-hand side.