trigonometry#

Introduces the problem of deriving sinus and cosinus from each other.

Trigonometry models the \(sin\) and \(cos\) functions and the additive inversions.

deriv(_t: float, y: list[float], _arguments: dict[str, float]) tuple[float, float, float, float]#

Defines the derivative of the function at the point _.

Parameters:

y – Current y vector.

Returns:

Tuple[float, float, float, float]