How to calculate this values manually.
조회 수: 1 (최근 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!