Method to Solve 2 unknowns 2 Equations
- From: "Atreides" <devrim.erdem@xxxxxxxxx>
- Date: 16 Feb 2006 09:38:23 -0800
Hi All,
It has been a long time since I opened the cover of my numerical method
books. So this be a
re-starters questions. Please forgive beforehand :)
I am trying to understand an algorithm which uses some kind of
numerical method to solve an equation. There are two equations :
t = f( v ) and v = g( t,v )
The functions don't include any trigonometric functions or unreal
numbers but are quite crowded with many divisions, square roots.
The algorithm simply sets v = 0 and evaluates
for 10 steps:
t = f (v) and then
v = g(t,v)
I have observed depending on the constants in functions f and g, the
method can solve t and v properly. But sometimes v and t never
converge.
Can anybody tell me what kind of numerical method is lying behind this
algorithm ?
Thanks a lot !
MDE
.
- Follow-Ups:
- Re: Method to Solve 2 unknowns 2 Equations
- From: Peter Spellucci
- Re: Method to Solve 2 unknowns 2 Equations
- Prev by Date: Re: Optimization for a positive definite constraint
- Next by Date: Noise properties of a linear system if elements are deleted
- Previous by thread: Optimization for a positive definite constraint
- Next by thread: Re: Method to Solve 2 unknowns 2 Equations
- Index(es):