Anyone REALLY good with electronic circuits?


Author Message
vegipete

Guru

Joined: 29/01/2013
Location: Canada
Posts: 1182
Posted: 03:33pm 29 May 2022      

Something I really appreciate about the 'shed here is the range of friendly knowledgeable people that are willing to share and help. Plus great stories of past exploits.

Not to be picky, but
  Mixtel90 said  X = (-B + SQRT(B^2 -(4*A*C)))/2A
X = (-B - SQRT(B^2 -(4*A*C)))/2A
is the solution to the general quadratic equation:
  Quote  AX^2 + BX + C = 0