tutorial is finished: a bug in numethods (QRHouseholder) is resolved.

This commit is contained in:
2025-09-14 12:22:38 +03:00
parent 32b2576097
commit cabd2d9528
3 changed files with 27 additions and 24 deletions

View File

@@ -1,3 +1,5 @@
import sys
sys.path.append('../')
from numethods import *
A = Matrix([[2, -1], [1, 2], [1, 1]])