For several values of x, use MATLAB to confirm that sinh x = (ex − e−x)/2.

6 views (last 30 days)
For several values of x, use MATLAB to confirm that sinh x = (ex - e-x)/2.
  2 Comments
James Tursa
James Tursa on 24 Oct 2019
What have you done so far? What specific problems are you having with your code?
Emma Athow
Emma Athow on 13 Apr 2020
Why reply to his entry if you're not going to answer the question? He is clearly just looking for an answer.

Sign in to comment.

Answers (1)

James Tursa
James Tursa on 24 Oct 2019
Note that sinh x and ex and e-x in your title would be sinh(x) and exp(x) and exp(-x) in MATLAB code.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!