Maple Questions and Posts

These are Posts and Questions associated with the product, Maple
hi, I've got a question: does anybody know how to receive more than one object as an output of procedure? ex. I need to get a plot and print some parameter values or to get more than one plot, but one under another, not using display command. thx.
Hello everybody, I am trying to model a simple logistical problem in Maple using a double loop and 2 indices to indicate what parameters the solutions belong to. Maple however doesn't give me any output or error in the following setting: p[1] := 1; p[2] := 4; for n to 2 do for s to 10 do EBO[s, p[n]] := sum((x-s)*p[n]^x*evalf(exp(-p[n]))/factorial(x), x = s+1 .. infinity) end do end do THX for all your help in advance, Fred
Hello, I was wondering if I need to uninstall Maple 10 before I install the upgrade Maple 11. Or afterwards.... Or can I leave Maple 10 on? Thanks a lot, Steve.
I'm relatively new to Maple so the answer to this question may be simple. Why do I not get the expected results of 23.30 and 24.40 when displaying the Matrix? The results are the same if I declare it as an Array. myMatrix := Matrix(1 .. 1, 1 .. 2, datatype = float[8]); myMatrix[1, 1] := 23.30; myMatrix[1, 2] := 23.40; print(myMatrix);                                               [ 23.3000000000000007     23.3999999999999986 ]
I am considering buyuing a notebook computer and all the ones I have taken a look at come w/ the VISTA OS. As I understand it from certain posts on this forum, if I were to buy one of those notebooks I would not be able to run MAPLE11 on it until some unspecified time in the future. Is my understanding correct? If so, I would hope and expect that the folks at Maplesoft give this matter high priority, inasmuch as it appears that most new computers come w/ VISTA installed.
Something I hadn't tried until today was calling into a DLL with Maple. I was surprised at how easy it is. Once inside a DLL, the sky is pretty much the limit as far as passing the data around between applications for realtime plotting and even passing to device drivers for other processing or even I/O in WinXP.

Maple 11 has been out for a while now so hopefully people have it. I thought I would write a short post detailing some of what was done in the area of Groebner bases. If you run the examples in Maple 10 and Maple 11, I would appreciate it if you could post the times and the specifications of your computer.

Is it possible to get/set the view option of a plot component using the DocumentTools package? I'm trying to plot a function containing a parameter whose value is controlled by a slider component. When I adjust the view using rightclick->manipulator->scale and then move the slider, the graph reverts back to the hard-coded scale in the original plot command. I'd like to set a default scale, then allow a user to set the scale using the scale manipulator and have that new scale persist through the next slider manipulation.
I'm relatively new to Maple and have a question about a result from the menu DE solver. In the attached file, FODE puzzling result #01.mw, I don't understand ln(e)-1 in the denominator. Thanks, Rich View 1292_FODE puzzling result #01.mw on MapleNet or Download 1292_FODE puzzling result #01.mw
View file details
hi... can anyone help me to give an example of loop's command for programming the random data generator? i have to built programmning for random data that will appear after i've run the experiment,but i have no idea to do that.. please..i've run out the time..
This is probably very elementary, but I am a new Maple user (first day) and would appreciate any help. I am using Maple 11. I am trying to solve Laplace's equation in a circle and so have set up the pde in polar coordinates. pde := Diff(u(r, theta), r, r)+(Diff(u(r, theta), r))/r+(Diff(u(r, theta), theta, theta))/r^2 = 0 My problem is that I want to specify initial conditions over a range. i.e. u(r,theta)=1 for r=0.5 to 1 for theta=0 and theta=2*pi, and u(r,theta)=-1 for r=0.5 to 1 for theta=pi. My problem is that I don't know how to specify the condition for a limited part of the r range.
Hello, I want to apply the operator (x*d/dx+y*d/dy)^n to a function f(x,y) where n is a natural number. Is there any way to do it? I could build a loop to construct the final result for a given n but I am looking for something more elegant..
I have a problem with maple11 running on my laptop:Maple Faq tells me :You should configure your firewall to grant full permissions to the following Maple files: ..\Maple 10\jre\bin\maple.exe ..\Maple 10\bin.win\mserver.exe ..\Maple 10\bin.win\cwmaple.exe ..\Maple 10\bin.win\cmaple.exe But I don't know how to do that:I have Netgear DG834g router,I follow the instructions there to go to Firewall rules, I click on add service and i am lost(nb I am awful with computers).Then I go to services>add custom service and again I don't know what to do...Basically what am i supposed to do??Is a ser
Hello, I'm a recent arrival at Maple Primes (as in earlier today), and I seem to recall a much older version of either Maple, Matlab, or Mathematica having a 3D plot example of a "Schauberger" tube. I've looked through my old files and can find nothing. These are similar to a tornado or water whirlpool profile, so I'm supposing that cylindrical coordinates are a suggested goemetry. A "decaying radius" spiral looped inside the "Gabriel's Horn" elsewhere on Maple Primes has a similar 3D profile, but the pipes that Herr Schauberger patented in Austria long ago also decreased in pipe diameter as the spiral radius decreased inward.
I'm trying to write a loop which will display matrices of larger than 10x10, as an umbrella matrix with blocks of up to 10x10... for example an 11x14 matrix would display as a 4x4 matrix with the [1,1] element a 10x10 matrix, [1,2] a 1x10, [2,1] a 4x10 and [2,2] a 4x1. Any suggestions on how to do this or where I'd find example code? I'm an undergrad student with only an intermediate level of maple experience so I'll probably struggle with explanations with lots of jargon!
First 2151 2152 2153 2154 2155 2156 2157 Last Page 2153 of 2237