# Overview

I'm writing up everything I know or am learning about mathematics. Why? For fun! The topics will include linear algebra, calculus, differential equations, approximation theory, and some applications in dynamics (linear and non-linear). I may not know much, but I know what I like.

I will also have a healthy dose of philosophical content considering how to consider the [mathematical reasoning process](https://1ijk.dev/personal/hobbies/mathematics/some-claims-on-philosophy-of-mathematics/).

**This project may or may not complete. . . but your feedback is welcome.** Send me a message at [`gwokqpx5f <at symbol> mozmail.com`](mailto:gwokqpx5f@mozmail.com)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://math.1ijk.dev/overview.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
