Hi,
On 23/03/18 16:42, KatolaZ wrote:
On Fri, Mar 23, 2018 at 04:27:39PM +0100, Dr. Nikolaus Klepp wrote:
I have an interesting problem with maxima/wxmaxima on ascii:
wxmaxima and maxima can solve this equation:
solve([x²+y²=r², (x-a)²+(y)²=p²],[x,y]);
I get the correct solution in both maxima and wxmaxima....
but this equation is solved in maxima, but not in wxmaxima (gives an empty
solution):
solve([x²+y²=r², (x-a)²+(y-b)²=p²],[x,y]);
Could somebody please try to replicate this result?
...I get an empty solution for the second equation in*both* maxima
and wxmaxima.
My2Cents
KatolaZ
i get an empty solution in maxima:
(%i1) solve([x^²+y^²=r^², (x-a)^²+y^²=p^²],[x,y]);
(%o1) []
Aitor.
_______________________________________________
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng