yaseentareq

20 Reputation

4 Badges

1 years, 156 days

MaplePrimes Activity


These are replies submitted by yaseentareq

@Mariusz Iwaniuk 

  • Thank you very much but the first code comes up with some solutions.
  • How do I solve  FPDE in a way homotopy perturbation Elzaki transform method in Maple?

IET.mw

  • Thank you very much, sir.
  • but how does this solution come out?

restart

ElzakiTransform := proc (F, t) simplify(inttrans:-laplace(F*v, t, 1/v)) end proc

InverseElzakiTransform := proc (g, v) inttrans:-invlaplace(eval(F/v, v = 1/v), v, t) end proc; F := v^(n+2)

v^(n+2)

(1)

`assuming`([InverseElzakiTransform(g, v)], [n > 0])

invlaplace(v^(-1-n), v, t)

(2)

 

Download IET.mw

@Mariusz Iwaniuk 

Thank you very much, sir.
but how does this solution come out?

@dharr 
Thank you very much for the help.
But I have another question, How can I get the Inverse Elzaki transform?

Page 1 of 1