Maple 13 Questions and Posts

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

LE.2a.E.LGM.mwHi, my this programme is executing for linear part but does'nt show the proper results for non linear,plz tell me appropriate code

> coth;
                                    coth
> restart;
> c := 0;
                                      0
> w := -2*mu;
                                    -2 mu
> a[-1] := 0;
                                      0
> a[0] := mu*lambda*sqrt(-6*a);
                                            (1/2)
                            mu lambda (-6 a)     
> a[1] := (6*(mu*lambda^2+1))/sqrt(-6*a);
                               /         2    \
                             6 \mu lambda  + 1/
                             ------------------
                                      (1/2)    
                                (-6 a)         
> b[-1] := 0;
                                      0
> b[0] := 0;
                                      0
> b[1] := 0;
                                      0
> xi := x+w*t;
                                 x - 2 mu t
> P := sqrt(-mu)*coth(A+sqrt(-mu)*xi);
                     (1/2)     /         (1/2)             \
                (-mu)      coth\A + (-mu)      (x - 2 mu t)/
> u := a[0]+a[1]*P/(1+lambda*P)+a[-1]*(1+lambda*P)/P+b[0]*sqrt(sigma*(1+P^2/mu))/P+b[1]*sqrt(sigma*(1+P^2/mu))+b[-1]*sqrt(sigma*(1+P^2/mu))/P^2;
                 (1/2)
 mu lambda (-6 a)     

           /         2    \      (1/2)     /         (1/2)             \   
         6 \mu lambda  + 1/ (-mu)      coth\A + (-mu)      (x - 2 mu t)/   
    + ---------------------------------------------------------------------
            (1/2) /                (1/2)     /         (1/2)             \\
      (-6 a)      \1 + lambda (-mu)      coth\A + (-mu)      (x - 2 mu t)//
> Diff(u, t)+a*u^2*(Diff(u, x))+Diff(u, `$`(x, 3));
/    /                     
| d  |                (1/2)
|--- |mu lambda (-6 a)     
| dt |                     
\    \                     

          /         2    \      (1/2)     /         (1/2)             \   \\     /          
        6 \mu lambda  + 1/ (-mu)      coth\A + (-mu)      (x - 2 mu t)/   ||     |          
   + ---------------------------------------------------------------------|| + a |mu lambda
           (1/2) /                (1/2)     /         (1/2)             \\||     |          
     (-6 a)      \1 + lambda (-mu)      coth\A + (-mu)      (x - 2 mu t)////     \          

        (1/2)
  (-6 a)     

          /         2    \      (1/2)     /         (1/2)             \   \   
        6 \mu lambda  + 1/ (-mu)      coth\A + (-mu)      (x - 2 mu t)/   |   
   + ---------------------------------------------------------------------|^2
           (1/2) /                (1/2)     /         (1/2)             \\|   
     (-6 a)      \1 + lambda (-mu)      coth\A + (-mu)      (x - 2 mu t)///   

  /    /                     
  | d  |                (1/2)
  |--- |mu lambda (-6 a)     
  | dx |                     
  \    \                     

          /         2    \      (1/2)     /         (1/2)             \   \\   
        6 \mu lambda  + 1/ (-mu)      coth\A + (-mu)      (x - 2 mu t)/   ||   
   + ---------------------------------------------------------------------|| +
           (1/2) /                (1/2)     /         (1/2)             \\||   
     (-6 a)      \1 + lambda (-mu)      coth\A + (-mu)      (x - 2 mu t)////   

  / 3 /                     
  |d  |                (1/2)
  |-- |mu lambda (-6 a)     
  |   |                     
  \   \                     

          /         2    \      (1/2)     /         (1/2)             \   \\
        6 \mu lambda  + 1/ (-mu)      coth\A + (-mu)      (x - 2 mu t)/   ||
   + ---------------------------------------------------------------------||
           (1/2) /                (1/2)     /         (1/2)             \\||
     (-6 a)      \1 + lambda (-mu)      coth\A + (-mu)      (x - 2 mu t)////
> value(%);
                          /                                     2\      
     /         2    \   2 |        /         (1/2)             \ |      
  12 \mu lambda  + 1/ mu  \1 - coth\A + (-mu)      (x - 2 mu t)/ /      
--------------------------------------------------------------------- -
      (1/2) /                (1/2)     /         (1/2)             \\   
(-6 a)      \1 + lambda (-mu)      coth\A + (-mu)      (x - 2 mu t)//   

                                                                         /   
                                    1                                    |   
  ---------------------------------------------------------------------- \12
                                                                       2     
        (1/2) /                (1/2)     /         (1/2)             \\      
  (-6 a)      \1 + lambda (-mu)      coth\A + (-mu)      (x - 2 mu t)//      

                                                                           /
  /         2    \      (1/2)     /         (1/2)             \          2 |
  \mu lambda  + 1/ (-mu)      coth\A + (-mu)      (x - 2 mu t)/ lambda mu  \1

                                      2\\     /                     
         /         (1/2)             \ ||     |                (1/2)
   - coth\A + (-mu)      (x - 2 mu t)/ // + a |mu lambda (-6 a)     
                                              |                     
                                              \                     

          /         2    \      (1/2)     /         (1/2)             \   \   
        6 \mu lambda  + 1/ (-mu)      coth\A + (-mu)      (x - 2 mu t)/   |   
   + ---------------------------------------------------------------------|^2
           (1/2) /                (1/2)     /         (1/2)             \\|   
     (-6 a)      \1 + lambda (-mu)      coth\A + (-mu)      (x - 2 mu t)///   

  /                           /                                     2\       
  |       /         2    \    |        /         (1/2)             \ |       
  |     6 \mu lambda  + 1/ mu \1 - coth\A + (-mu)      (x - 2 mu t)/ /       
  |- --------------------------------------------------------------------- +
  |        (1/2) /                (1/2)     /         (1/2)             \\   
  |  (-6 a)      \1 + lambda (-mu)      coth\A + (-mu)      (x - 2 mu t)//   
  \                                                                          

                                                                         /      
                                    1                                    |  /   
  ---------------------------------------------------------------------- \6 \mu
                                                                       2        
        (1/2) /                (1/2)     /         (1/2)             \\         
  (-6 a)      \1 + lambda (-mu)      coth\A + (-mu)      (x - 2 mu t)//         

                                                                      /
        2    \      (1/2)     /         (1/2)             \           |
  lambda  + 1/ (-mu)      coth\A + (-mu)      (x - 2 mu t)/ lambda mu \1

                                         \
                                      2\\|
         /         (1/2)             \ |||
   - coth\A + (-mu)      (x - 2 mu t)/ //|
                                         |
                                         |
                                         /

                                                                       2     
                               /                                     2\      
          /         2    \   2 |        /         (1/2)             \ |      
       12 \mu lambda  + 1/ mu  \1 - coth\A + (-mu)      (x - 2 mu t)/ /      
   - --------------------------------------------------------------------- +
           (1/2) /                (1/2)     /         (1/2)             \\   
     (-6 a)      \1 + lambda (-mu)      coth\A + (-mu)      (x - 2 mu t)//   

                                                                        /       
                                    1                                   |   /   
  --------------------------------------------------------------------- \24 \mu
        (1/2) /                (1/2)     /         (1/2)             \\         
  (-6 a)      \1 + lambda (-mu)      coth\A + (-mu)      (x - 2 mu t)//         

                                                    2 /
        2    \   2     /         (1/2)             \  |
  lambda  + 1/ mu  coth\A + (-mu)      (x - 2 mu t)/  \1

                                      2\\   
         /         (1/2)             \ ||   
   - coth\A + (-mu)      (x - 2 mu t)/ // +

                                                                         /   
                                                                         |   
                                    1                                    |   
  ---------------------------------------------------------------------- \84
                                                                       2     
        (1/2) /                (1/2)     /         (1/2)             \\      
  (-6 a)      \1 + lambda (-mu)      coth\A + (-mu)      (x - 2 mu t)//      

  /         2    \   2     /         (1/2)             \
  \mu lambda  + 1/ mu  coth\A + (-mu)      (x - 2 mu t)/

                                          2                  \
  /                                     2\                   |
  |        /         (1/2)             \ |       (1/2)       |
  \1 - coth\A + (-mu)      (x - 2 mu t)/ /  (-mu)      lambda/

                                                                     3           
                             /                                     2\            
        /         2    \   3 |        /         (1/2)             \ |        2   
     36 \mu lambda  + 1/ mu  \1 - coth\A + (-mu)      (x - 2 mu t)/ /  lambda    
   - ------------------------------------------------------------------------- +
                                                                           3     
            (1/2) /                (1/2)     /         (1/2)             \\      
      (-6 a)      \1 + lambda (-mu)      coth\A + (-mu)      (x - 2 mu t)//      

                                                                         /   
                                                                         |   
                                    1                                    |   
  ---------------------------------------------------------------------- \36
                                                                       4     
        (1/2) /                (1/2)     /         (1/2)             \\      
  (-6 a)      \1 + lambda (-mu)      coth\A + (-mu)      (x - 2 mu t)//      

  /         2    \      (1/2)     /         (1/2)             \       3   3
  \mu lambda  + 1/ (-mu)      coth\A + (-mu)      (x - 2 mu t)/ lambda  mu  

                                          3\   
  /                                     2\ |   
  |        /         (1/2)             \ | |   
  \1 - coth\A + (-mu)      (x - 2 mu t)/ / / +

                                                                         /   
                                                                         |   
                                    1                                    |   
  ---------------------------------------------------------------------- \72
                                                                       3     
        (1/2) /                (1/2)     /         (1/2)             \\      
  (-6 a)      \1 + lambda (-mu)      coth\A + (-mu)      (x - 2 mu t)//      

                                                        2         
  /         2    \   3     /         (1/2)             \        2
  \mu lambda  + 1/ mu  coth\A + (-mu)      (x - 2 mu t)/  lambda  

                                          2\   
  /                                     2\ |   
  |        /         (1/2)             \ | |   
  \1 - coth\A + (-mu)      (x - 2 mu t)/ / / -

                                                                         /   
                                    1                                    |   
  ---------------------------------------------------------------------- \24
                                                                       2     
        (1/2) /                (1/2)     /         (1/2)             \\      
  (-6 a)      \1 + lambda (-mu)      coth\A + (-mu)      (x - 2 mu t)//      

                                                        3        /
  /         2    \   2     /         (1/2)             \         |
  \mu lambda  + 1/ mu  coth\A + (-mu)      (x - 2 mu t)/  lambda \1

                                      2\           \
         /         (1/2)             \ |      (1/2)|
   - coth\A + (-mu)      (x - 2 mu t)/ / (-mu)     /
> simplify(%);
Error, (in simplify/tools/_zn) too many levels of recursion
>
>
>
>
pls help

hi, I just want to calculate Adomian's polynomial but does not got  desire result,plz helpADMP.mw

LE_EQ.mwWhat is problem with this programme,why it does'nt calculate the values but only shows the solution with integral sign instead of calculating it, there is also arising a problem in plots


lambdaaaaaa.mwI have calculated lambda(s), now I to substitute  its derivative(1st,2nd) in b[2], b[3]and b[4] in order to calculate the values of constants i.e C1,C2 and C3, plz help

by_parts.mwhi, plz someone tell me what I have to do for such type of error

hi, I want calculate lambda(lagrange multiplier) for lane emden type equation, I have made a programme for it but here is error at the end of programme,plz help

lambda.3rd.mw

hi, I am tyying to solve this equation but there is arising an error, plz help me,
VIM.3rd_order.mw

Hi, I'm tying to solve the ODE by variational iteration method, programme is running, but maple answer does'nt  match to origional answer, plz tell me the mistake?

ICs y(0)=y'(0)=y''(0)=1

VIM_2.mw

 

diff(y(x), x, x)+2*(diff(y(x), x))/x+af(x)*g(y(x))=0

restart

"n:=5:  y[0]:=0:  f(x):=1:  g(y):=e^(-y): L:=x^(-2)(ⅆ)/(ⅆ x) (x^(2)(ⅆ)/(ⅆ x) ):  L^(-1)(y):=(∫)[0]^(x)x^(-2)(∫)[0]^(x)x^(2)dxdx:  "

"for m from 1 to n do:  `&varkappa;`[m]:={[[0,m<=1],[1,m>1]]:   R[m]:=simplifyL^(-1)((d^(2)y[m-1])/(dx^(2))+(2)/(x)(&DifferentialD;y[m-1])/(&DifferentialD; x)+f(x)g(y) );  y[m]:=simplify(y[m-1]*`&varkappa;`[m]-R[m]):  od;"

``

plz help me, I m trying to solve homotopy analysis method for lane emden, what additional steps I have to taken in above programming?

Download LE_EQ.mw

plz help me, how do i solve singular ODEs of lane Emden type equation for homotopy analysis method in maple? there is arising an arror, invalid fraction

I am using QPSolve for a very large matrix. Before printing the answer, Maple gives me the following warning

"Warning, necessary conditions met but sufficient conditions not satisfied".

Does it mean that the solution is feasible, but not optimum?

Hi, there

How can we plot the volume of revolution of the region between two curves y=2x-x^2 and y=sqrt(2x-x^2) around the x-axis?

Any help will be appreciated. I used a command in maple 13 but the result was a sphere!

Regards

Yegan

How can I plot the volume of revolution of the region between the curves y=ln(x) and y=-ln(x)on the interval [1,e]

around the y-axis.please specify the command. I used the command: VolumeOfRevolution(ln(x),-ln(x), x=1..e, scaling=constrained,axis=vertical,output=plot). But this command only plots the revolution of the curves not the region between them.

Best Regards

Yegan 

Is it possible to make scatter-histogram plots in Maple13 like these

http://stackoverflow.com/questions/6508769/matplotlib-scatter-hist-with-stepfilled-histtype-in-histogram ?

I achieved the scatter-plot, but what about the additional histograms?

First 15 16 17 18 19 20 21 Last Page 17 of 54