Αρχιμήδης ΙΙΙ- Υποέργο 5: Αριθμητική Ολοκλήρωση Διαφορικών Εξισώσεων, project No. MIS383583

Μέγεθος: px
Εμφάνιση ξεκινά από τη σελίδα:

Download "Αρχιμήδης ΙΙΙ- Υποέργο 5: Αριθμητική Ολοκλήρωση Διαφορικών Εξισώσεων, project No. MIS383583"

Transcript

1 Αρχιμήδης ΙΙΙ- Υποέργο 5: Αριθμητική Ολοκλήρωση Διαφορικών Εξισώσεων, project No MIS383583

2 Προβλήματα Αρχικών και Συνοριακών Τιμών Το πρόβλημα αρχικών τιμών πρώτης τάξης y = f(x,y), y(a) = y 0, x [a,b] Το πρόβλημα αρχικών τιμών δεύτερης τάξης y = f(x,y), y(a) = y 0, y (a) = y 0, x [a,b] (1) Το πρόβλημα συνοριακών τιμών δεύτερης τάξης y = f(x,y), y(a) = y a, y(b) = y b, x [a,b] (2)

3 Μεθόδοι Runge-Kutta Ο Kuttaτο1901έγραψετιςμεθόδουςστημορφήπουσήμερα ονομάζουμε Runge-Kutta k 1 = f(x n, y n ) k 2 = f (x n +c 2 h, y n +ha 21 k 1 ) k 3 = f (x n +c 3 h, y n +h(a 31 k 1 +a 32 k 2 )) (3) k s = f (x n +c s h, y n +h(a s1 k 1 +a s2 k 2 + +a s,s 1 k s 1 )) y n+1 = y n + h(b 1 k 1 +b 2 k 2 + +b s k s ) Αυτήείναιμιαμέθοδος sσταδίωνο Kuttaέκανετηνυπόθεση c 2 = a 21 c 3 = a 31 +a 32 c s = a s1 +a s2 + +a s,s 1

4 Μεθόδοι Runge-Kutta Η θεωρητική τεκμηρίωση των μεθόδων Runge-Kutta έγινε από τον νεοζηλανδό μαθηματικό John Butcher με μια σειρά άρθρων που ξεκίνησε να δημοσιεύει από το 1963 Ο Butcher χρησιμοποίησε έναν πίνακα για την αναπαράσταση των μεθόδων γνωστό ως Butcher array ή Butcher tableau 0 c 2 a 21 c 3 a 31 a 32 c s a s1 a s2 a s,s 1 b 1 b 2 b s 1 b s

5 Μεθόδοι Runge-Kutta Η γενική μορφή της πεπλεγμένης μεθόδου είναι k i = f (x n +c s h, y n +h(a i1 k 1 +a i2 k 2 + +a i,s k s )) y n+1 = y n + h(b 1 k 1 +b 2 k 2 + +b s k s ) Butcher array c 1 a 11 a 12 a 1s c 2 a 21 a 22 a 2s c s a s1 a s2 a s,s b 1 b 2 b s

6 Μεθόδοι Runge-Kutta Διαγώνια πεπλεγμένη μέθοδος k 1 = f (x n +c 1 h, y n +ha 11 k 1 ) k 2 = f (x n +c 2 h, y n +ha 21 k 1 +ha 22 k 2 ) k 3 = f (x n +c 3 h, y n +h(a 31 k 1 +a 32 k 2 +a 33 k 3 )) (4) k s = f (x n +c s h, y n +h(a s1 k 1 +a s2 k 2 + +a s,s k s )) y n+1 = y n + h(b 1 k 1 +b 2 k 2 + +b s k s ) Butcher array c 1 a 11 c 2 a 21 a 22 c 3 a 31 a 32 a 33 c s a s1 a s2 a s,s 1 a ss b 1 b 2 b 3 b s 1 b s

7 Χαμιλτονιανά Συατήματα Χαμιλτονιανά συστήματα με χωριζόμενη χαμιλτονιανή H(p,q,x) = T(p,x)+V(q,x) όπου Tείναιηκινητικήενέργιακαι V ηδυναμικήενέργιαέχουντη μορφή: όπου p = f(q,x), q = g(p,x) f(q,x) = H (p,q,x) = V q q (q,x), g(p,x) = H T (p,q,x) = p p (p,x) Οι μέθοδοι Partitioned-Runge-Kutta είναι κατάλληλες για την αριθμητική ολοκλήρωση τέτοιων συστημάτων

8 Ιντροδυςτιον Στην ειδική περίπτωση που η κινητική ενέργια έχει τη μορφή το σύστημα γράφεται ή T(p,x) = 1 2 pt p p = V q (q,x), q = p q = V q (q,x) ένα σύστημα διαφορικών εξισώσεων δεύτερης τάξης στις οποίες δεν εμφανίζεται η πρώτη παράγωγος, τέτοια συστήματα λύνονται με μεθόδους Runge-Kutta-Nyström

9 Partitioned Runge Kutta methods Μια Partitioned Runge Kutta (PRK) μέθοδος ορίζεται s p n+1 = p n +h c i f(x n +C i h,p i,q i ), q n+1 = q n +h P i = p n +h Q i = q n +h i=1 s d i g(x n +D i h,p i,q i ), i=1 s a ij f(x+c j h,p j,q j ), j=1 s A ij f(x+c j h,p j,q j ), i = 1,,s j=1

10 Partitioned Runge Kutta methods Butcher arrays C 1 a 11 a 1s C s a s1 a ss c 1 c s D 1 A 11 A 1s D s A s1 A ss d 1 d s όπου s C i = a ij, ανδ D i = s j=1 j=1 A ij

11 Μέθοδοι Runge-Kutta-Nyström Η άμεση Runge-Kutta-Nyström μέθοδος Y i y n+1 i 1 = y n +c i hy n +h 2 a ij f(x n +c j h,y j ), i = 1,2,,s j=1 s = y n +hy n +h 2 b i f(x n +c i h,y i ), y n+1 = y n +h i=1 s b if(x n +c i h,y i ), i=1

12 Μέθοδοι Runge-Kutta-Nyström Butcher tableau c 1 c 2 a 21 c 3 a 31 a 32 c s a s1 a s2 a s,s 1 b 1 b 2 b s 1 b s b 1 b 2 b s 1 b s

13 Προβλήματα Δοκιμής The two-dimensional harmonic oscillator The following system of equations is known as two-dimensional harmonic oscillator p 1 = w 1 q 1, q 1 = p 1 p 2 = w 2 q 2, q 2 = p 2 with initial conditions p 1 (0) = 0, q 1 (0) = 1, p 2 (0) = 1, q 2 (0) = 0 The Hamiltonian of this problem is H(p 1,p 2,q 1,q 2 ) = T(p 1,p 2 )+V(q 1,q 2 ), T(p 1,p 2 ) = 1 2 (p2 1 + p 2 2), and V(q 1,q 2 ) = 1 2 (w 1q w 2 q 2 2) The exact solution is q 1 (x) = cosw 1 x, q 2 (x) = sinw 2 x, we choose w 1 = w 2 = 1 For this choise we use v = h

14 Προβλήματα Δοκιμής The two-body problem The following system of equations is known as the two-body problem and is a standard symplectic test case: q 1 p 1 = (q 2 1 +q2 2)3, q 1 = p 1 with initial conditions p 1(0) = 0, q 1(0) = 1 e, p 2(0) = The Hamiltonian of this problem is q 2 p 2 = (q 2 1 +q2 2)3, q 2 = p 2 1+e, q2(0) = 0 1 e H(p 1,p 2,q 1,q 2) = T(p 1,p 2)+V(q 1,q 2), T(p 1,p 2) = 1 2 (p2 1 +p 2 1 2), and V(q 1,q 2) = q 2 1 +q2 2 The exact solution is q 1(x) = cos(e) e, q 2(x) = 1 e 2 sin(e), where e is the eccentricity of the orbit and the eccentricity anomaly E is expressed as an implicit function of x by Kepler s equation x = E e sin(e)

15 Προβλήματα Δοκιμής The pendulum The Hamiltonian of this problem is given by H(p,q) = p2 2 The equations of motion are acos(q), a > 0 p = asin(q), q = p We consider the problem with initial conditions p(0) = 15, q(0) = 0

16 Προβλήματα Δοκιμής An orbit problem studied by Stiefel and Bettis We consider the following almost periodic orbit problem studied by Stiefel and Bettis [?]: p 1 = q cos(x), q 1 = p 1, p 2 = q sin(x), q 2 = p 2 with initial conditions p 1 (0) = 0 q 1 (0) = 1, p 2 (0) = 09995, q 2 (0) = 0 The analytical solution is given by q(x) = cos(x) x sin(x), p(x) = sin(x) 00005x cos(x)

17 Προβλήματα Δοκιμής Nonlinear oscillator I Consider the following oscillatory problem q 1 = ω 2 q 1 αq 1 (q 2 1 +q 2 2) 2, q 2 = ω 2 q 2 αq 2 (q 2 1 +q 2 2) 2, with initial conditions q 1 (0) = 1, q 1(0) = 0, q 2 (0) = 0 q 2(0) = ω +ǫ, where α = ǫ(2ω +ǫ) The exact solution is q 1 (x) = cos(ω +ǫ)x, q 2 (x) = sin(ω +ǫ)x We choose the parameter values ǫ = 001 and ω = 5

18 Προβλήματα Δοκιμής Nonlinear oscillator II Consider the following oscillatory problem y (x) = 100y(x)+99sin(x) with initial conditions y(0) = 1, y (0) = 11 The exact solution is y(x) = cos(10x)+sin(10x)+sin(x)

19 Προβλήματα Δοκιμής Inhomogeneous Equation We consider the following problem: y = v 2 y +(v 2 1)sinx, y(0) = 1, y (0) = v +1 where x 0 and v = 10 The exact solution is y(x) = cos(vx)+sin(vx)+sin(x),

20 Προβλήματα Δοκιμής Two coupled oscillators with different frequencies y 1 = y 1 +2ǫy 1 y 2, y 1 (0) = 1, y 1(0) = 0, y 2 = 2y 2 +ǫy1 2 +4ǫy2, 3 y 2 (0) = 1, y 2(0) = 0 We choose ǫ = 10 4 and use as reference solution y 1 (10 3 ) = and y 2 (10 3 ) = For this problem we use w 1 = 1 and w 2 = 2

21 Προβλήματα Δοκιμής Η μονοδιάστατη ανεξάρτητη του χρόνου εξίσωση του Schrödinger Η ανεξάρτητη του χρόνου εξίσωση του Schrödinger είναι μια από τις βασικότερες εξισώσεις στην κβαντομηχανική Η μονοδιάστατη μορφή της σε γενική μορφή είναι: 2 2m y +mω 2 V (x)y = Ey Η απλοποιημένη και αδιάστατη μορφή της, χωρίς βλάβη της γενικότηταςγια = m = ω = 1είναι: ή όπου y +2V (x)y = 2Ey y +B(x)y = 0 B(x) = 2[E V (x)] V τοδυναμικόκαι Eοιιδιοτιμέςτηςενέργειας

22 Δράση 1 Κατασκευή εκθετικά και τριγωνομετρικά προσαρμοσμένων μεθόδων Runge-Kutta Diagonally Implicit Symplectic Runge-Kutta methods, διεθνές συνέδριο ICNAAM 2012, Σεπτέμβριος 2012 Exponentially Fitted Symplectic Runge-Kutta-Nyström methods derived by Partitioned Runge-Kutta methods, διεθνές συνέδριο ICNAAM 2013, Σεπτέμβριος 2013 Diagonally Implicit Symplectic Runge-Kutta methods with special properties, έχει δημοσιευθεί στο επιστημονικό περιοδικό Applied Mathematics and Information Science (AMIS) 9(2015)11-17 Construction of Exponentially Fitted Runge-Kutta-Nyström Methods from Partitioned Runge Kutta Methods, έχει δημοσιευθεί στο επιστημονικό περιοδικό Mediterranean Journal of Mathematics (

23 Δράση 2 Κατασκευή εκθετικά και τριγωνομετρικά προσαρμοσμένων μεθόδων Runge-Kutta-Nyström A Trigonometrically fitted symplectic Runge-Kutta-Nyström method, διεθνές συνέδριο ICNAAM 2012, Σεπτέμβριος 2012 A fourth order Modified Trigonometrically Fitted Symplectic Runge-Kutta-Nyström method, διεθνές συνέδριο ICNAAM 2013, Σεπτέμβριος 2013 Exponentially fitted symplectic Runge-Kutta-Nyström methods, έχει δημοσιευθεί στο επιστημονικό περιοδικό Applied Mathematics and Information Science (AMIS) 7 (2013) A Fourth Order Modified Trigonometrically Fitted Symplectic Runge-Kutta-Nyström, έχει δημοσιευθεί στο επιστημονικό περιοδικό Computer Physics Communications 185(2014)

24 Δράση 3 Κατασκευή υβριδικών μεθόδων δύο βημάτων An optimized two-step hybrid block method for solving general second order initial-value problems of the form y = f(x,y,y ), διεθνές συνέδριο ICNAAM, Σεπτέμβριος 2014 Η έρευνα αυτή έγινε σε συνεργασία με τον αναπληρωτή καθηγητή Higinio Ramos του Πανεπιστημίου της Salamanca (Spain) An optimized two-step hybrid block method for solving general second order initial-value problems, έχει γίνει δεκτή για δημοσίευση στο επιστημονικό περιοδικό Numerical Algorithms

25 Δράση 4 Κατασκευή εκθετικά και τριγωνομετρικά προσαρμοσμένων υβριδικών μεθόδων δύο βημάτων A New Approach on the Construction of Trigonometrically Fitted Two Step Hybrid methods έχει γίνει δεκτή μετά από μικρές διορθώσεις(minor revisions) για δημοσίευση στο επιστημονικό περιοδικό Journal of Computational and Applied Mathematics Trigonometrically Fitted Two Step Hybrid Methods, παρουσιάστηκε στο Διεθνές Επιστημονικό Συνέδριο (International Conference for Academic Disciplines - International Journal of Arts and Sciences) στην Φλωρεντία τον Ιούνιο 2015 Modified Two Step Hybrid Methods for Oscillatory Initial Value Problems, παρουσιάστηκε στο Διεθνές Επιστημονικό Συνέδριο (International Conference for Academic Disciplines - International Journal of Arts and Sciences) στην Φλωρεντία τον Ιούνιο 2015

26 Δράση 6 Εφαρμογή στη μαθηματική μοντελοποίηση-ανάπτυξη ημιγραμμικών μεθόδων Χρησιμοποιήσαμε μαθηματικά υποδείγματα Voltera-Lotka που προέρχονται από τη μαθηματική βιολογία για την μοντελοποίηση με συστήματα συνήθων διαφορικών εξισώσεων μεγεθών από την οικονομική θεωρία Modeling Regional Employment An Application in High Technology Sectors in Greece Mathematical Models of competing species - An analytical and numerical approach παρουσιάστηκαν στο Διεθνές Επιστημονικό Συνέδριο International Conference on Applied Economics (ICOAE 2012) Upsala Sweden Modeling the Mobile Telecommunications Sector in Greece Modeling the Energy Sector in Greece παρουσιάστηκαν στο Διεθνές Επιστημονικό Συνέδριο ICOAE 2013, Κωνσταντινούπολη Η εργασία με τίτλο Numerical Integration Of the Chaplain and Stuart model παρουσιάστηκε στο διεθνές συνέδριο ICNAAM 2015, Σεπτέμβριος 2015

27 Δράση 7 Υπολογισμός των χαρακτηριστικών των ηλεκτρομαγνητικών κυμάτων για κινητές επικοινωνίες με χρήση των εξισώσεων Maxwell Η εργασία με τίτλο Numerical Integration of Maxwell equations with symplectic integrators παρουσιάστηκε στο διεθνές συνέδριο ICNAAM 2015, Σεπτέμβριος 2015

ΒΙΟΓΡΑΦΙΚΟ ΣΗΜΕΙΩΜΑ Ζαχαρούλα Καλογηράτου

ΒΙΟΓΡΑΦΙΚΟ ΣΗΜΕΙΩΜΑ Ζαχαρούλα Καλογηράτου ΒΙΟΓΡΑΦΙΚΟ ΣΗΜΕΙΩΜΑ Ζαχαρούλα Καλογηράτου Η Ζαχαρούλα Καλογηράτου γεννήθηκε στην Αθήνα το 1966. Είναι πτυχιούχος του Τμήματος Μαθηματικών (1987) του Εθνικού και Καποδιστριακού Πανεπιστημίου Αθηνών και

Διαβάστε περισσότερα

Forced Pendulum Numerical approach

Forced Pendulum Numerical approach Numerical approach UiO April 8, 2014 Physical problem and equation We have a pendulum of length l, with mass m. The pendulum is subject to gravitation as well as both a forcing and linear resistance force.

Διαβάστε περισσότερα

High order interpolation function for surface contact problem

High order interpolation function for surface contact problem 3 016 5 Journal of East China Normal University Natural Science No 3 May 016 : 1000-564101603-0009-1 1 1 1 00444; E- 00030 : Lagrange Lobatto Matlab : ; Lagrange; : O41 : A DOI: 103969/jissn1000-56410160300

Διαβάστε περισσότερα

Second Order Partial Differential Equations

Second Order Partial Differential Equations Chapter 7 Second Order Partial Differential Equations 7.1 Introduction A second order linear PDE in two independent variables (x, y Ω can be written as A(x, y u x + B(x, y u xy + C(x, y u u u + D(x, y

Διαβάστε περισσότερα

Exercises 10. Find a fundamental matrix of the given system of equations. Also find the fundamental matrix Φ(t) satisfying Φ(0) = I. 1.

Exercises 10. Find a fundamental matrix of the given system of equations. Also find the fundamental matrix Φ(t) satisfying Φ(0) = I. 1. Exercises 0 More exercises are available in Elementary Differential Equations. If you have a problem to solve any of them, feel free to come to office hour. Problem Find a fundamental matrix of the given

Διαβάστε περισσότερα

CHAPTER 25 SOLVING EQUATIONS BY ITERATIVE METHODS

CHAPTER 25 SOLVING EQUATIONS BY ITERATIVE METHODS CHAPTER 5 SOLVING EQUATIONS BY ITERATIVE METHODS EXERCISE 104 Page 8 1. Find the positive root of the equation x + 3x 5 = 0, correct to 3 significant figures, using the method of bisection. Let f(x) =

Διαβάστε περισσότερα

Section 8.3 Trigonometric Equations

Section 8.3 Trigonometric Equations 99 Section 8. Trigonometric Equations Objective 1: Solve Equations Involving One Trigonometric Function. In this section and the next, we will exple how to solving equations involving trigonometric functions.

Διαβάστε περισσότερα

Inverse trigonometric functions & General Solution of Trigonometric Equations. ------------------ ----------------------------- -----------------

Inverse trigonometric functions & General Solution of Trigonometric Equations. ------------------ ----------------------------- ----------------- Inverse trigonometric functions & General Solution of Trigonometric Equations. 1. Sin ( ) = a) b) c) d) Ans b. Solution : Method 1. Ans a: 17 > 1 a) is rejected. w.k.t Sin ( sin ) = d is rejected. If sin

Διαβάστε περισσότερα

Απόκριση σε Μοναδιαία Ωστική Δύναμη (Unit Impulse) Απόκριση σε Δυνάμεις Αυθαίρετα Μεταβαλλόμενες με το Χρόνο. Απόστολος Σ.

Απόκριση σε Μοναδιαία Ωστική Δύναμη (Unit Impulse) Απόκριση σε Δυνάμεις Αυθαίρετα Μεταβαλλόμενες με το Χρόνο. Απόστολος Σ. Απόκριση σε Δυνάμεις Αυθαίρετα Μεταβαλλόμενες με το Χρόνο The time integral of a force is referred to as impulse, is determined by and is obtained from: Newton s 2 nd Law of motion states that the action

Διαβάστε περισσότερα

Review Test 3. MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.

Review Test 3. MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Review Test MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Find the exact value of the expression. 1) sin - 11π 1 1) + - + - - ) sin 11π 1 ) ( -

Διαβάστε περισσότερα

Concrete Mathematics Exercises from 30 September 2016

Concrete Mathematics Exercises from 30 September 2016 Concrete Mathematics Exercises from 30 September 2016 Silvio Capobianco Exercise 1.7 Let H(n) = J(n + 1) J(n). Equation (1.8) tells us that H(2n) = 2, and H(2n+1) = J(2n+2) J(2n+1) = (2J(n+1) 1) (2J(n)+1)

Διαβάστε περισσότερα

Homework 8 Model Solution Section

Homework 8 Model Solution Section MATH 004 Homework Solution Homework 8 Model Solution Section 14.5 14.6. 14.5. Use the Chain Rule to find dz where z cosx + 4y), x 5t 4, y 1 t. dz dx + dy y sinx + 4y)0t + 4) sinx + 4y) 1t ) 0t + 4t ) sinx

Διαβάστε περισσότερα

2. THEORY OF EQUATIONS. PREVIOUS EAMCET Bits.

2. THEORY OF EQUATIONS. PREVIOUS EAMCET Bits. EAMCET-. THEORY OF EQUATIONS PREVIOUS EAMCET Bits. Each of the roots of the equation x 6x + 6x 5= are increased by k so that the new transformed equation does not contain term. Then k =... - 4. - Sol.

Διαβάστε περισσότερα

D Alembert s Solution to the Wave Equation

D Alembert s Solution to the Wave Equation D Alembert s Solution to the Wave Equation MATH 467 Partial Differential Equations J. Robert Buchanan Department of Mathematics Fall 2018 Objectives In this lesson we will learn: a change of variable technique

Διαβάστε περισσότερα

CRASH COURSE IN PRECALCULUS

CRASH COURSE IN PRECALCULUS CRASH COURSE IN PRECALCULUS Shiah-Sen Wang The graphs are prepared by Chien-Lun Lai Based on : Precalculus: Mathematics for Calculus by J. Stuwart, L. Redin & S. Watson, 6th edition, 01, Brooks/Cole Chapter

Διαβάστε περισσότερα

Matrices and Determinants

Matrices and Determinants Matrices and Determinants SUBJECTIVE PROBLEMS: Q 1. For what value of k do the following system of equations possess a non-trivial (i.e., not all zero) solution over the set of rationals Q? x + ky + 3z

Διαβάστε περισσότερα

DESIGN OF MACHINERY SOLUTION MANUAL h in h 4 0.

DESIGN OF MACHINERY SOLUTION MANUAL h in h 4 0. DESIGN OF MACHINERY SOLUTION MANUAL -7-1! PROBLEM -7 Statement: Design a double-dwell cam to move a follower from to 25 6, dwell for 12, fall 25 and dwell for the remader The total cycle must take 4 sec

Διαβάστε περισσότερα

3.4 SUM AND DIFFERENCE FORMULAS. NOTE: cos(α+β) cos α + cos β cos(α-β) cos α -cos β

3.4 SUM AND DIFFERENCE FORMULAS. NOTE: cos(α+β) cos α + cos β cos(α-β) cos α -cos β 3.4 SUM AND DIFFERENCE FORMULAS Page Theorem cos(αβ cos α cos β -sin α cos(α-β cos α cos β sin α NOTE: cos(αβ cos α cos β cos(α-β cos α -cos β Proof of cos(α-β cos α cos β sin α Let s use a unit circle

Διαβάστε περισσότερα

Second Order RLC Filters

Second Order RLC Filters ECEN 60 Circuits/Electronics Spring 007-0-07 P. Mathys Second Order RLC Filters RLC Lowpass Filter A passive RLC lowpass filter (LPF) circuit is shown in the following schematic. R L C v O (t) Using phasor

Διαβάστε περισσότερα

If we restrict the domain of y = sin x to [ π, π ], the restrict function. y = sin x, π 2 x π 2

If we restrict the domain of y = sin x to [ π, π ], the restrict function. y = sin x, π 2 x π 2 Chapter 3. Analytic Trigonometry 3.1 The inverse sine, cosine, and tangent functions 1. Review: Inverse function (1) f 1 (f(x)) = x for every x in the domain of f and f(f 1 (x)) = x for every x in the

Διαβάστε περισσότερα

Aquinas College. Edexcel Mathematical formulae and statistics tables DO NOT WRITE ON THIS BOOKLET

Aquinas College. Edexcel Mathematical formulae and statistics tables DO NOT WRITE ON THIS BOOKLET Aquinas College Edexcel Mathematical formulae and statistics tables DO NOT WRITE ON THIS BOOKLET Pearson Edexcel Level 3 Advanced Subsidiary and Advanced GCE in Mathematics and Further Mathematics Mathematical

Διαβάστε περισσότερα

ΚΩΝΣΤΑΝΤΙΝΟΣ Σ. ΠΟΛΙΤΗΣ Διπλ. Φυσικός Πανεπιστημίου Πατρών Υποψήφιος Διδάκτωρ Ε.Μ.Π. ΒΙΟΓΡΑΦΙΚΟ ΣΗΜΕΙΩΜΑ

ΚΩΝΣΤΑΝΤΙΝΟΣ Σ. ΠΟΛΙΤΗΣ Διπλ. Φυσικός Πανεπιστημίου Πατρών Υποψήφιος Διδάκτωρ Ε.Μ.Π. ΒΙΟΓΡΑΦΙΚΟ ΣΗΜΕΙΩΜΑ ΚΩΝΣΤΑΝΤΙΝΟΣ Σ. ΠΟΛΙΤΗΣ Διπλ. Φυσικός Πανεπιστημίου Πατρών Υποψήφιος Διδάκτωρ Ε.Μ.Π. ΒΙΟΓΡΑΦΙΚΟ ΣΗΜΕΙΩΜΑ 1. ΒΙΟΓΡΑΦΙΚΑ ΣΤΟΙΧΕΙΑ 1.1 ΠΡΟΣΩΠΙΚΑ ΣΤΟΙΧΕΙΑ Επώνυμο ΠΟΛΙΤΗΣ Όνομα Όνομα πατρός Διεύθυνση Ηλ. διεύθυνση

Διαβάστε περισσότερα

If we restrict the domain of y = sin x to [ π 2, π 2

If we restrict the domain of y = sin x to [ π 2, π 2 Chapter 3. Analytic Trigonometry 3.1 The inverse sine, cosine, and tangent functions 1. Review: Inverse function (1) f 1 (f(x)) = x for every x in the domain of f and f(f 1 (x)) = x for every x in the

Διαβάστε περισσότερα

Homework 3 Solutions

Homework 3 Solutions Homework 3 Solutions Igor Yanovsky (Math 151A TA) Problem 1: Compute the absolute error and relative error in approximations of p by p. (Use calculator!) a) p π, p 22/7; b) p π, p 3.141. Solution: For

Διαβάστε περισσότερα

Numerical Analysis FMN011

Numerical Analysis FMN011 Numerical Analysis FMN011 Carmen Arévalo Lund University carmen@maths.lth.se Lecture 12 Periodic data A function g has period P if g(x + P ) = g(x) Model: Trigonometric polynomial of order M T M (x) =

Διαβάστε περισσότερα

Section 7.6 Double and Half Angle Formulas

Section 7.6 Double and Half Angle Formulas 09 Section 7. Double and Half Angle Fmulas To derive the double-angles fmulas, we will use the sum of two angles fmulas that we developed in the last section. We will let α θ and β θ: cos(θ) cos(θ + θ)

Διαβάστε περισσότερα

Trigonometry 1.TRIGONOMETRIC RATIOS

Trigonometry 1.TRIGONOMETRIC RATIOS Trigonometry.TRIGONOMETRIC RATIOS. If a ray OP makes an angle with the positive direction of X-axis then y x i) Sin ii) cos r r iii) tan x y (x 0) iv) cot y x (y 0) y P v) sec x r (x 0) vi) cosec y r (y

Διαβάστε περισσότερα

4.6 Autoregressive Moving Average Model ARMA(1,1)

4.6 Autoregressive Moving Average Model ARMA(1,1) 84 CHAPTER 4. STATIONARY TS MODELS 4.6 Autoregressive Moving Average Model ARMA(,) This section is an introduction to a wide class of models ARMA(p,q) which we will consider in more detail later in this

Διαβάστε περισσότερα

ECE Spring Prof. David R. Jackson ECE Dept. Notes 2

ECE Spring Prof. David R. Jackson ECE Dept. Notes 2 ECE 634 Spring 6 Prof. David R. Jackson ECE Dept. Notes Fields in a Source-Free Region Example: Radiation from an aperture y PEC E t x Aperture Assume the following choice of vector potentials: A F = =

Διαβάστε περισσότερα

HOMEWORK 4 = G. In order to plot the stress versus the stretch we define a normalized stretch:

HOMEWORK 4 = G. In order to plot the stress versus the stretch we define a normalized stretch: HOMEWORK 4 Problem a For the fast loading case, we want to derive the relationship between P zz and λ z. We know that the nominal stress is expressed as: P zz = ψ λ z where λ z = λ λ z. Therefore, applying

Διαβάστε περισσότερα

Differentiation exercise show differential equation

Differentiation exercise show differential equation Differentiation exercise show differential equation 1. If y x sin 2x, prove that x d2 y 2 2 + 2y x + 4xy 0 y x sin 2x sin 2x + 2x cos 2x 2 2cos 2x + (2 cos 2x 4x sin 2x) x d2 y 2 2 + 2y x + 4xy (2x cos

Διαβάστε περισσότερα

ΒΙΟΓΡΑΦΙΚΟ ΣΗΜΕΙΩΜΑ Ι. ΠΡΟΣΩΠΙΚΑ ΣΤΟΙΧΕΙΑ ΙΙ. ΣΠΟΥΔΕΣ ΙΙΙ.1 ΔΙΔΑΚΤΙΚΗ ΕΜΠΕΙΡΙΑ ΣΕ ΑΕΙ. Θεόδωρος Επώνυμο. Όνομα. Μονοβασίλης Όνομα πατρός

ΒΙΟΓΡΑΦΙΚΟ ΣΗΜΕΙΩΜΑ Ι. ΠΡΟΣΩΠΙΚΑ ΣΤΟΙΧΕΙΑ ΙΙ. ΣΠΟΥΔΕΣ ΙΙΙ.1 ΔΙΔΑΚΤΙΚΗ ΕΜΠΕΙΡΙΑ ΣΕ ΑΕΙ. Θεόδωρος Επώνυμο. Όνομα. Μονοβασίλης Όνομα πατρός ΒΙΟΓΡΑΦΙΚΟ ΣΗΜΕΙΩΜΑ ΑΝΑΠΛ. ΚΑΘΗΓΗΤΗΣ ΜΟΝΟΒΑΣΙΛΗΣ ΘΕΟΔΩΡΟΣ Ι. ΠΡΟΣΩΠΙΚΑ ΣΤΟΙΧΕΙΑ Όνομα Θεόδωρος Επώνυμο Μονοβασίλης Όνομα πατρός Νικόλαος Όνομα μητρός Ιωάννα Ημερ/νία γεννήσεως 13/02/1969 Τόπος γεννήσεως

Διαβάστε περισσότερα

The Negative Neumann Eigenvalues of Second Order Differential Equation with Two Turning Points

The Negative Neumann Eigenvalues of Second Order Differential Equation with Two Turning Points Applied Mathematical Sciences, Vol. 3, 009, no., 6-66 The Negative Neumann Eigenvalues of Second Order Differential Equation with Two Turning Points A. Neamaty and E. A. Sazgar Department of Mathematics,

Διαβάστε περισσότερα

Variational Wavefunction for the Helium Atom

Variational Wavefunction for the Helium Atom Technische Universität Graz Institut für Festkörperphysik Student project Variational Wavefunction for the Helium Atom Molecular and Solid State Physics 53. submitted on: 3. November 9 by: Markus Krammer

Διαβάστε περισσότερα

Exercises to Statistics of Material Fatigue No. 5

Exercises to Statistics of Material Fatigue No. 5 Prof. Dr. Christine Müller Dipl.-Math. Christoph Kustosz Eercises to Statistics of Material Fatigue No. 5 E. 9 (5 a Show, that a Fisher information matri for a two dimensional parameter θ (θ,θ 2 R 2, can

Διαβάστε περισσότερα

Phys460.nb Solution for the t-dependent Schrodinger s equation How did we find the solution? (not required)

Phys460.nb Solution for the t-dependent Schrodinger s equation How did we find the solution? (not required) Phys460.nb 81 ψ n (t) is still the (same) eigenstate of H But for tdependent H. The answer is NO. 5.5.5. Solution for the tdependent Schrodinger s equation If we assume that at time t 0, the electron starts

Διαβάστε περισσότερα

CHAPTER 101 FOURIER SERIES FOR PERIODIC FUNCTIONS OF PERIOD

CHAPTER 101 FOURIER SERIES FOR PERIODIC FUNCTIONS OF PERIOD CHAPTER FOURIER SERIES FOR PERIODIC FUNCTIONS OF PERIOD EXERCISE 36 Page 66. Determine the Fourier series for the periodic function: f(x), when x +, when x which is periodic outside this rge of period.

Διαβάστε περισσότερα

ES440/ES911: CFD. Chapter 5. Solution of Linear Equation Systems

ES440/ES911: CFD. Chapter 5. Solution of Linear Equation Systems ES440/ES911: CFD Chapter 5. Solution of Linear Equation Systems Dr Yongmann M. Chung http://www.eng.warwick.ac.uk/staff/ymc/es440.html Y.M.Chung@warwick.ac.uk School of Engineering & Centre for Scientific

Διαβάστε περισσότερα

Quadratic Expressions

Quadratic Expressions Quadratic Expressions. The standard form of a quadratic equation is ax + bx + c = 0 where a, b, c R and a 0. The roots of ax + bx + c = 0 are b ± b a 4ac. 3. For the equation ax +bx+c = 0, sum of the roots

Διαβάστε περισσότερα

Areas and Lengths in Polar Coordinates

Areas and Lengths in Polar Coordinates Kiryl Tsishchanka Areas and Lengths in Polar Coordinates In this section we develop the formula for the area of a region whose boundary is given by a polar equation. We need to use the formula for the

Διαβάστε περισσότερα

chatzipa@math.uoc.gr http://www.math.uoc.gr/ chatzipa

chatzipa@math.uoc.gr http://www.math.uoc.gr/ chatzipa ΒΙΟΓΡΑΦΙΚΟ ΣΗΜΕΙΩΜΑ Ονοµατεπώνυµο : ιεύθυνση : Email: Web: ΠΑΝΑΓΙΩΤΗΣ ΧΑΤΖΗΠΑΝΤΕΛΙ ΗΣ Τµήµα Μαθηµατικών, Λεωφ. Κνωσσού, Ηράκλειο, 71409. chatzipa@math.uoc.gr http://www.math.uoc.gr/ chatzipa Προσωπικά

Διαβάστε περισσότερα

Other Test Constructions: Likelihood Ratio & Bayes Tests

Other Test Constructions: Likelihood Ratio & Bayes Tests Other Test Constructions: Likelihood Ratio & Bayes Tests Side-Note: So far we have seen a few approaches for creating tests such as Neyman-Pearson Lemma ( most powerful tests of H 0 : θ = θ 0 vs H 1 :

Διαβάστε περισσότερα

MATHEMATICS. 1. If A and B are square matrices of order 3 such that A = -1, B =3, then 3AB = 1) -9 2) -27 3) -81 4) 81

MATHEMATICS. 1. If A and B are square matrices of order 3 such that A = -1, B =3, then 3AB = 1) -9 2) -27 3) -81 4) 81 1. If A and B are square matrices of order 3 such that A = -1, B =3, then 3AB = 1) -9 2) -27 3) -81 4) 81 We know that KA = A If A is n th Order 3AB =3 3 A. B = 27 1 3 = 81 3 2. If A= 2 1 0 0 2 1 then

Διαβάστε περισσότερα

Srednicki Chapter 55

Srednicki Chapter 55 Srednicki Chapter 55 QFT Problems & Solutions A. George August 3, 03 Srednicki 55.. Use equations 55.3-55.0 and A i, A j ] = Π i, Π j ] = 0 (at equal times) to verify equations 55.-55.3. This is our third

Διαβάστε περισσότερα

Lecture 26: Circular domains

Lecture 26: Circular domains Introductory lecture notes on Partial Differential Equations - c Anthony Peirce. Not to be copied, used, or revised without eplicit written permission from the copyright owner. 1 Lecture 6: Circular domains

Διαβάστε περισσότερα

Approximation of distance between locations on earth given by latitude and longitude

Approximation of distance between locations on earth given by latitude and longitude Approximation of distance between locations on earth given by latitude and longitude Jan Behrens 2012-12-31 In this paper we shall provide a method to approximate distances between two points on earth

Διαβάστε περισσότερα

: Monte Carlo EM 313, Louis (1982) EM, EM Newton-Raphson, /. EM, 2 Monte Carlo EM Newton-Raphson, Monte Carlo EM, Monte Carlo EM, /. 3, Monte Carlo EM

: Monte Carlo EM 313, Louis (1982) EM, EM Newton-Raphson, /. EM, 2 Monte Carlo EM Newton-Raphson, Monte Carlo EM, Monte Carlo EM, /. 3, Monte Carlo EM 2008 6 Chinese Journal of Applied Probability and Statistics Vol.24 No.3 Jun. 2008 Monte Carlo EM 1,2 ( 1,, 200241; 2,, 310018) EM, E,,. Monte Carlo EM, EM E Monte Carlo,. EM, Monte Carlo EM,,,,. Newton-Raphson.

Διαβάστε περισσότερα

Chapter 6: Systems of Linear Differential. be continuous functions on the interval

Chapter 6: Systems of Linear Differential. be continuous functions on the interval Chapter 6: Systems of Linear Differential Equations Let a (t), a 2 (t),..., a nn (t), b (t), b 2 (t),..., b n (t) be continuous functions on the interval I. The system of n first-order differential equations

Διαβάστε περισσότερα

Discontinuous Hermite Collocation and Diagonally Implicit RK3 for a Brain Tumour Invasion Model

Discontinuous Hermite Collocation and Diagonally Implicit RK3 for a Brain Tumour Invasion Model 1 Discontinuous Hermite Collocation and Diagonally Implicit RK3 for a Brain Tumour Invasion Model John E. Athanasakis Applied Mathematics & Computers Laboratory Technical University of Crete Chania 73100,

Διαβάστε περισσότερα

Trigonometric Formula Sheet

Trigonometric Formula Sheet Trigonometric Formula Sheet Definition of the Trig Functions Right Triangle Definition Assume that: 0 < θ < or 0 < θ < 90 Unit Circle Definition Assume θ can be any angle. y x, y hypotenuse opposite θ

Διαβάστε περισσότερα

Areas and Lengths in Polar Coordinates

Areas and Lengths in Polar Coordinates Kiryl Tsishchanka Areas and Lengths in Polar Coordinates In this section we develop the formula for the area of a region whose boundary is given by a polar equation. We need to use the formula for the

Διαβάστε περισσότερα

Derivation of Optical-Bloch Equations

Derivation of Optical-Bloch Equations Appendix C Derivation of Optical-Bloch Equations In this appendix the optical-bloch equations that give the populations and coherences for an idealized three-level Λ system, Fig. 3. on page 47, will be

Διαβάστε περισσότερα

On the summability of divergent power series solutions for certain first-order linear PDEs Masaki HIBINO (Meijo University)

On the summability of divergent power series solutions for certain first-order linear PDEs Masaki HIBINO (Meijo University) On the summability of divergent power series solutions for certain first-order linear PDEs Masaki HIBINO (Meijo University) 1 1 Introduction (E) {1+x 2 +β(x,y)}y u x (x,y)+{x+b(x,y)}y2 u y (x,y) +u(x,y)=f(x,y)

Διαβάστε περισσότερα

Πρόβλημα 1: Αναζήτηση Ελάχιστης/Μέγιστης Τιμής

Πρόβλημα 1: Αναζήτηση Ελάχιστης/Μέγιστης Τιμής Πρόβλημα 1: Αναζήτηση Ελάχιστης/Μέγιστης Τιμής Να γραφεί πρόγραμμα το οποίο δέχεται ως είσοδο μια ακολουθία S από n (n 40) ακέραιους αριθμούς και επιστρέφει ως έξοδο δύο ακολουθίες από θετικούς ακέραιους

Διαβάστε περισσότερα

Spherical Coordinates

Spherical Coordinates Spherical Coordinates MATH 311, Calculus III J. Robert Buchanan Department of Mathematics Fall 2011 Spherical Coordinates Another means of locating points in three-dimensional space is known as the spherical

Διαβάστε περισσότερα

DiracDelta. Notations. Primary definition. Specific values. General characteristics. Traditional name. Traditional notation

DiracDelta. Notations. Primary definition. Specific values. General characteristics. Traditional name. Traditional notation DiracDelta Notations Traditional name Dirac delta function Traditional notation x Mathematica StandardForm notation DiracDeltax Primary definition 4.03.02.000.0 x Π lim ε ; x ε0 x 2 2 ε Specific values

Διαβάστε περισσότερα

Τεχνική Έκθεση Συνοπτική παρουσίαση... 3

Τεχνική Έκθεση Συνοπτική παρουσίαση... 3 Δ2.3/2 1.1 Συνοπτική παρουσίαση....................... 3 Δ2.3/3 Σύμφωνα με το τεχνικό δελτίο του έργου η δράση της παρούσας έκθεσης συνοψίζεται ως εξής. Δράση 2.3: ΣΤΟΧΑΣΤΙΚΕΣ/ΝΤΕΤΕΡΜΙΝΙΣΤΙΚΕΣ ΥΒΡΙΔΙΚΕΣ

Διαβάστε περισσότερα

Mock Exam 7. 1 Hong Kong Educational Publishing Company. Section A 1. Reference: HKDSE Math M Q2 (a) (1 + kx) n 1M + 1A = (1) =

Mock Exam 7. 1 Hong Kong Educational Publishing Company. Section A 1. Reference: HKDSE Math M Q2 (a) (1 + kx) n 1M + 1A = (1) = Mock Eam 7 Mock Eam 7 Section A. Reference: HKDSE Math M 0 Q (a) ( + k) n nn ( )( k) + nk ( ) + + nn ( ) k + nk + + + A nk... () nn ( ) k... () From (), k...() n Substituting () into (), nn ( ) n 76n 76n

Διαβάστε περισσότερα

ΕΤΗΣΙΑ ΑΠΟΓΡΑΦΙΚΗ ΕΚΘΕΣΗ

ΕΤΗΣΙΑ ΑΠΟΓΡΑΦΙΚΗ ΕΚΘΕΣΗ ΤΜΗΜΑ ΔΙΕΘΝΟΥΣ ΕΜΠΟΡΙΟΥ 1 ΕΤΗΣΙΑ ΑΠΟΓΡΑΦΙΚΗ ΕΚΘΕΣΗ ΤΜΗΜΑ ΔΙΕΘΝΟΥΣ ΕΜΠΟΡΙΟΥ ΑΚΑΔΗΜΑΙΚΟ ΕΤΟΣ 2013-2014 ΤΜΗΜΑ ΔΙΕΘΝΟΥΣ ΕΜΠΟΡΙΟΥ 2 ΠΑΡΑΡΤΗΜΑ Ι Πίνακας1.1. Εξέλιξη του προσωπικού του Τμήματος Καθηγητές Σύνολο

Διαβάστε περισσότερα

ΜΕΤΑΠΤΥΧΙΑΚΗ ΔΙΠΛΩΜΑΤΙΚΗ ΕΡΓΑΣΙΑ. Κωνσταντίνος Ξ. Τσιόκας. Αν. Καθηγήτρια Α.Π.Θ.

ΜΕΤΑΠΤΥΧΙΑΚΗ ΔΙΠΛΩΜΑΤΙΚΗ ΕΡΓΑΣΙΑ. Κωνσταντίνος Ξ. Τσιόκας. Αν. Καθηγήτρια Α.Π.Θ. ΑΡΙΣΤΟΤΕΛΕΙΟ ΠΑΝΕΠΙΣΤΗΜΙΟ ΘΕΣΣΑΛΟΝΙΚΗΣ ΤΜΗΜΑ ΜΑΘΗΜΑΤΙΚΩΝ ΜΕΤΑΠΤΥΧΙΑΚΟ ΠΡΟΓΡΑΜΜΑ ΣΠΟΥΔΩΝ ΘΕΩΡΗΤΙΚΗ ΠΛΗΡΟΦΟΡΙΚΗ & ΘΕΩΡΙΑ ΣΥΣΤΗΜΑΤΩΝ ΚΑΙ ΕΛΕΓΧΟΥ ΑΡΙΘΜΗΤΙΚΕΣ ΜΕΘΟΔΟΙ ΕΠΙΛΥΣΗΣ ΥΨΗΛΗΣ ΤΑΞΗΣ ODE ΜΕ ΥΨΗΛΗΣ ΤΑΞΗΣ

Διαβάστε περισσότερα

EE512: Error Control Coding

EE512: Error Control Coding EE512: Error Control Coding Solution for Assignment on Finite Fields February 16, 2007 1. (a) Addition and Multiplication tables for GF (5) and GF (7) are shown in Tables 1 and 2. + 0 1 2 3 4 0 0 1 2 3

Διαβάστε περισσότερα

ΗΜΥ 220: ΣΗΜΑΤΑ ΚΑΙ ΣΥΣΤΗΜΑΤΑ Ι Ακαδημαϊκό έτος Εαρινό Εξάμηνο Κατ οίκον εργασία αρ. 2

ΗΜΥ 220: ΣΗΜΑΤΑ ΚΑΙ ΣΥΣΤΗΜΑΤΑ Ι Ακαδημαϊκό έτος Εαρινό Εξάμηνο Κατ οίκον εργασία αρ. 2 ΤΜΗΜΑ ΗΛΕΚΤΡΟΛΟΓΩΝ ΜΗΧΑΝΙΚΩΝ ΚΑΙ ΜΗΧΑΝΙΚΩΝ ΥΠΟΛΟΓΙΣΤΩΝ ΠΑΝΕΠΙΣΤΗΜΙΟ ΚΥΠΡΟΥ ΗΜΥ 220: ΣΗΜΑΤΑ ΚΑΙ ΣΥΣΤΗΜΑΤΑ Ι Ακαδημαϊκό έτος 2007-08 -- Εαρινό Εξάμηνο Κατ οίκον εργασία αρ. 2 Ημερομηνία Παραδόσεως: Παρασκευή

Διαβάστε περισσότερα

Finite difference method for 2-D heat equation

Finite difference method for 2-D heat equation Finite difference method for 2-D heat equation Praveen. C praveen@math.tifrbng.res.in Tata Institute of Fundamental Research Center for Applicable Mathematics Bangalore 560065 http://math.tifrbng.res.in/~praveen

Διαβάστε περισσότερα

Fourier Series. MATH 211, Calculus II. J. Robert Buchanan. Spring Department of Mathematics

Fourier Series. MATH 211, Calculus II. J. Robert Buchanan. Spring Department of Mathematics Fourier Series MATH 211, Calculus II J. Robert Buchanan Department of Mathematics Spring 2018 Introduction Not all functions can be represented by Taylor series. f (k) (c) A Taylor series f (x) = (x c)

Διαβάστε περισσότερα

ΒΙΟΓΡΑΦΙΚΟ ΣΗΜΕΙΩΜΑ. ΤΗΛΕΦΩΝΟ:

ΒΙΟΓΡΑΦΙΚΟ ΣΗΜΕΙΩΜΑ. ΤΗΛΕΦΩΝΟ: ΒΙΟΓΡΑΦΙΚΟ ΣΗΜΕΙΩΜΑ ΑΤΟΜΙΚΑ ΣΤΟΙΧΕΙΑ ΕΠΩΝΥΜΟ: ΛΑΛΟΥ ΟΝΟΜΑ: ΠΑΝΑΓΙΩΤΑ ΗΜΕΡΟΜΗΝΙΑ ΓΕΝΝΗΣΗΣ: 11-11-1975 ΟΙΚ/ΚΗ ΚΑΤΑΣΤΑΣΗ: ΑΓΑΜΗ ΥΠΗΚΟΟΤΗΤΑ: ΕΛΛΗΝΙΚΗ ΔΙΕΥΘΥΝΣΗ ΚΑΤΟΙΚΙΑΣ: ΒΑΣ. ΑΛΕΞΑΝΔΡΟΥ 37-ΑΓ.ΑΝΑΡΓΥΡΟΙ ΤΗΛΕΦΩΝΟ:

Διαβάστε περισσότερα

Probabilistic Approach to Robust Optimization

Probabilistic Approach to Robust Optimization Probabilistic Approach to Robust Optimization Akiko Takeda Department of Mathematical & Computing Sciences Graduate School of Information Science and Engineering Tokyo Institute of Technology Tokyo 52-8552,

Διαβάστε περισσότερα

ΔΙΠΛΩΜΑΤΙΚΗ ΕΡΓΑΣΙΑ. «Προστασία ηλεκτροδίων γείωσης από τη διάβρωση»

ΔΙΠΛΩΜΑΤΙΚΗ ΕΡΓΑΣΙΑ. «Προστασία ηλεκτροδίων γείωσης από τη διάβρωση» ΑΡΙΣΤΟΤΕΛΕΙΟ ΠΑΝΕΠΙΣΤΗΜΙΟ ΘΕΣΣΑΛΟΝΙΚΗΣ ΠΟΛΥΤΕΧΝΙΚΗ ΣΧΟΛΗ ΤΜΗΜΑ ΗΛΕΚΤΡΟΛΟΓΩΝ ΜΗΧΑΝΙΚΩΝ ΚΑΙ ΜΗΧΑΝΙΚΩΝ ΥΠΟΛΟΓΙΣΤΩΝ ΤΟΜΕΑΣ ΗΛΕΚΤΡΙΚΗΣ ΕΝΕΡΓΕΙΑΣ ΕΡΓΑΣΤΗΡΙΟ ΥΨΗΛΩΝ ΤΑΣΕΩΝ ΔΙΠΛΩΜΑΤΙΚΗ ΕΡΓΑΣΙΑ «Προστασία ηλεκτροδίων

Διαβάστε περισσότερα

ΒΙΟΓΡΑΦΙΚΟ ΣΗΜΕΙΩΜΑ ΚΑΘΗΓΗΤΗ ΘΕΟΔΩΡΟΥ ΗΛΙΑ ΣΙΜΟΥ ΠΑΝΕΠΙΣΤΗΜΙΟ ΠΕΛΟΠΟΝΝΗΣΟΥ

ΒΙΟΓΡΑΦΙΚΟ ΣΗΜΕΙΩΜΑ ΚΑΘΗΓΗΤΗ ΘΕΟΔΩΡΟΥ ΗΛΙΑ ΣΙΜΟΥ ΠΑΝΕΠΙΣΤΗΜΙΟ ΠΕΛΟΠΟΝΝΗΣΟΥ ΒΙΟΓΡΑΦΙΚΟ ΣΗΜΕΙΩΜΑ ΚΑΘΗΓΗΤΗ ΘΕΟΔΩΡΟΥ ΗΛΙΑ ΣΙΜΟΥ ΠΑΝΕΠΙΣΤΗΜΙΟ ΠΕΛΟΠΟΝΝΗΣΟΥ ΜΕΛΟΥΣ ΤΟΥ ΠΡΟΕΔΡΕΙΟΥ ΤΗΣ ΕΥΡΩΠΑΪΚΗΣ ΑΚΑΔΗΜΙΑΣ ΕΠΙΣΤΗΜΩΝ ΤΑΚΤΙΚΟΥ ΜΕΛΟΥΣ ΕΥΡΩΠΑΪΚΗΣ ΑΚΑΔΗΜΙΑΣ ΕΠΙΣΤΗΜΩΝ ΚΑΙ ΤΕΧΝΩΝ, ΑΝΤΕΠΙΣΤΕΛΛΟΝΤΟΣ

Διαβάστε περισσότερα

1 String with massive end-points

1 String with massive end-points 1 String with massive end-points Πρόβλημα 5.11:Θεωρείστε μια χορδή μήκους, τάσης T, με δύο σημειακά σωματίδια στα άκρα της, το ένα μάζας m, και το άλλο μάζας m. α) Μελετώντας την κίνηση των άκρων βρείτε

Διαβάστε περισσότερα

( ) 2 and compare to M.

( ) 2 and compare to M. Problems and Solutions for Section 4.2 4.9 through 4.33) 4.9 Calculate the square root of the matrix 3!0 M!0 8 Hint: Let M / 2 a!b ; calculate M / 2!b c ) 2 and compare to M. Solution: Given: 3!0 M!0 8

Διαβάστε περισσότερα

Mean bond enthalpy Standard enthalpy of formation Bond N H N N N N H O O O

Mean bond enthalpy Standard enthalpy of formation Bond N H N N N N H O O O Q1. (a) Explain the meaning of the terms mean bond enthalpy and standard enthalpy of formation. Mean bond enthalpy... Standard enthalpy of formation... (5) (b) Some mean bond enthalpies are given below.

Διαβάστε περισσότερα

ΑΚΑΔΗΜΑΪΚΕΣ ΘΕΣΕΙΣ Σεπτέμβριος 2003 Ιούνιος 2006: Εργαστηριακός Συνεργάτης με πλήρη προσόντα

ΑΚΑΔΗΜΑΪΚΕΣ ΘΕΣΕΙΣ Σεπτέμβριος 2003 Ιούνιος 2006: Εργαστηριακός Συνεργάτης με πλήρη προσόντα ΒΙΟΓΡΑΦΙΚΟ ΣΗΜΕΙΩΜΑ Επώνυμο Περδίου Όνομα Αγγελική Ημερομηνία γέννησης 19 Απριλίου 1974 Τόπος γέννησης Καλαμάτα Οικογενειακή κατάσταση Έγγαμη με ένα παιδί Διεύθυνση κατοικίας Αγίων Πατέρων 3, Πάτρα, τ.κ.

Διαβάστε περισσότερα

Space Physics (I) [AP-3044] Lecture 1 by Ling-Hsiao Lyu Oct Lecture 1. Dipole Magnetic Field and Equations of Magnetic Field Lines

Space Physics (I) [AP-3044] Lecture 1 by Ling-Hsiao Lyu Oct Lecture 1. Dipole Magnetic Field and Equations of Magnetic Field Lines Space Physics (I) [AP-344] Lectue by Ling-Hsiao Lyu Oct. 2 Lectue. Dipole Magnetic Field and Equations of Magnetic Field Lines.. Dipole Magnetic Field Since = we can define = A (.) whee A is called the

Διαβάστε περισσότερα

3+1 Splitting of the Generalized Harmonic Equations

3+1 Splitting of the Generalized Harmonic Equations 3+1 Splitting of the Generalized Harmonic Equations David Brown North Carolina State University EGM June 2011 Numerical Relativity Interpret general relativity as an initial value problem: Split spacetime

Διαβάστε περισσότερα

Higher Derivative Gravity Theories

Higher Derivative Gravity Theories Higher Derivative Gravity Theories Black Holes in AdS space-times James Mashiyane Supervisor: Prof Kevin Goldstein University of the Witwatersrand Second Mandelstam, 20 January 2018 James Mashiyane WITS)

Διαβάστε περισσότερα

2 Composition. Invertible Mappings

2 Composition. Invertible Mappings Arkansas Tech University MATH 4033: Elementary Modern Algebra Dr. Marcel B. Finan Composition. Invertible Mappings In this section we discuss two procedures for creating new mappings from old ones, namely,

Διαβάστε περισσότερα

Τίτλος Μαθήματος: Συνήθεις Διαφορικές Εξισώσεις Ι

Τίτλος Μαθήματος: Συνήθεις Διαφορικές Εξισώσεις Ι Τίτλος Μαθήματος: Συνήθεις Διαφορικές Εξισώσεις Ι Ενότητα: Βασικά θεωρήματα για τις γραμμικές Σ.Δ.Ε. Όνομα Καθηγητή: Χρυσή Κοκολογιαννάκη Τμήμα: Μαθηματικών Άδειες Χρήσης Το παρόν εκπαιδευτικό υλικό υπόκειται

Διαβάστε περισσότερα

Envelope Periodic Solutions to Coupled Nonlinear Equations

Envelope Periodic Solutions to Coupled Nonlinear Equations Commun. Theor. Phys. (Beijing, China) 39 (2003) pp. 167 172 c International Academic Publishers Vol. 39, No. 2, February 15, 2003 Envelope Periodic Solutions to Coupled Nonlinear Equations LIU Shi-Da,

Διαβάστε περισσότερα

Bayesian statistics. DS GA 1002 Probability and Statistics for Data Science.

Bayesian statistics. DS GA 1002 Probability and Statistics for Data Science. Bayesian statistics DS GA 1002 Probability and Statistics for Data Science http://www.cims.nyu.edu/~cfgranda/pages/dsga1002_fall17 Carlos Fernandez-Granda Frequentist vs Bayesian statistics In frequentist

Διαβάστε περισσότερα

Congruence Classes of Invertible Matrices of Order 3 over F 2

Congruence Classes of Invertible Matrices of Order 3 over F 2 International Journal of Algebra, Vol. 8, 24, no. 5, 239-246 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/.2988/ija.24.422 Congruence Classes of Invertible Matrices of Order 3 over F 2 Ligong An and

Διαβάστε περισσότερα

CHAPTER 48 APPLICATIONS OF MATRICES AND DETERMINANTS

CHAPTER 48 APPLICATIONS OF MATRICES AND DETERMINANTS CHAPTER 48 APPLICATIONS OF MATRICES AND DETERMINANTS EXERCISE 01 Page 545 1. Use matrices to solve: 3x + 4y x + 5y + 7 3x + 4y x + 5y 7 Hence, 3 4 x 0 5 y 7 The inverse of 3 4 5 is: 1 5 4 1 5 4 15 8 3

Διαβάστε περισσότερα

Περισσότερα+για+τις+στροφές+

Περισσότερα+για+τις+στροφές+ ΤεχνολογικόEκπαιδευτικόΊδρυμαKρήτης Ρομποτική «Τοπικήπαραμετροποίησηπινάκωνστροφής,γωνίεςEuler, πίνακαςστροφήςγύρωαπόισοδύναμοάξονα» Δρ.ΦασουλάςΓιάννης 1 Περισσότεραγιατιςστροφές ΗστροφήενόςΣΣμπορείνααντιστοιχηθείσεένα

Διαβάστε περισσότερα

derivation of the Laplacian from rectangular to spherical coordinates

derivation of the Laplacian from rectangular to spherical coordinates derivation of the Laplacian from rectangular to spherical coordinates swapnizzle 03-03- :5:43 We begin by recognizing the familiar conversion from rectangular to spherical coordinates (note that φ is used

Διαβάστε περισσότερα

Solution Series 9. i=1 x i and i=1 x i.

Solution Series 9. i=1 x i and i=1 x i. Lecturer: Prof. Dr. Mete SONER Coordinator: Yilin WANG Solution Series 9 Q1. Let α, β >, the p.d.f. of a beta distribution with parameters α and β is { Γ(α+β) Γ(α)Γ(β) f(x α, β) xα 1 (1 x) β 1 for < x

Διαβάστε περισσότερα

Problem Set 3: Solutions

Problem Set 3: Solutions CMPSCI 69GG Applied Information Theory Fall 006 Problem Set 3: Solutions. [Cover and Thomas 7.] a Define the following notation, C I p xx; Y max X; Y C I p xx; Ỹ max I X; Ỹ We would like to show that C

Διαβάστε περισσότερα

Appendix to On the stability of a compressible axisymmetric rotating flow in a pipe. By Z. Rusak & J. H. Lee

Appendix to On the stability of a compressible axisymmetric rotating flow in a pipe. By Z. Rusak & J. H. Lee Appendi to On the stability of a compressible aisymmetric rotating flow in a pipe By Z. Rusak & J. H. Lee Journal of Fluid Mechanics, vol. 5 4, pp. 5 4 This material has not been copy-edited or typeset

Διαβάστε περισσότερα

DETERMINATION OF DYNAMIC CHARACTERISTICS OF A 2DOF SYSTEM. by Zoran VARGA, Ms.C.E.

DETERMINATION OF DYNAMIC CHARACTERISTICS OF A 2DOF SYSTEM. by Zoran VARGA, Ms.C.E. DETERMINATION OF DYNAMIC CHARACTERISTICS OF A 2DOF SYSTEM by Zoran VARGA, Ms.C.E. Euro-Apex B.V. 1990-2012 All Rights Reserved. The 2 DOF System Symbols m 1 =3m [kg] m 2 =8m m=10 [kg] l=2 [m] E=210000

Διαβάστε περισσότερα

Lecture 34 Bootstrap confidence intervals

Lecture 34 Bootstrap confidence intervals Lecture 34 Bootstrap confidence intervals Confidence Intervals θ: an unknown parameter of interest We want to find limits θ and θ such that Gt = P nˆθ θ t If G 1 1 α is known, then P θ θ = P θ θ = 1 α

Διαβάστε περισσότερα

Example Sheet 3 Solutions

Example Sheet 3 Solutions Example Sheet 3 Solutions. i Regular Sturm-Liouville. ii Singular Sturm-Liouville mixed boundary conditions. iii Not Sturm-Liouville ODE is not in Sturm-Liouville form. iv Regular Sturm-Liouville note

Διαβάστε περισσότερα

ΒΙΟΓΡΑΦΙΚΟ ΣΗΜΕΙΩΜΑ ΠΡΟΣΩΠΙΚΑ ΣΤΟΙΧΕΙΑ ΣΠΟΥΔΕΣ

ΒΙΟΓΡΑΦΙΚΟ ΣΗΜΕΙΩΜΑ ΠΡΟΣΩΠΙΚΑ ΣΤΟΙΧΕΙΑ ΣΠΟΥΔΕΣ ΒΙΟΓΡΑΦΙΚΟ ΣΗΜΕΙΩΜΑ ΠΡΟΣΩΠΙΚΑ ΣΤΟΙΧΕΙΑ ΕΠΩΝΥΜΟ: ΡΟΜΠΟΛΗΣ ΟΝΟΜΑ: ΛΕΩΝΙΔΑΣ ΟΝΟΜΑ ΠΑΤΡΟΣ: ΣΑΒΒΑΣ ΧΡΟΝΟΛΟΓΙΑ ΓΕΝΝΗΣΗΣ: 16/1/1977 ΤΟΠΟΣ ΓΕΝΝΗΣΗΣ: ΑΘΗΝΑ ΔΙΕΥΘΥΝΣΗ ΚΑΤΟΙΚΙΑΣ: ΟΙΚΟΝΟΜΟΥ 29, 16122, ΑΘΗΝΑ ΔΙΕΥΘΥΝΣΗ

Διαβάστε περισσότερα

The Simply Typed Lambda Calculus

The Simply Typed Lambda Calculus Type Inference Instead of writing type annotations, can we use an algorithm to infer what the type annotations should be? That depends on the type system. For simple type systems the answer is yes, and

Διαβάστε περισσότερα

Statistics 104: Quantitative Methods for Economics Formula and Theorem Review

Statistics 104: Quantitative Methods for Economics Formula and Theorem Review Harvard College Statistics 104: Quantitative Methods for Economics Formula and Theorem Review Tommy MacWilliam, 13 tmacwilliam@college.harvard.edu March 10, 2011 Contents 1 Introduction to Data 5 1.1 Sample

Διαβάστε περισσότερα

PARTIAL NOTES for 6.1 Trigonometric Identities

PARTIAL NOTES for 6.1 Trigonometric Identities PARTIAL NOTES for 6.1 Trigonometric Identities tanθ = sinθ cosθ cotθ = cosθ sinθ BASIC IDENTITIES cscθ = 1 sinθ secθ = 1 cosθ cotθ = 1 tanθ PYTHAGOREAN IDENTITIES sin θ + cos θ =1 tan θ +1= sec θ 1 + cot

Διαβάστε περισσότερα

SCHOOL OF MATHEMATICAL SCIENCES G11LMA Linear Mathematics Examination Solutions

SCHOOL OF MATHEMATICAL SCIENCES G11LMA Linear Mathematics Examination Solutions SCHOOL OF MATHEMATICAL SCIENCES GLMA Linear Mathematics 00- Examination Solutions. (a) i. ( + 5i)( i) = (6 + 5) + (5 )i = + i. Real part is, imaginary part is. (b) ii. + 5i i ( + 5i)( + i) = ( i)( + i)

Διαβάστε περισσότερα

Homomorphism in Intuitionistic Fuzzy Automata

Homomorphism in Intuitionistic Fuzzy Automata International Journal of Fuzzy Mathematics Systems. ISSN 2248-9940 Volume 3, Number 1 (2013), pp. 39-45 Research India Publications http://www.ripublication.com/ijfms.htm Homomorphism in Intuitionistic

Διαβάστε περισσότερα

Chapter 6: Systems of Linear Differential. be continuous functions on the interval

Chapter 6: Systems of Linear Differential. be continuous functions on the interval Chapter 6: Systems of Linear Differential Equations Let a (t), a 2 (t),..., a nn (t), b (t), b 2 (t),..., b n (t) be continuous functions on the interval I. The system of n first-order differential equations

Διαβάστε περισσότερα

Econ 2110: Fall 2008 Suggested Solutions to Problem Set 8 questions or comments to Dan Fetter 1

Econ 2110: Fall 2008 Suggested Solutions to Problem Set 8  questions or comments to Dan Fetter 1 Eon : Fall 8 Suggested Solutions to Problem Set 8 Email questions or omments to Dan Fetter Problem. Let X be a salar with density f(x, θ) (θx + θ) [ x ] with θ. (a) Find the most powerful level α test

Διαβάστε περισσότερα

Paper Reference. Paper Reference(s) 6665/01 Edexcel GCE Core Mathematics C3 Advanced. Thursday 11 June 2009 Morning Time: 1 hour 30 minutes

Paper Reference. Paper Reference(s) 6665/01 Edexcel GCE Core Mathematics C3 Advanced. Thursday 11 June 2009 Morning Time: 1 hour 30 minutes Centre No. Candidate No. Paper Reference(s) 6665/01 Edexcel GCE Core Mathematics C3 Advanced Thursday 11 June 2009 Morning Time: 1 hour 30 minutes Materials required for examination Mathematical Formulae

Διαβάστε περισσότερα

ΒΙΟΓΡΑΦΙΚΑ ΣΤΟΙΧΕΙΑ ΣΠΟΥ ΕΣ ΥΠΟΤΡΟΦΙΕΣ

ΒΙΟΓΡΑΦΙΚΑ ΣΤΟΙΧΕΙΑ ΣΠΟΥ ΕΣ ΥΠΟΤΡΟΦΙΕΣ ΒΙΟΓΡΑΦΙΚΑ ΣΤΟΙΧΕΙΑ Ονοµατεπώνυµο : Χρήστος Σχοινάς Όνοµα πατρός : Ιωάννης Όνοµα µητρός : Βασιλική Οικογενειακή κατάσταση : Έγγαµος, δύο τέκνα (Ιωάννης, Βασιλική) Όνοµα συζύγου : Μελποµένη Ηµεροµηνία γέννησης

Διαβάστε περισσότερα

Practice Exam 2. Conceptual Questions. 1. State a Basic identity and then verify it. (a) Identity: Solution: One identity is csc(θ) = 1

Practice Exam 2. Conceptual Questions. 1. State a Basic identity and then verify it. (a) Identity: Solution: One identity is csc(θ) = 1 Conceptual Questions. State a Basic identity and then verify it. a) Identity: Solution: One identity is cscθ) = sinθ) Practice Exam b) Verification: Solution: Given the point of intersection x, y) of the

Διαβάστε περισσότερα