diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2023-10-13 17:20:17 -0600 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2023-10-13 17:20:17 -0600 |
commit | e16dc49abca343af1ab61c81ab9034c7c781485b (patch) | |
tree | e293378d0eb6674306ee7ca0f1fd87c89837a6ab /notes/Oct-13.org | |
parent | 0ce79392c39fb71f17ed5f59ba399ca5677aa7cf (diff) | |
download | cmath-e16dc49abca343af1ab61c81ab9034c7c781485b.tar.gz cmath-e16dc49abca343af1ab61c81ab9034c7c781485b.zip |
fix subst
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}) |