# physics

## Basic idea

The study of matter, energy, space, and time. Modern physics rests on two incompatible pillars: general relativity (gravity at large scales) and quantum mechanics (matter at small scales).

## Key formulas

* Newton's second law: $F=ma$
* Mass-energy equivalence: $E=mc^2$
* Schrödinger equation: $i\hbar\partial\_t\psi = \hat H\psi$
* Einstein field equations: $G\_{\mu\nu}+\Lambda g\_{\mu\nu}=\dfrac{8\pi G}{c^4}T\_{\mu\nu}$


---

# 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://isubasinghe.gitbook.io/isithas-wiki/physics.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.
