f(x) = 0 -3 x = g(x) -3 Nonlinear Systems ----------------------- Creati un proiect de tipul: - Windowing Application - Empty Project Se introduc in proiect toate fisierele: .f90; .lib; .com; .res; Se link-editeaza in configuratia "Debug" (nu "Release"). Note - Utilizare: ----------------- 1) f(x) = 0 -3 Se editeaza: "fun.f90": pentru metodele care lucreaza numai cu f(x) (Bisectia; Secanta; Newton-numeric); "sub-f01.f90": f(x) si f'(x): Newton "sub-f012.f90": f(x), f'(x), f"(x): Halley; Laguerre. 2) x = g(x) -3 Se editeaza: "G.f90": pentru Punct Fix si Aitken - Real(4); "G8.f90": Punct Fix si Aitken - Real(8); 3) Nonlinear Systems Se editeaza: "fcn.f90": pentru metodele Punct Fix; Newton-numeric - Real(4); Broyden 1; Broyden 2; "fcn8.f90": Newton-numeric - Real(8); "fcn.f90" si "jfcn.f90": pentru Newton - Real(4) "fcn8.f90" si "jfcn8.f90": pentru Newton - Real(8) Nonlinear Systems: Pentru afisare Help asupra metodelor, trebuie sa existe (in directoriul proiectului) fișierele: MethodHelp-RO.pdf; MethodHelp-EN.pdf. Nonlinear Systems 6: In fisierul de iesire: Se tipareste si timpul de excecutie (pentru fiecare solutie), daca acest timp este > 1E-2 sec. ====================================================================================