Andrew's git
/
notes.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
newtonian method
author
Andrew Lorimer
<andrew@lorimer.id.au>
Thu, 18 Oct 2018 06:08:59 +0000
(17:08 +1100)
committer
Andrew Lorimer
<andrew@lorimer.id.au>
Thu, 18 Oct 2018 06:08:59 +0000
(17:08 +1100)
methods/antidiff.md
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
a57edd4
)
diff --git
a/methods/antidiff.md
b/methods/antidiff.md
index 05db62a1e8544c7eefcbc56efee72c91c1189cfe..b564ad3fc5a207a64bb9bcf15b86826c19bbf6ce 100644
(file)
--- a/
methods/antidiff.md
+++ b/
methods/antidiff.md
@@
-13,4
+13,12
@@
$\int kf(x) \cdot dx = k \int f(x) \cdot dx$, where $k \in \mathbb{R}$
Kinematics - straight line motion of a particle
-Instantaneous velocity - dx/dt
\ No newline at end of file
+Instantaneous velocity - dx/dt
+
+## Newton's method
+
+$$x_{n+1}=x_n - {f(x_n) \over f^\prime(x_n)}$$
+
+or
+
+$$x_1=x_0 - {f(x_0) \over f^\prime(x_0)}$$
\ No newline at end of file