Feeds
已回答
MATLAB解多个变系数的非线性方程组。
A = rand(10,1); B = rand(10,1); f = @(a,b)@(x)[x(1).^a - b; x(2).^b - a]; n = numel(A); op = optimset('display','off'); x...
MATLAB解多个变系数的非线性方程组。
A = rand(10,1); B = rand(10,1); f = @(a,b)@(x)[x(1).^a - b; x(2).^b - a]; n = numel(A); op = optimset('display','off'); x...
3 years 前 | 0
| 已接受

