l-p vector space
[[concept]]
Example
Mentions
Mentions
| File | Last Modified |
|---|---|
| Functional Analysis Lecture 1 | 2025-10-02 |
| Functional Analysis Lecture 13 | 2025-10-02 |
| Functional Analysis Lecture 15 | 2025-10-02 |
| separable Hilbert spaces are bijective with ell-2 | 2025-10-02 |
const { dateTime } = await cJS()
return function View() {
const file = dc.useCurrentFile();
return <p class="dv-modified">Created {dateTime.getCreated(file)} ֍ Last Modified {dateTime.getLastMod(file)}</p>
}