import linalg as la
print(
la.Solution(
la.System(
la.TridiagonalMatrix(
[4, 9],
[23, 5],
[5, 16, 2]
),
la.Vector(
[5, 8, 1]
)
),
la.ThomasAlgorithm() # optional
)
)
-
Notifications
You must be signed in to change notification settings - Fork 1
Linear algebra in object-oriented way.
License
fedorpashin/linalg
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Linear algebra in object-oriented way.
Topics
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published