Fundamental Subspaces Toolbox v1.1
|
FILE INFORMATION
Ranked as 4214 on our all-time top downloads list with 7592 downloads. Ranked as 9886 on our top downloads list for the past seven days with 2 downloads.
SCREEN SHOTS
REVIEWS
Review
|
Review by
|
Alejandro Frenkel
|
Reviewed on
|
2009-11-10
|
The toolbox is excellent, though the "null" and "nullt" functions are not working in some cases -> they can return a basis with 1 vector when nullity is 2. I think (not 100% sure) I found a way to correct it, and is to change the nullt function to the following:
(a)
Func
Local nty, cola
colDim(a)→cola
toolbox\nullity(a)→nty
If nty=0:Return "Nonexistent"
augment(a,identity(rowDim(a)))→a
Return (subMat(ref(a),cola+1-nty,colDim(a)-rowDim(a)+1))T
EndFunc
|
|
LEAVE FEEDBACK
Questions, comments, and problems regarding the file itself should be sent directly to the author(s) listed above.
Write a review for this file (requires a free account)
Report inappropriate or miscategorized file (requires an account; or you may email us directly)
If you have downloaded and tried this program, please rate it on the scale below
ARCHIVE CONTENTS
|
|
|