Subhan331

Mr. SUBHAN ULLAH

20 Reputation

5 Badges

6 years, 144 days

Social Networks and Content at Maplesoft.com

MaplePrimes Activity


These are questions asked by Subhan331

code_(1).mw
 

 

 

Hello! hope you all be fine. i m running a code for `Anew Technique of intial Boundary Value Problem Using ADM `(Elaf*Jaafar*Ali) but my code is for positive integer and i want to run it for fractional can anyone help me please code file is attached 

How to find PARETO FRONT WITH fminsearch Command for weighted sum method In Matlab R2015a

I need code for finding the order of convergence of helleys method its really urgent please help 

I need an example programme please help me i m beginner

please guide me how to write a simple code for Newton method to solve the following system of nonlinear equations
D= diagonal of A
L= lower triangular
U= upper Triangular
 


 

"n:=10;   x[0]:= ([1,2,3])    f[1]:=x[1]^(2)sin(x[1]x[2])+x[2]^(3)=5    f[2]:=e^(x[1]^(2))x[2]^(2)+3 x[1]^(2)x[2]+x[2]^(2)-6=0    newton method is     for k from 1 to n do    x[k+1]:=D^((-1))(L+U)*x[k]-D^((-1)b)    end do"

``


 

Download NM.mw
 

"n:=10;   x[0]:= ([1,2,3])    f[1]:=x[1]^(2)sin(x[1]x[2])+x[2]^(3)=5    f[2]:=e^(x[1]^(2))x[2]^(2)+3 x[1]^(2)x[2]+x[2]^(2)-6=0    newton method is     for k from 1 to n do    x[k+1]:=D^((-1))(L+U)*x[k]-D^((-1)b)    end do"

``


 

Download NM.mw

 

1 2 Page 1 of 2