4 lines
54 B
Mathematica
4 lines
54 B
Mathematica
|
|
function yesno = is(X,this)
|
||
|
|
|
||
|
|
yesno = is(lmi(X),this);
|