Update Matrix.md
This commit is contained in:
parent
1aeeab06ce
commit
fc862e008c
1 changed files with 8 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ Matrix(l: list[list[complexe]])
|
||||||
|
|
||||||
the size of the matrix
|
the size of the matrix
|
||||||
|
|
||||||
### Methodes
|
### Methode
|
||||||
|
|
||||||
- ```__init__(self, l: list[list[complex]]=[]) -> None```
|
- ```__init__(self, l: list[list[complex]]=[]) -> None```
|
||||||
|
|
||||||
|
|
@ -27,3 +27,10 @@ Matrix(l: list[list[complexe]])
|
||||||
- ```__apply(self, x: list[complex]) -> list[complex]```
|
- ```__apply(self, x: list[complex]) -> list[complex]```
|
||||||
|
|
||||||
takes a list to represent a vector in a colonne, and return the proctuct of the matrix by this vector
|
takes a list to represent a vector in a colonne, and return the proctuct of the matrix by this vector
|
||||||
|
|
||||||
|
- ```__str__(self) -> str```
|
||||||
|
|
||||||
|
returns a string representation of the matrix
|
||||||
|
|
||||||
|
|
||||||
|
### Staticmethods
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue