4 lines
84 B
Mathematica
4 lines
84 B
Mathematica
|
|
function X = unfactor(X)
|
||
|
|
X.leftfactors = [];
|
||
|
|
X.midfactors = [];
|
||
|
|
X.rightfactors = [];
|