You are on page 1of 1

Exercise 1.9 Compute the derivative of ln(sin(s)+cos(t)) with respect to t and with respect to s.

Include the input and output in your word document


diff('ln(sin(s)+cos(t))')

ans =

2 -70 75 -10

5 -70 75 -74

2 56 12

4 -75 76 -75

Exercise 1.10 How do you find sin-1(1) using MATLAB? (Hint: Start by looking at help sin) asind(1)

ans = 90

You might also like