Commit d2683ead by dongshufeng

refactor: little change

parent 1127354b
......@@ -2,6 +2,6 @@ g1 = x1+3/3 * x2+ min(2,5)*x3 - 1;
g2 = 1*3*x2 - 4*3;
g3 = 1*3 * x2+sin(8-2)*x3 - 7;
b = [0,0,0];
r = sp_linsolvex([g1,g2,g3], b, [0,0,0], [x1,x2,x3]);
r2 = sp_linsolvex([g1,g2,g3], [], [], [x1,x2,x3]);
r = sp_linsolve([g1,g2,g3], b, [0,0,0], [x1,x2,x3]);
r2 = sp_linsolve([g1,g2,g3], [], [], [x1,x2,x3]);
return r-r2;
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论