File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Instance variables
1313
1414[[[
1515| s sol1 sol2 |
16- s := DhbLUPDecomposition equations: #( (3 2 4) (2 -5 -1) (1 -2 2)).
16+ s := PMLUPDecomposition equations: #( (3 2 4) (2 -5 -1) (1 -2 2)).
1717sol1 := s solve: #(16 6 10).
1818sol2 := s solve: #(7 10 9).
1919]]]
@@ -26,7 +26,7 @@ Class {
2626 ' permutation' ,
2727 ' parity'
2828 ],
29- #category : ' Math-Matrix'
29+ #category : # ' Math-Matrix'
3030}
3131
3232{ #category : #creation }
Original file line number Diff line number Diff line change 22This class offers Gaussian elimination.
33
44[[[
5- (DhbLinearEquationSystem equations: #( (3 2 4)
5+ (PMLinearEquationSystem equations: #( (3 2 4)
66 (2 -5 -1)
77 (1 -2 2))
88 constant: #(16 6 10)
@@ -22,7 +22,7 @@ Class {
2222 ' rows' ,
2323 ' solutions'
2424 ],
25- #category : ' Math-Matrix'
25+ #category : # ' Math-Matrix'
2626}
2727
2828{ #category : #creation }
You can’t perform that action at this time.
0 commit comments