WIP: add bisection method

This commit is contained in:
2024-11-03 19:55:08 +02:00
parent 38e3316020
commit 364b9c998d
6 changed files with 141 additions and 0 deletions
Binary file not shown.
+41
View File
@@ -0,0 +1,41 @@
%
% Optimization Techniques Assignment 1 report
%
% authors:
% Χρήστος Χουτουρίδης ΑΕΜ 8997
% cchoutou@ece.auth.gr
\documentclass[a4paper, 11pt]{AUTHReport}
% Document configuration
\AuthorName{Χρήστος Χουτουρίδης}
\AuthorMail{cchoutou@ece.auth.gr}
\AuthorAEM{8997}
% \CoAuthorName{CoAuthor Name}
% \CoAuthorMail{CoAuthor Mail}
% \CoAuthorAEM{AEM}
% \WorkGroup{Ομάδα Χ}
\DocTitle{1η Εργαστηριακή Άσκηση}
\DocSubTitle{Ελαχιστοποίηση κυρτής συνάρτησης μιας μεταβλητής σε δοσμένο διάστημα}
\Department{Τμήμα ΗΜΜΥ. Τομέας Ηλεκτρονικής}
\ClassName{Τεχνικές Βελτιστοποίησης}
\InstructorName{Γ. Ροβιθάκης}
\InstructorMail{rovithak@auth.gr}
\CurrentDate{\today}
\begin{document}
\InsertTitle
\section{Εισαγωγή}
\end{document}