These are questions asked by
pagan
How can I most succinctly and straightforwardly get Maple to simplify f below to g below?
> f:=(6*x^2-6*x+6)^(1/2)*(2*x^2-2*x+2)^(1/2);
(1/2) (1/2)
/ 2 \ / 2 \
\6 x - 6 x + 6/ \2 x - 2 x + 2/
> g:=simplify(f) assuming x::real;
(1/2) / 2 \
2 3 \x - x + 1/
> simplify(g-f...
Does anyone know of a working link to the worksheet for this Application Center item?
This is entitled, "Comparison of Multivariate Optimization Methods" and according to the html version it was authored by Sergey Moiseev (who I believe uses the handle mois here on Mapleprimes).
The link to the .mw is broken at that App Center page. And...
What's the API for the MapleCloud?
Would it be possible to upload/download/otherwise-talk to the MapleCloud without using the Standard GUI's palette? If so, how? In particular, could it be done using the Sockets package?
In 13.01 (Linux) I see this.
> # works ok
> plots:-spacecurve([sin(t),t,1],t=0..1,thickness=5);
> # expect missing argument error, but loses kernel connection
> plots:-spacecurve([sin(t),t,1],thickness=5);
Is it the same in 13.02, and on Windows, can anyone say?
There is some interesting news in the Business section of today's Kitchener-Waterloo Record newspaper.
Cross-referencing, there is a press release.
Does anyone here know of any Maple code (public, or in the Maple Library, or on www.mapleapps.com, etc) that implements alpha-beta pruning?
I would like to see some examples of how this can be implemented and used in Maple, and possibly learn from it.