|
|
last edited 10 years ago by test1 |
1 2 3 4 5 6 | ||
Editor: test1
Time: 2014/05/13 17:18:46 GMT+0 |
||
Note: |
added:
From test1 Tue May 13 17:18:46 +0000 2014
From: test1
Date: Tue, 13 May 2014 17:18:46 +0000
Subject:
Message-ID: <20140513171846+0000@axiom-wiki.newsynthesis.org>
Status: fixed somewhere => closed
I don't know enough if this is a repeat somewhere else:
(1) -> solve([x**3+y**3+cot(z)=12,x**2+z=1101, x*y=53], [x, y, z])
There are no library operations named ** Use HyperDoc Browse or issue )what op ** to learn if there is any operation containing " ** " in its name.
Cannot find a definition or applicable library operation named ** with argument type(s) Variable(x) PositiveInteger
Perhaps you should use "@" to indicate the required return type,or "$" to specify which version of the function you need.
gave:: WARNING (genufact): No known algorithm to factor 6 3 ? + (cot(z) - 12)? + 148877, trying square-free.
>> Error detected within library code: No identity element for reduce of empty list using operation append
Similarly:
solve([x+cot(z)=12,x+z=0],[x,z]) 2) -> >> Error detected within library code: No identity element for reduce of empty list using operation append
no patch available
Status: fixed somewhere => closed