Recent content by charnley

  1. C

    Finding all solutions to non-linear system numericaly

    By "find all solutions" I mean finding the roots. Is there a way to, numerically, analyse the functions. If I *don't* have any information about their possible values to begin with, find all possible roots. Hmm, I actually did no consider a system with infinite number of solutions. Hmm. So...
  2. C

    Finding all solutions to non-linear system numericaly

    Hello world, Is it possible to find all solutions to a system of non-linear equations, without solving them analytically? I have implemented a python solution of Newton's Method, is there a method of getting good guesses without scanning all numbers?
Back
Top