Numerical Methods

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 31

Sayısal Yöntemler

1. Hafta: Giriş
Kaynaklar
• Numerical Methods for Mathematics, Science and
Engineering, J.H.Mathews, Prentice Hall
• Numerical Methods, Software and Analysis, J.R. Rice,
McGraw-Hill
• Mühendisler için Sayısal Yöntemler, H. Heperkan,
Uğur Kesgin, Literatür
• Sayısal Analiz ve Mühendislik Uygulamaları, İrfan
Karagöz
Faydalanılacak Programlama
Dilleri / Platformlar

• MATLAB

http://bidb.btu.edu.tr/index.php?page=duyuru&id=29146
Değerlendirme

• Vize (%30)
• Final (%70)
Kullanılacak Uzaktan Eğitim
Platformları
• Microsoft Teams
– Genelde Moodle üzerinden, bazen de Moodle’dan bağımsız
• Zoom (Alternatif )
– Meeting ID: 314 026 0473
– Passcode: A5059Z

5
İletişim tercihi

• E-mail
– Otomasyonda güncel e-mail bilgileri yer almalı
– Attığım e-mailler herkese ulaşmalı
• Moodle (Alternatif)

6
Sayısal Yöntemlere Giriş

7
Why use Numerical Methods?
• To solve problems that cannot be solved exactly

2
x u
1 

2 

e 2
du
Why use Numerical Methods?
• To solve problems that are intractable!
Analytical Solution vs. Numerical
Solution
• An analytical solution involves framing the problem in a well-understood form and
calculating the exact solution.
• A numerical solution means making guesses at the solution and testing whether the
problem is solved well enough to stop

10
Analytical Solution vs. Numerical
Solution

11
How do we solve an engineering problem?

Problem Description

Mathematical Model

Solution of Mathematical Model

Using the Solution

12
Mathematical Procedures
• Nonlinear Equations
• Differentiation
• Simultaneous Linear Equations
• Curve Fitting
– Interpolation
– Regression
• Integration
• Ordinary Differential Equations
• Other Advanced Mathematical Procedures:
– Partial Differential Equations
– Optimization
– Fast Fourier Transforms
13
Denklem köklerinin Bulunması

Lineer denklem sistemlerinin çözümü

14
Eğri uydurulması

Nümerik integral

15
Nümerik türev

Kısmi türevli diferansiyel denklemler

16
17
http://numericalmethods.eng.usf.edu 18
Regression

Linear regression

19
Regression

20
Image Resize

21
ROC Curve and AUC

22
Quadratic Interpolation of Spectral Peaks

23
24
Some Additional Exemplary
Applications

25
Nonlinear Equations
How much of the floating ball is under water?

Diameter=0.11m
Specific Gravity=0.6

4
x  0.165x  3.993 10  0
3 2

http://numericalmethods.eng.usf.edu 26
Nonlinear Equations
How much of the floating ball is under the water?

f ( x)  x3  0.165x 2  3.993  104  0


http://numericalmethods.eng.usf.edu 27
Differentiation
What is the acceleration
at t=7 seconds?

 16  104  dv
v(t)  2200 ln    9.8t a
 16  10  5000t 
4
dt
http://numericalmethods.eng.usf.edu 28
Differentiation
What is the acceleration at t=7 seconds?
Time (s) 5 8 12
Vel (m/s) 106 177 600

dv
a
dt

http://numericalmethods.eng.usf.edu 29
Simultaneous Linear Equations
Find the velocity profile, given

Time (s) 5 8 12
Vel (m/s) 106 177 600

v(t )  at 2  bt  c, 5  t  12
Three simultaneous linear equations
25a  5b  c  106
64a  8b  c  177
144a  12b  c  600

http://numericalmethods.eng.usf.edu 30
Interpolation
What is the velocity of the rocket at t=7 seconds?
Time (s) 5 8 12
Vel (m/s) 106 177 600

http://numericalmethods.eng.usf.edu 31

You might also like