Maple 13 Questions and Posts

These are Posts and Questions associated with the product, Maple 13

Hi all,

I've just downloaded and installed the Maple 13.02 update, and when I go into the Maple Portal, I am finding that it sometimes locks up when I click on a hyperlink. When I say "locks up", I mean it simply stops responding.

It is 64-bit Maple running in a 64-bit Win 7 environment.

The only thing that I can think of is that the issue is related to Java somehow (which is what Maple is based on, correct ?)

thanks,
Andrew J Fortune,

I'm running this numerical integration 14 hours continuously,without result.

The problem is the numerical integration

 evalf(int(F(q)*sin(q*Theta)/q)) assuming(0

This is taking forever.

Now,this is already done using Fortran (not time consuming at all),but the choice is not mandatory,so I'm using Maple 13.

Now,I think, to do this I have to do the integral using any other numerical method, evalf(int(,)) isn't good enough.

I need to send a Maple worksheet (.mw) to someone who is not a Maple user,doesn't have Maple installed.So what is the simplest possible solution now?How can I convert this into a pdf/doc/ps/eps  file so that any document viewer can open it?

My code consists of some execution groups. There are also some Text sequencies in between.

Now I've to calculate the whole thing with some differnet values so it would be great to be able to call a loop beyond the execution groups.

That of course doesn't work.

So is there any trick to execute parts of the whole sheet several times with different values?

can someone give help or a hint on how to overcome the faulty result in the pdsolve problem with radiation bc described in the following worksheet? I tried also with different method, but no success. the result from pdsolve makes physical no sense, because under pure radiation bc (h=0) the body should cool down and not heat up!

maple_heat_rad_pdsol.mw

thanks :-)

btw, the problem was reported befor, see:

Hi, I am new to Maple, and, though I have scoured the internet and Maple's help, I have been unable to find a way to construct an element of F[x], where F is a finite field. Just to clarify, I am looking to construct a polynomial with variable x (eventually it will be multivariate, but I think I can extend to that easily), with coefficients from some finite field of size p^k, p and k being given.

I have seen a few examples online of people converting polynomials to...



Hi all

I am trying to draw a 3d plot from the data that I have created in excel, how do I import from excel to maple and then draw the 3d plot using array?

 

below is the link to my dataset in excel

 

Book1.xls

 

your help is appreciated

How I can say that an object,say k, is a constant(it may be positive or negative) inside assume()?

assume(k::??should I say)

pls also tell me what kind of help pages I should see for this kind of "type inside assume()" problems. 

Thanks.

I copied a column of figures from Excel and pasted them into an Maple worksheet.  Maple displayed a column vector with the appropriate values.  I set the variable y equal to this vector and was able to verify that, for example, y[3] had the correct value.  However, when I tried to use y[i] after a summation symbol which used i as the index I got the error message "Error, bad index into vector".  The summation expression worked fine when I redefined y by the following:

Hi to all

I am trying to merge two functions into a single graph. I have discovered the "piecewise" function but however I want to be able to manipulate the variables in both functions and plot a 3D graph to determine the results.

this is what I have so far

Z := proc (t)

if subs(p = 25, (100-p)*(1-exp((-1)*.11*t))/(10.00000000*exp((-1)*.11*t)+1)) < CM and 0 < t then subs(p = 25, (100-p)*(1-exp((-1)*.11*t))/(10.00000000*exp((-1)*.11*t)+1))

My question is very easy I have a^2+b^2*a+b+1 and I want b^2*((a^2)/(b^2)+1/b^2+a)  how could I ask this to maple?

In particular my expression is 

How do I slection input and output in a Maple procedure?

Hi, I am currently trying to draw a standard airfoil NACA 4412 (http://en.wikipedia.org/wiki/NACA_airfoil). I've put all the equations and defined the parameters.

I don't know what is the problem, probably many Float undefined errors... According to me, it should be simple, but somehow I can't get it right. Any suggestions?

Thanks

Here is the file :  

I have 2 equations that are made up of various powers of 2 different variables. Is there any command to retain only terms of the first order? E.g. no "x^2", "x^{3/2}", etc, just "x"s.

First 37 38 39 40 41 42 43 Last Page 39 of 54