7 lines
102 B
Mathematica
7 lines
102 B
Mathematica
|
|
function Q=getbase(X)
|
||
|
|
%GETBASE Internal function to extract all base matrices
|
||
|
|
|
||
|
|
Q=X.basis;
|
||
|
|
|
||
|
|
|
||
|
|
|