2024-10-11 09:06:45
This commit is contained in:
parent
74db3d2a4e
commit
13fd819082
@ -6,3 +6,11 @@
|
|||||||
-
|
-
|
||||||
- Machine epsilon
|
- Machine epsilon
|
||||||
- Loss of significant bit. Truncation
|
- Loss of significant bit. Truncation
|
||||||
|
|
||||||
|
Methods of root finding
|
||||||
|
|
||||||
|
| Bisection | Final point | Newton | Secant |
|
||||||
|
| --------- | ------------- | ------------- | ------------- |
|
||||||
|
| Guarentee | Not Guarentee | Not guarentee | Not guarentee |
|
||||||
|
| Linear | linear | quatdratic | super linear |
|
||||||
|
| Slow | | Fast | Fast |
|
||||||
|
Loading…
Reference in New Issue
Block a user