Page 2. Miscellaneous elements

MathJax

  1. Is \(\sin(4)\) negative?

  1. Yes, based on results from R, we have:

> sin(4)
[1] -0.7568025

So this value is based on radians.

mermaid

        graph TD;
    A[Start] --> B{Is it working?};
    B -- Yes --> C[Great];
    B -- No --> D[Fix it];
    D --> B;
    

This concludes page…