mirror of
https://github.com/Steffo99/unisteffo.git
synced 2024-11-24 08:54:21 +00:00
machinelearning
: Some math things
This commit is contained in:
parent
c7a1ff10d1
commit
774ee0b1a8
1 changed files with 9 additions and 14 deletions
|
@ -30,38 +30,33 @@ const Page: NextPage = () => {
|
||||||
Spazio vettoriale
|
Spazio vettoriale
|
||||||
</Heading>
|
</Heading>
|
||||||
<p>
|
<p>
|
||||||
<B>Struttura algebrica</B> definita da:
|
<B>Struttura algebrica</B> che rappresenta una generalizzazione del concetto di "piano" e "spazio" dei piani cartesiani rispettivamente bi e tri-dimensionali.
|
||||||
</p>
|
</p>
|
||||||
<ListUnordered>
|
|
||||||
<ListUnordered.Item>
|
|
||||||
un <B>campo</B> definito da una <B>base</B>
|
|
||||||
</ListUnordered.Item>
|
|
||||||
<ListUnordered.Item>
|
|
||||||
un insieme [...]
|
|
||||||
</ListUnordered.Item>
|
|
||||||
<ListUnordered.Item>
|
|
||||||
le operazioni interne di <B>somma</B> e <B>moltiplicazione</B> (scalare)
|
|
||||||
</ListUnordered.Item>
|
|
||||||
</ListUnordered>
|
|
||||||
</Box>
|
</Box>
|
||||||
<Box todo>
|
<Box todo>
|
||||||
<Heading level={3}>
|
<Heading level={3}>
|
||||||
Sottospazio vettoriale
|
Sottospazio vettoriale
|
||||||
</Heading>
|
</Heading>
|
||||||
<p>
|
<p>
|
||||||
|
<B>Spazio vettoriale</B> contenuto nello spazio vettoriale da cui deriva.
|
||||||
</p>
|
</p>
|
||||||
|
<Parenthesis>
|
||||||
|
In genere ne riduce le dimensioni.
|
||||||
|
</Parenthesis>
|
||||||
</Box>
|
</Box>
|
||||||
<Box todo>
|
<Box todo>
|
||||||
<Heading level={3}>
|
<Heading level={3}>
|
||||||
Varietà affine
|
Varietà affine
|
||||||
</Heading>
|
</Heading>
|
||||||
<p>
|
<p>
|
||||||
Traslazione del sottospazio generato da <TeX math={r`s`}/> in un dato punto <TeX math={r`x_0`}/>
|
Traslazione del sottospazio generato da un dato spazio <TeX math={r`s`}/> in un dato punto <TeX math={r`x_0`}/>
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<TeX block math={r`x(\alpha) = x_0 + \alpha s`}/>
|
<TeX block math={r`x(\alpha) = x_0 + \alpha s`}/>
|
||||||
</p>
|
</p>
|
||||||
|
<Parenthesis>
|
||||||
|
|
||||||
|
</Parenthesis>
|
||||||
</Box>
|
</Box>
|
||||||
</Chapter>
|
</Chapter>
|
||||||
<Chapter>
|
<Chapter>
|
||||||
|
|
Loading…
Reference in a new issue