4 lines
46 B
Mathematica
4 lines
46 B
Mathematica
|
|
function X = rad(X);
|
||
|
|
|
||
|
|
X.basis = rad(X.basis);
|