SlideShare a Scribd company logo
1 of 19
1
Numerical Differentiation
2
Numerical Differentiation
 First order derivatives
 High order derivatives
Examples
3
Motivation
 How do you evaluate the
derivative of a tabulated
function.
 How do we determine the
velocity and acceleration
from tabulated
measurements.
Time
(second)
Displacement
(meters)
0 30.1
5 48.2
10 50.0
15 40.2
4
Recall
n
n
n
n
h
h
E
h
h
C
E
that
such
C
finite
real
h
O
E
h
O
h
x
f
h
x
f
h
x
f
x
f
h
x
f
h
x
f
h
x
f
dx
df
similar to
rate
at
zero
g
approachin
is
order
of
is
E
:
,
,
)
(
)
(
!
3
)
(
!
2
)
(
)
(
'
)
(
)
(
:
Theorem
Taylor
)
(
)
(
lim
4
3
)
3
(
2
)
2
(
0















For small values of h, the difference quotient [f (x0 + h) − f (x0)]/h
can be used to approximate f’(x0) with an error bounded by M|h|/2,
where M is a bound on |f’’(x)| for x between x0 and x0 +h.
CISE301_Topic6 5
6
Three Formula
them?
judge
we
do
How
better?
is
method
Which
2
)
(
)
(
)
(
:
Difference
Central
)
(
)
(
)
(
:
Difference
Backward
)
(
)
(
)
(
:
Difference
Forward
h
h
x
f
h
x
f
dx
x
df
h
h
x
f
x
f
dx
x
df
h
x
f
h
x
f
dx
x
df










7
The Three Formulas
8
Forward/Backward Difference Formula
)
(
)
(
)
(
)
(
'
)
(
)
(
)
(
)
(
'
)
(
)
(
'
)
(
)
(
:
Difference
Backward
_____
__________
__________
__________
__________
__________
)
(
)
(
)
(
)
(
'
)
(
)
(
)
(
)
(
'
)
(
)
(
'
)
(
)
(
:
Difference
Forward
2
2
2
2
h
O
h
h
x
f
x
f
x
f
h
O
h
x
f
x
f
h
x
f
h
O
h
x
f
x
f
h
x
f
h
O
h
x
f
h
x
f
x
f
h
O
x
f
h
x
f
h
x
f
h
O
h
x
f
x
f
h
x
f




























9
Central Difference Formula
)
(
2
)
(
)
(
)
(
'
...
!
3
)
(
2
)
(
'
2
)
(
)
(
...
!
4
)
(
!
3
)
(
!
2
)
(
)
(
'
)
(
)
(
...
!
4
)
(
!
3
)
(
!
2
)
(
)
(
'
)
(
)
(
:
Difference
Central
2
3
)
3
(
4
)
4
(
3
)
3
(
2
)
2
(
4
)
4
(
3
)
3
(
2
)
2
(
h
O
h
h
x
f
h
x
f
x
f
h
x
f
h
x
f
h
x
f
h
x
f
h
x
f
h
x
f
h
x
f
h
x
f
x
f
h
x
f
h
x
f
h
x
f
h
x
f
h
x
f
x
f
h
x
f


























10
The Three Formula (Revisited)
answer.
better
a
give
to
expected
is
formula
difference
Central
accuracy.
in
comparable
are
formulas
difference
backward
and
Forward
)
(
2
)
(
)
(
)
(
:
Difference
Central
)
(
)
(
)
(
)
(
:
Difference
Backward
)
(
)
(
)
(
)
(
:
Difference
Forward
2
h
O
h
h
x
f
h
x
f
dx
x
df
h
O
h
h
x
f
x
f
dx
x
df
h
O
h
x
f
h
x
f
dx
x
df













11
Higher Order Formulas
12
)
(
)
(
)
(
)
(
2
)
(
)
(
...
!
4
)
(
2
!
2
)
(
2
)
(
2
)
(
)
(
...
!
4
)
(
!
3
)
(
!
2
)
(
)
(
'
)
(
)
(
...
!
4
)
(
!
3
)
(
!
2
)
(
)
(
'
)
(
)
(
2
)
4
(
2
2
)
2
(
4
)
4
(
2
)
2
(
4
)
4
(
3
)
3
(
2
)
2
(
4
)
4
(
3
)
3
(
2
)
2
(
h
f
Error
h
O
h
h
x
f
x
f
h
x
f
x
f
h
x
f
h
x
f
x
f
h
x
f
h
x
f
h
x
f
h
x
f
h
x
f
h
x
f
x
f
h
x
f
h
x
f
h
x
f
h
x
f
h
x
f
x
f
h
x
f































12
Other Higher Order Formulas
.
order
error
the
obtain
and
them
prove
to
Theorem
Taylor
use
can
You
possible.
also
are
)...
(
),
(
for
formulas
Other
)
(
with
Formulas
Central
)
2
(
)
(
4
)
(
6
)
(
4
)
2
(
)
(
2
)
2
(
)
(
2
)
(
2
)
2
(
)
(
)
(
)
(
2
)
(
)
(
)
3
(
)
2
(
2
4
)
4
(
3
)
3
(
2
)
2
(
x
f
x
f
h
O
Error
h
h
x
f
h
x
f
x
f
h
x
f
h
x
f
x
f
h
h
x
f
h
x
f
h
x
f
h
x
f
x
f
h
h
x
f
x
f
h
x
f
x
f























Example
 Use forward, backward and centered difference
approximations to estimate the first derivate of:
f(x) = –0.1x4 – 0.15x3 – 0.5x2 – 0.25x + 1.2
at x = 0.5 using step size h = 0.5 and h = 0.25
 Note that the derivate can be obtained directly:
f’(x) = –0.4x3 – 0.45x2 – 1.0x – 0.25
The true value of f’(0.5) = -0.9125
 In this example, the function and its derivate
are known. However, in general, only tabulated
data might be given.
13
Solution with Step Size = 0.5
 f(0.5) = 0.925, f(0) = 1.2, f(1.0) = 0.2
 Forward Divided Difference:
f’(0.5)  (0.2 – 0.925)/0.5 = -1.45
|t| = |(-0.9125+1.45)/-0.9125| = 58.9%
 Backward Divided Difference:
f’(0.5)  (0.925 – 1.2)/0.5 = -0.55
|t| = |(-0.9125+0.55)/-0.9125| = 39.7%
 Centered Divided Difference:
f’(0.5)  (0.2 – 1.2)/1.0 = -1.0
|t| = |(-0.9125+1.0)/-0.9125| = 9.6%
14
Solution with Step Size = 0.25
 f(0.5)=0.925, f(0.25)=1.1035, f(0.75)=0.6363
 Forward Divided Difference:
f’(0.5)  (0.6363 – 0.925)/0.25 = -1.155
|t| = |(-0.9125+1.155)/-0.9125| = 26.5%
 Backward Divided Difference:
f’(0.5)  (0.925 – 1.1035)/0.25 = -0.714
|t| = |(-0.9125+0.714)/-0.9125| = 21.7%
 Centered Divided Difference:
f’(0.5)  (0.6363 – 1.1035)/0.5 = -0.934
|t| = |(-0.9125+0.934)/-0.9125| = 2.4%
15
Discussion
 For both the Forward and Backward difference,
the error is O(h)
 Halving the step size h approximately halves the
error of the Forward and Backward differences
 The Centered difference approximation is more
accurate than the Forward and Backward
differences because the error is O(h2)
 Halving the step size h approximately quarters
the error of the Centered difference.
16
Use the forward-difference formula to approximate the
derivative of f (x) = ln x at x0 = 1.8 using h = 0.1, h =
0.05, and h = 0.01, and determine bounds for the
approximation errors.
17
Example 2
Solution
The forward-difference formula
f (1.8 + h) − f (1.8)
h
with h = 0.1 gives
(ln 1.9 − ln 1.8)/0.1
= (0.64185389 − 0.58778667)/0.1 = 0.5406722.
Because f’’(x) = −1/x2and 1.8 < ξ < 1.9, a bound for this
approximation error is |hf’’(ξ )|/2
=|h|/2ξ2 < 0.1/2(1.8)2 = 0.0154321.
18
19

More Related Content

Similar to numerical_differentiations.ppt

trapezoidal rule.pptx
trapezoidal rule.pptxtrapezoidal rule.pptx
trapezoidal rule.pptxSatishKotwal
 
Solutions_Manual_to_accompany_Applied_Nu.pdf
Solutions_Manual_to_accompany_Applied_Nu.pdfSolutions_Manual_to_accompany_Applied_Nu.pdf
Solutions_Manual_to_accompany_Applied_Nu.pdfWaleedHussain30
 
Applied numerical methods lec14
Applied numerical methods lec14Applied numerical methods lec14
Applied numerical methods lec14Yasser Ahmed
 
Solutions Manual for Friendly Introduction To Numerical Analysis 1st Edition ...
Solutions Manual for Friendly Introduction To Numerical Analysis 1st Edition ...Solutions Manual for Friendly Introduction To Numerical Analysis 1st Edition ...
Solutions Manual for Friendly Introduction To Numerical Analysis 1st Edition ...Willowew
 
Prep velvet – Speed Maths
Prep velvet – Speed MathsPrep velvet – Speed Maths
Prep velvet – Speed MathsPrep Velvet
 
Solution shigley's
Solution shigley'sSolution shigley's
Solution shigley'sAlemu Abera
 
Shigley 13830681 solution mechanical engineering design shigley 7th edition
Shigley 13830681 solution mechanical engineering design shigley 7th editionShigley 13830681 solution mechanical engineering design shigley 7th edition
Shigley 13830681 solution mechanical engineering design shigley 7th editionLuis Eduin
 
Numerical Differentiations Solved examples
Numerical Differentiations Solved examplesNumerical Differentiations Solved examples
Numerical Differentiations Solved examplesDevelopedia
 
Measures of Variation (Ungrouped Data)
Measures of Variation (Ungrouped Data)Measures of Variation (Ungrouped Data)
Measures of Variation (Ungrouped Data)Zaira Mae
 
Engineering Mathematics-IV_B.Tech_Semester-IV_Unit-V
Engineering Mathematics-IV_B.Tech_Semester-IV_Unit-VEngineering Mathematics-IV_B.Tech_Semester-IV_Unit-V
Engineering Mathematics-IV_B.Tech_Semester-IV_Unit-VRai University
 
engineeringmathematics-iv_unit-v
engineeringmathematics-iv_unit-vengineeringmathematics-iv_unit-v
engineeringmathematics-iv_unit-vKundan Kumar
 
Solucionário Introdução à mecânica dos Fluidos - Chapter 01
Solucionário Introdução à mecânica dos Fluidos - Chapter 01Solucionário Introdução à mecânica dos Fluidos - Chapter 01
Solucionário Introdução à mecânica dos Fluidos - Chapter 01Rodolpho Montavoni
 
Amth250 octave matlab some solutions (1)
Amth250 octave matlab some solutions (1)Amth250 octave matlab some solutions (1)
Amth250 octave matlab some solutions (1)asghar123456
 
Solucionario_Diseno_en_Ingenieria_Mecani (1).pdf
Solucionario_Diseno_en_Ingenieria_Mecani (1).pdfSolucionario_Diseno_en_Ingenieria_Mecani (1).pdf
Solucionario_Diseno_en_Ingenieria_Mecani (1).pdfDannyCoronel5
 

Similar to numerical_differentiations.ppt (20)

trapezoidal rule.pptx
trapezoidal rule.pptxtrapezoidal rule.pptx
trapezoidal rule.pptx
 
Solutions_Manual_to_accompany_Applied_Nu.pdf
Solutions_Manual_to_accompany_Applied_Nu.pdfSolutions_Manual_to_accompany_Applied_Nu.pdf
Solutions_Manual_to_accompany_Applied_Nu.pdf
 
Numerical Method for UOG mech stu prd by Abdrehman Ahmed
Numerical Method for UOG mech stu prd by Abdrehman Ahmed Numerical Method for UOG mech stu prd by Abdrehman Ahmed
Numerical Method for UOG mech stu prd by Abdrehman Ahmed
 
Applied numerical methods lec14
Applied numerical methods lec14Applied numerical methods lec14
Applied numerical methods lec14
 
Solutions Manual for Friendly Introduction To Numerical Analysis 1st Edition ...
Solutions Manual for Friendly Introduction To Numerical Analysis 1st Edition ...Solutions Manual for Friendly Introduction To Numerical Analysis 1st Edition ...
Solutions Manual for Friendly Introduction To Numerical Analysis 1st Edition ...
 
Tugas 1 getaran word
Tugas 1 getaran wordTugas 1 getaran word
Tugas 1 getaran word
 
Ch01
Ch01Ch01
Ch01
 
Prep velvet – Speed Maths
Prep velvet – Speed MathsPrep velvet – Speed Maths
Prep velvet – Speed Maths
 
Solution shigley's
Solution shigley'sSolution shigley's
Solution shigley's
 
Shigley 13830681 solution mechanical engineering design shigley 7th edition
Shigley 13830681 solution mechanical engineering design shigley 7th editionShigley 13830681 solution mechanical engineering design shigley 7th edition
Shigley 13830681 solution mechanical engineering design shigley 7th edition
 
Chapter 04 answers
Chapter 04 answersChapter 04 answers
Chapter 04 answers
 
Numerical Differentiations Solved examples
Numerical Differentiations Solved examplesNumerical Differentiations Solved examples
Numerical Differentiations Solved examples
 
Measures of Variation (Ungrouped Data)
Measures of Variation (Ungrouped Data)Measures of Variation (Ungrouped Data)
Measures of Variation (Ungrouped Data)
 
Engineering Mathematics-IV_B.Tech_Semester-IV_Unit-V
Engineering Mathematics-IV_B.Tech_Semester-IV_Unit-VEngineering Mathematics-IV_B.Tech_Semester-IV_Unit-V
Engineering Mathematics-IV_B.Tech_Semester-IV_Unit-V
 
engineeringmathematics-iv_unit-v
engineeringmathematics-iv_unit-vengineeringmathematics-iv_unit-v
engineeringmathematics-iv_unit-v
 
Solucionário Introdução à mecânica dos Fluidos - Chapter 01
Solucionário Introdução à mecânica dos Fluidos - Chapter 01Solucionário Introdução à mecânica dos Fluidos - Chapter 01
Solucionário Introdução à mecânica dos Fluidos - Chapter 01
 
Amth250 octave matlab some solutions (1)
Amth250 octave matlab some solutions (1)Amth250 octave matlab some solutions (1)
Amth250 octave matlab some solutions (1)
 
Solutions fox
Solutions   foxSolutions   fox
Solutions fox
 
Ch08 3
Ch08 3Ch08 3
Ch08 3
 
Solucionario_Diseno_en_Ingenieria_Mecani (1).pdf
Solucionario_Diseno_en_Ingenieria_Mecani (1).pdfSolucionario_Diseno_en_Ingenieria_Mecani (1).pdf
Solucionario_Diseno_en_Ingenieria_Mecani (1).pdf
 

Recently uploaded

18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAssociation for Project Management
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Micromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersMicromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersChitralekhaTherkar
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Celine George
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docxPoojaSen20
 

Recently uploaded (20)

18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Micromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersMicromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of Powders
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docx
 

numerical_differentiations.ppt