login  home  contents  what's new  discussion  bug reports     help  links  subscribe  changes  refresh  edit

Edit detail for #316 solve dies on included code revision 1 of 6

1 2 3 4 5 6
Editor:
Time: 2007/11/17 22:25:27 GMT-8
Note:

changed:
-
I don't know enough if this is a repeat somewhere else:

solve([x**3+y**3+cot(z)=12,x**2+z=1101,x*y=53],[x,y,z])
   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


Submitted by : (unknown) at: 2007-11-17T22:25:27-08:00 (16 years ago)
Name :
Axiom Version :
Category : Severity : Status :
Optional subject :  
Optional comment :

I don't know enough if this is a repeat somewhere else:

solve([x3+y3+cot(z)=12,x*2+z=1101,xy=53]?,[x,y,z]?) 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