Jump to content
Science Forums

Iterative Impedance


karanmania

Recommended Posts

The only thing I could find is the definition for iteration

it means method of solving equations by a series of approximations which approach the wxact solution more and more closely. For example, to find the square root of N, start with a guess n1:calculate

N/n1=x1

calculate

(n1+x1)/2=n2

calculate

N/n2=x2

(n2+x2)/2=n3

The sequence n1, n2, and n3 approaches the exact square root of N. Iterative methods are particularly suitable for work with computers and programmable calculators.

 

 

for more information you could try a wiki search.

i

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...