mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced 2026-07-06 08:33:01 +02:00
39 lines
2.5 KiB
Plaintext
39 lines
2.5 KiB
Plaintext
\BOOKMARK [0][-]{chapter.1}{Find all zeros of function}{}% 1
|
|
\BOOKMARK [1][-]{section.1.1}{a\) False position method}{chapter.1}% 2
|
|
\BOOKMARK [2][-]{subsection.1.1.1}{Problem}{section.1.1}% 3
|
|
\BOOKMARK [2][-]{subsection.1.1.2}{Theoretical Introduction}{section.1.1}% 4
|
|
\BOOKMARK [2][-]{subsection.1.1.3}{Results}{section.1.1}% 5
|
|
\BOOKMARK [1][-]{section.1.2}{b\) the Newton's method}{chapter.1}% 6
|
|
\BOOKMARK [2][-]{subsection.1.2.1}{Problem}{section.1.2}% 7
|
|
\BOOKMARK [2][-]{subsection.1.2.2}{Theoretical Introduction}{section.1.2}% 8
|
|
\BOOKMARK [2][-]{subsection.1.2.3}{Results}{section.1.2}% 9
|
|
\BOOKMARK [2][-]{subsection.1.2.4}{Discussion of results}{section.1.2}% 10
|
|
\BOOKMARK [0][-]{chapter.2}{Find real and complex roots of the polynomial}{}% 11
|
|
\BOOKMARK [1][-]{section.2.1}{Problem}{chapter.2}% 12
|
|
\BOOKMARK [1][-]{section.2.2}{Theoretical Introduction}{chapter.2}% 13
|
|
\BOOKMARK [2][-]{subsection.2.2.1}{MM1}{section.2.2}% 14
|
|
\BOOKMARK [2][-]{subsection.2.2.2}{MM2}{section.2.2}% 15
|
|
\BOOKMARK [1][-]{section.2.3}{Results}{chapter.2}% 16
|
|
\BOOKMARK [2][-]{subsection.2.3.1}{Graphs for MM1}{section.2.3}% 17
|
|
\BOOKMARK [2][-]{subsection.2.3.2}{Graphs for MM2}{section.2.3}% 18
|
|
\BOOKMARK [2][-]{subsection.2.3.3}{Tables for MM1}{section.2.3}% 19
|
|
\BOOKMARK [2][-]{subsection.2.3.4}{Tables for MM2}{section.2.3}% 20
|
|
\BOOKMARK [2][-]{subsection.2.3.5}{Comparison of results between MM1 and MM2}{section.2.3}% 21
|
|
\BOOKMARK [2][-]{subsection.2.3.6}{Comparison of results between Newton's method and MM2}{section.2.3}% 22
|
|
\BOOKMARK [0][-]{chapter.3}{Find real and complex roots of the polynomial using Laguerre's method}{}% 23
|
|
\BOOKMARK [1][-]{section.3.1}{Problem}{chapter.3}% 24
|
|
\BOOKMARK [1][-]{section.3.2}{Theoretical Introduction}{chapter.3}% 25
|
|
\BOOKMARK [1][-]{section.3.3}{Results}{chapter.3}% 26
|
|
\BOOKMARK [2][-]{subsection.3.3.1}{Comparison of results between MM1 and MM2}{section.3.3}% 27
|
|
\BOOKMARK [0][-]{chapter.4}{Code appendix}{}% 28
|
|
\BOOKMARK [1][-]{section.4.1}{Task 1}{chapter.4}% 29
|
|
\BOOKMARK [2][-]{subsection.4.1.1}{task1Bisection.m}{section.4.1}% 30
|
|
\BOOKMARK [2][-]{subsection.4.1.2}{task1Newton.m}{section.4.1}% 31
|
|
\BOOKMARK [1][-]{section.4.2}{Task 2}{chapter.4}% 32
|
|
\BOOKMARK [2][-]{subsection.4.2.1}{task2MM1.m}{section.4.2}% 33
|
|
\BOOKMARK [2][-]{subsection.4.2.2}{task2MM2.m}{section.4.2}% 34
|
|
\BOOKMARK [1][-]{section.4.3}{Task 3}{chapter.4}% 35
|
|
\BOOKMARK [2][-]{subsection.4.3.1}{rootBrackering.m}{section.4.3}% 36
|
|
\BOOKMARK [2][-]{subsection.4.3.2}{printGraph.m}{section.4.3}% 37
|
|
\BOOKMARK [2][-]{subsection.4.3.3}{printComplexGraph.m}{section.4.3}% 38
|