3 lines
44 B
Mathematica
3 lines
44 B
Mathematica
|
|
function F = plus(x,y)
|
||
|
|
|
||
|
|
F = lmi(x) + lmi(y);
|