3 lines
41 B
Mathematica
3 lines
41 B
Mathematica
|
|
function y = mytestOLD(X,B)
|
||
|
|
|
||
|
|
y = B - X*X;
|