How to calculate this values manually.
4 次查看(过去 30 天)
显示 更早的评论
a=7;b=cos(a),b=cosh(a)
b =
0.7539
b =
548.3170
1 个评论
Ion Stefanache
2021-11-19
maybe can use one approximation arraund x0=a=7 using Taylor series:
https://en.wikipedia.org/wiki/Taylor_series
回答(1 个)
Akihumi
2020-5-7
Why not just refer to the documentations of the functions at:
You can see the formula in More About section.
0 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!