MathGroup Archive 2004

[Date Index] [Thread Index] [Author Index]

Search the Archive

fixed point _convergence _check

  • To: mathgroup at smc.vnet.net
  • Subject: [mg47405] fixed point _convergence _check
  • From: m004202002 at yahoo.com (why)
  • Date: Thu, 8 Apr 2004 05:46:03 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

In fixed point methodes to find out 
convergence we need to check 

[nonlinear system...
  u(x,y)=x^2+xy-10  = 0
  v(x,y)=y+3xy^2-57 = 0
]

&#948;u/&#948;x+&#948;V/&#948;x < 1          &#948;<-means partial
derivative
and
&#948;u/&#948;y+&#948;V/&#948;y < 1

means, after find out jacobian ,mathematica
will inserts x,y value into
&#948;u/&#948;x,&#948;V/&#948;x,&#948;u/&#948;y,&#948;V/&#948;y
and show me &#948;u/&#948;x+&#948;V/&#948;x =?
,&#948;u/&#948;y+&#948;V/&#948;y=?
how i can do that with mathematica ?

Please help me .


  • Prev by Date: Re: non linear regression
  • Next by Date: Re: function that gives list of roots
  • Previous by thread: net/link
  • Next by thread: Re: fixed point _convergence _check