diff options
Diffstat (limited to 'notes/Oct-13.org')
-rw-r--r-- | notes/Oct-13.org | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/notes/Oct-13.org b/notes/Oct-13.org new file mode 100644 index 0000000..853a6d6 --- /dev/null +++ b/notes/Oct-13.org @@ -0,0 +1,8 @@ +* Root Finding +Finx x \in R such that f(x) = 0 + +If g(x) is a function and we want to find x such that g(x) is +extremal then we find x \in R such that g'(x) = 0 + + +Hanging Cable Problem y(x) = c_1 cosh(\frac{x- c_2}{c_2}) |