Mariusz Iwaniuk

1526 Reputation

14 Badges

9 years, 124 days

Social Networks and Content at Maplesoft.com

MaplePrimes Activity


These are replies submitted by Mariusz Iwaniuk

Try with maybe works in yours version:

evalf(Int(abs(u(x) - P__2), x = -1 .. 1, method = _CCquad));

?

I would like to see significant improvement of solving analyticaly(symbolicaly):

1.Integrals.

2.Sums.

3.Product.

4.Integral Transfrom and Inverse like Laplace,Fourier,Mellin,Hankel,Hilbert.

5.Sum Transfrom and Inverse like Ztrans.

6. Linear and nonlinear integral equations.

See, for example, integrals the comparison here.

I would like to see significant improvement of solving numerically:

1.A update a pdsolve numerically higher-order multidimensional partial differential equations.

2.A update a pdsolve numerically to solve elliptic PDEs, but now can't handle.

@KIm Gaeun 

Paste Maple code not a picture. What definition is m(s) ?

@AHSAN 

% - gives the last result generated.

@AHSAN 

For : k=2,lambda=1.

first_ode.mw

 

@AHSAN 

Try:

h := k - (k - 1)*x;
lambda := k/(1 + k);
ode := diff(p(x), x) = 6/h^2 - 12*lambda/h^3;
bc := p(0) = 0, p(1) = 0;
simplify(dsolve({bc, ode}, p(x)));
is(eval(p(x), %) = 6*(h - 1)*(h - k)/(h^2*(-k^2 + 1)));

 

@Thomas Richard 

 When can we expect implementation for fractional ODE in Maple?.It is possible in the very near future or not at all?

@Scot Gould 

Try:

(diff(sum(x^n, n = 0 .. infinity), x) assuming (-1 < x < 1));

or:

diff(sum(x^n, n = 0 .. infinity, formal), x);

 

@Sradharam 

Not so easy to solve, a nonliner ode with power series solution: See

Maybe his helps  see

Series.mw

@Sradharam 

With  infinite series solution I don't know how to it.

I solved with another method by Homotopy perturbation.If you what  to, see attached file.

HOMOTOPY.mw

Nobody wants to have to type in all your code.It's impolite of you to expect an answer without providing the code to reproduce.

People here generally like users to post (complete) code as Maple code instead of just images,pdf or TeX, so they can copy-paste it(Use green arrow and upload worksheet). It makes it convenient for them and more likely you will get someone to help you.

Maple 17: release date is: March 13, 2013.

Maple 2017: release date is: May 25, 2017

During these 4 years int command it has been improved and is more powerfull.

@mwahab 

With Maple 2020.2 works fine.Maybe is version issue.

See attached file.

solution_bug_1_ver2.mw

3 4 5 6 7 8 9 Last Page 5 of 30