That's the question... 'cause I've tried to open it using
./maple14/bin/maple -cw
like a thousand times and nothing happens...
I was solving one Math puzzle and found out a strange behaviour of the Optimization package commands in the Classic Worksheet.
Let us minimize the function 7*x+3*y under the constraint 6*x+2*y >= 49 for non-negative integers. When I type
Optimization:-Minimize(7*x+3*y, {6*x+2*y >= 49}, assume = nonnegint);
Maple 15, Windows7x64, Standard v. Classic
I have noticed that, on my system, the smoothness of some INLINE plots is better in Classic than in Standard. Is this some regression or some installation-specific quirck I wonder?
In Tools->Options, I have plot anti-aliasing enabled (whatever that is).
This looks alright in Classic
plots:-implicitplot(
[ x^2 + y^2 = 1, x^2 + y^2 = 2 ]
, x = -2 .. 2
, y = -2 .. 2
Dear guys! It seems to me that we can not use "subs" after solving an ODE system by method=classical[rk4]. Am I right? If your answer is yes then how should Ido instead?
The problem has been discussed in mapleprimes before, but I have not come across a neat solution. Perhaps there is one. What is the state of the art for exporting 3D graphics (plot3d, etc.) with Maple 15?
What I think I know is this: standard GUI has a completely new way of treating 2D graphics but has an outdated way of rendering 3D, while the classic GUI, though no longer developed, for some reason typically renders better 3D graphics.
I used to export graphics...
This is a continuation branch of the thread "cut/paste" won't work..." See point #1 below.
1. Why won't #$%^ Mapleprimes editor let me reply to the original post? I press "add comment" and I get pointed back to the branch two steps back. Anything I write comes out blank when I submit, so now there are two blank replies credited to me! Does that give me points I don't deserve?
2. Classic worksheet isn't "still there". It says so in the readme that classic worksheet...
Maple is such a useful and wonderful sorftware, but,
coud you make the classic worksheet compatible with 64bits?
There are packages (grtensor) that do not run on the new worksheet.
Dear Maple lovers,
As a classical worksheet user from the past years, now I'd like to be a "modern" Maple user, using the 2D Input in the modern worksheet mode (I will call it mwm from now on). But, alas, I cannot even solve a simple equation!
To describe my situation let me state the following:
1. I use 64 bit Maple 14 Student Edition (single user) under 64 bit Windows 7.
2....
My problem that i just simlply can`t start Maple 12 under Windows 7 x64 in classic worksheet mode.
I like that much and i tried the suggested maplew.exe -cw but i got the same fancy window what i get starting just maplew.exe.
I need help and thank you.
I want to plot this graph with maple.
http://img843.imageshack.us/img843/5300/graphh.jpg
The lines are:
a) x=2t+3; y=5t-2; z=-t+1
b) x=-2t+7; y=t+8; z=2t-1.
I tried to plot the first line with spacecurve, but I don't now how to plot the two lines together.Also I couldn't plot the z axes in the vertical position.
spacecurve([2*t+3,5*t-2,-t+1],t=-10..10,axes=normal, labels=[x,y,z],scaling=constrained);
Is there a way to find and represent on the intersecting...
There is no released Classic interface to accompany the 64 bit version of Maple (12, 13) for the 64 bit Windows XP64 operating system. Personally, I prefer running the Standard over the Classic interface, although sometimes I miss common subexpression display for lengthy symbolic output.
The Maple Classic interface appears to talk to the Maple kernel only over a socket (or similar), and the...
Has anyone tried the technique used here, to run Maple 12's 32bit Classic GUI with the 64bit Maple 12 kernel binaries, on Linux?
Should I try and update it to work with Maple 11 or 12?
It looks like some symlinks would have to change or be added, relative to the way that I did it for Maple 10.
Has anyone ever tried to do a similar thing on 64bit Windows?
Dave L
In the command-line or Classic worksheet interfaces of Maple, after entering
?pointplot
only the help page for Statistics[PointPlot] is shown.
This is strange, since plots[pointplot] gives an exact match for the lower case name entered while Statistics[PointPlot] does not. In Maple 10.06, that same help query showed the plots[pointplot] page.
In the Standard worksheet interface that same command brings up the Statistics[PointPlot] page. But a...