Maple Questions and Posts

These are Posts and Questions associated with the product, Maple

One of my friends would like to buy a book about solving multiple integrals and/or ordinary differential equations with Maple (some newer version, let's say 13 and newer).

I know about this site: http://www.maplesoft.com/books/, but can anyone recommend some book(s) which is (are) worth buying?

http://aw.twi.tudelft.nl/~koekoek/askey/ch3/par28/par28.html

Which function represent phi in 3.28.1

The following example shows some typical computations with Householder- or reflextion matrices. Why are the second and third variants only slightly better than the first one? Could we get a real speedup without rtable/NAG/BLAS/etc. tricks?

 

$ maple15
    |\^/|     Maple 15 (X86 64 LINUX)
._|\|   |/|_. Copyright (c) Maplesoft, a division of Waterloo Maple Inc. 2011
 \  MAPLE  /  All...

I'm writing a maplet and I would like to put in my MathMLViewer two equations. Each equation in different line. How can I do this using MathML[Export]() while setting the value of MathMLViewer ?


Okay a bit difficult to explain, hope you understand. In std. GUI Opening a Maple worksheet with document blocks that have autoexecute code, and are collapsed do not appear in the markers view if the worksheet is not allowed to autoexecute. Autoexecuting the worksheet will allow the document blocks to be visible for expanding.

with the information in the page

http://aw.twi.tudelft.nl/~koekoek/askey/ch3/par28/par28.html

what should do?

i guess to use Hn directly and use sum(Hn*z^m/m!)

is it possible in Maple?

 

Hi,

I have a third order system with nonconstant coefficients I would like to solve in Maple.  I have found a solution  but, I need a general solution.  I have attached the worksheet.  In the worksheet I have commented the system and the known solution.  AllCalculationsPertu.mw

Is there some way to construct the general solution from known solutions like a variation of parameters?

Any other method besides rsolve to solve genfun?

i discover it can solve variable coefficient and n coefficient too.

but sometimes n*P(n+1) make it can not solve, i have to remove n to P(n+1)

any paper describing the mechanism of rsolve, where it store the maple code of rsolve in maple 15?

In status box between "Evaluating..." and "Memory, Time, Mode" there is enough space. Would be nice to have there smth like "user-defined status" of ~100 symbols (or so). Instead of long printed log you could see status of current stage of long-term process.

Dear All,

 

Thanks for the previous support and help.

 

I am trying to solve a poisson equation, but I am getting Bessel function in the solution. Derivation of this equation with respect to 'r' gives more complex form of Bessel function.

Actually I am not sure should I continue with the problem and Maple will take care of everything or I have to modify in the solution.  

Equation 9 and Equation 11 needs to...

Dear all,

Maple gives me the complete solution to the attached PDE. This solution is expressed in terms of KummerU and KummerM. What I want is to obtain the solution for real numbers only, i.e. I want to get rid of the possible imaginary numbers in the solution. This implies that the separation constant, _c1, must be less or equal to 2r. 

How can I do this?

Furthermore, the four arbitrary constants will need to be determined through boundary conditions....

Is there a way to create an interactive plot, and put it in a Maplet, so I could get onclick coordinates and display some points there on my plot ? I checked Maple help and I didn't find any onclick event for plot or Maplets,Elements,Plotter but I found something called PlotComponent and there are some options like clickx, clicky. Can I use it somehow in Maplet, or maybe there's another solution ?

Dear all,

Some time ago I asked a question concerning the algorythm for numerical dsolve and related issues here.

I got a nice answer from pagan and implemented the algorythm.

However, since my system is big, the iterations take long time.

Here is the code itself:

sys1:=[TRIC[1],TRIC[2],TRIC[3],TRIC[7],TRIC[8],TRIC[9]]:
> sys2:=[TRIC[4],TRIC[5],TRIC[6],TRIC[10],TRIC[11],TRIC[12]]:
> GRAD:=subs(u=FF[1](t),a=FF[2](t),k=k(t),tau=tau(t),psi[1...

Problem. write the equation of the line cut the two lines d1: x = 2*t, y= -t+1, z = t-2, d2: x = -1+2*m, y = 1+m, z = 3 and perpendicular to the plane 7*x+y-4*z=0. 

This is my code. 

> restart;with(geom3d):

with(LinearAlgebra):

a:=[2*t,-t+1,t-2]:

b:=[-1+2*m,1+m,3]:

line(d1,a,t):

line(d2,b,m):

Dear All,

 

I have 12 equations with 12 unknowns.  I trying to solve using the following:

 

solve({s1,s2,s3,s4,s5,s6,s7,s8,s9,s10,s11,s12},{c1,c2,c3,c4,c5,c6,c7,c8,c9,c10,c11,c12});

 

but my problem is MAPLE doesn't solve for C10, C11, C12.    

Is there any format for writng s10,s11,s12  and c10,c11,c12.

 

Your help will be really appreciated.

Thanks in advance

First 229 230 231 232 233 234 235 Last Page 231 of 2097