mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 23:49:22 +02:00
* patch from Darius that removes solved translation problems
git-svn-id: trunk@4450 -
This commit is contained in:
parent
eccbc78e04
commit
40a5cfaf50
@ -95,14 +95,4 @@ Other remarks:
|
|||||||
- Found out what MDT does. MDT is the core of DET. Det just reads a vector,
|
- Found out what MDT does. MDT is the core of DET. Det just reads a vector,
|
||||||
reformats it to form a matrix, and then passes it to MDT.
|
reformats it to form a matrix, and then passes it to MDT.
|
||||||
Such a vector only contains the required fields to build a certain kind of
|
Such a vector only contains the required fields to build a certain kind of
|
||||||
matrix. (e.g. for a bandmatrix, the diagonals). MDT=Matrix determinant.
|
matrix. (e.g. for a band matrix, the diagonals). MDT=Matrix determinant.
|
||||||
|
|
||||||
-------------
|
|
||||||
Some translation problems:
|
|
||||||
|
|
||||||
I left the term "Bandmatrix" untranslated, and give the mathematical definition
|
|
||||||
here, and hope you know what it is in english:
|
|
||||||
|
|
||||||
If A is a "n x n" bandmatrix with leftbound l, and rightbound r then
|
|
||||||
|
|
||||||
Aij=0 if j<i-l or j>i+r
|
|
Loading…
Reference in New Issue
Block a user