From fc862e008c57dfe19f36cd1e99bfd976007fe6c8 Mon Sep 17 00:00:00 2001 From: Didictateur <105631786+Didictateur@users.noreply.github.com> Date: Sun, 22 Oct 2023 16:52:15 +0200 Subject: [PATCH] Update Matrix.md --- docs/Matrix.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/Matrix.md b/docs/Matrix.md index 0a8ae61..8b2c5d8 100644 --- a/docs/Matrix.md +++ b/docs/Matrix.md @@ -14,7 +14,7 @@ Matrix(l: list[list[complexe]]) the size of the matrix -### Methodes +### Methode - ```__init__(self, l: list[list[complex]]=[]) -> None``` @@ -27,3 +27,10 @@ Matrix(l: list[list[complexe]]) - ```__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 + +- ```__str__(self) -> str``` + + returns a string representation of the matrix + + +### Staticmethods