Personal information and contact
Michael Plexousakis is an Assistant Professor in the Department of Mathematics & Applied Mathematics of the University of Crete. He got his PhD from the University of Tennessee, Knoxville. He joined the Department of Applied Mathematics in 2010.
A short CV
Department of Mathematics & Applied Mathematics
University of Crete, 70013 Heraklion
Tel. +30 281.039.3709
plex@uoc.gr
Research interests, affiliations and selected publications
Research Affiliations
Courses teaching now and in past semesters. Leecture notes and books.
Spring 2024-25: MEM107 Computer Programming II
Fall 2024-25: MEM291 Design and Analysis of Algorithms and DAMSL-091 Numerical Algorithms (with T. Katsaounis)
Spring 2023-24: MEM107 Computer Programming II and BIOL-156 Biomathematics
Fall 2023-24: MEM291 Design and Analysis of Algorithms and DAMSL-091 Numerical Algorithms (with T. Katsaounis)
Spring 2022-23: MEM251 Numerical Analysis
Fall 2022-23: Graduate Course in Numerical Analysis
Spring 2021-22: MEM251 Numerical Analysis
Fall 2021-22: MEM254 Numerical Linear Algebra and MEM108 Calculus III (with Alkis Tersenov)
Spring 2020-21: MEM289 Mathematical Biology
Fall 2020-21: MEM104 Computer Programming I and Graduate Course in Numerical Analysis
Spring 2019-20: MEM107 Computer Programming II
Fall 2019-20: MEM104 Computer Programming I
Spring 2018-19: MEM251 Numerical Analysis
Fall 2018-19: MEM253 Numerical Solution of PDEs
Spring 2017-18: MEM251 Numerical Analysis
Fall 2017-18: MEM253 Numerical Solution of PDEs
Spring 2016-17: Sabbatical leave!
Fall 2016-17: MEM104 Computer Programming I
Spring 2015-16: MEM213 Complex Analysis and TEM527 Scientific Computing
Fall 2016-17: MEM251 Numerical Analysis
Software and diversions. A collection of small projects I took up in my spare time or to aid teaching.
The archive shortReport.zip contains a template for writing a report using the document preparation system XeLaTeX. The report contains pointers to typesetting a mathematical text, importing graphics and formatting tables.
The archive temcss.tgz contains a CSS framework, i.e. a library that is meant to allow for easier, more standards-compliant styling of a webpage using the Cascading Style Sheets language. The provided CSS framewrok is based on the Blueprint CSS framework. Sample pages are also provided.
The archive temls.zip contains a LaTEX style file to write letters with the letterhead containing the University of Crete logo and personal information in the footer. Sample letters in English and Greek are also provided.
The archive diplomaThesis.zip contains a template for writing a diploma thesis using XeLaTeX in either Greek or English. Requires biber and fonts supporting the Greek character set.
The archive slicing.zip contains a quiz-like game to pratice string slicing in Python. Strings to slice are chosen from a predefined list of words. Answers are checked for correctness.
The file invgame.py is an inverse matrix calculator using Gaussian elimination in exact arithmetic. All steps of the method are shown in detail.