Hamel basis

[[concept]]
Hamel basis

A Hamel basis HV is a linearly independent set such that every element of V is a finite linear combination of elements in H.

Mentions

Mentions

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>
}