Faculty of Mathematics and Computer Science
Friedrich-Schiller Universität Jena
Ernst-Abbe-Platz 2
Jena
Germany
Room: 3533
Tel.: +49 (0) 3641-9-46133
E-mail: christos.pervolianakis AT uni-jena.de
I am a postdoctoral researcher (Wissenschaftlicher Mitarbeiter) in the group of Prof. Dr. Dietmar Gallistl at Friedrich Schiller University Jena.
My research interests include:
Here you may find lecture notes from classes that I have taught. (Under construction)
Here you may find some collection of programming exercises and their solution that used during my lectures.
Implicit Euler with Newton method: pdf and here its implemetantion in Python.
Explicit Euler (System): pdf and here its implemetantion in Python.
Implicit Euler with Newton method (System): pdf and here its implemetantion in Python.
Lotka-Volterra Equations: pdf and here its implemetantion in Python with Explicit Euler and Implicit Midpoint Method.
Explicit Multistep Methods (Adams-Bashforth): pdf and the implemetantion in Python of the corresponding cases for a scalar ODE Case 1, Case 2, Case 3 the implemetantion in Python of the corresponding cases for a system ODE Case 1, Case 2, Case 3.