Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

This i s a maple code HOW can I calculte y [ i ] , the code does not work a : = 0 ;

This is a maple code
HOW can I calculte y[i], the code does not work
a :=0; h := proc (x) options operator, arrow; 0 end proc; g := proc (x) options operator, arrow; 1 end proc; N :=5; Integral_ope := proc (f, psi, a, x) options operator, arrow; (int((diff(psi(t), t))*(psi(x)-psi(t))^(alpha-1)*f(t), t = a .. x, continuous))/GAMMA(alpha) end proc; A := proc (n, x) local expr; if n =0 then expr := add(k^i*y[i](x), i =0.. N)^2; subs(k =0, expr) else expr := add(k^i*y[i](x), i =0.. N)^2; (diff(expr,`$`(x, n)))*subs*k/factorial(n)=0 end if end proc; y[0] := h(x)+Integral_ope(g, psi, a, x); y[0] := unapply(y[0], x); for i to 5 do y[i] :=(int((diff(psi(t), t))*(psi(x)-psi(t))^(alpha-1)*A(i-1, t), t =0.. x))/Gamma(alpha) end do

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Spatial Database Systems Design Implementation And Project Management

Authors: Albert K.W. Yeung, G. Brent Hall

1st Edition

1402053932, 978-1402053931

More Books

Students also viewed these Databases questions