You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expand diagonalizer.r to insert multiple copies of the identity matrix. Right now it inserts an nxn identity matrix when given an nxm table. Add an optional argument to provide the n used for the identity matrix as a parameter, and if n is less than the number of rows, repeat the identity matrix multiple times vertically. If n does not divide the number of rows, throw an error.
The text was updated successfully, but these errors were encountered:
Expand
diagonalizer.r
to insert multiple copies of the identity matrix. Right now it inserts annxn
identity matrix when given annxm
table. Add an optional argument to provide then
used for the identity matrix as a parameter, and ifn
is less than the number of rows, repeat the identity matrix multiple times vertically. Ifn
does not divide the number of rows, throw an error.The text was updated successfully, but these errors were encountered: