File:NonlinSysDemo2.m

From Sutherland_wiki
Revision as of 16:16, 5 August 2009 by 00033394 (talk | contribs) (Matlab code to solve a system of nonlinear equations: x^2 + y^2 = 1 y = x^3 - x + 1 It uses Newton's method.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
NonlinSysDemo2.m(file size: 1 KB, MIME type: unknown/unknown)
Warning: This file type may contain malicious code. By executing it, your system may be compromised.

Matlab code to solve a system of nonlinear equations:

 x^2 + y^2 = 1
 y = x^3 - x + 1

It uses Newton's method.

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeDimensionsUserComment
current16:16, 5 August 2009 (1 KB)00033394 (talk | contribs)Matlab code to solve a system of nonlinear equations: x^2 + y^2 = 1 y = x^3 - x + 1 It uses Newton's method.
  • You cannot overwrite this file.

The following page links to this file: