Feeds
답변 있음
Solve non linear equations system
function [F] = fun_t(a,t) x = a(1); y = a(2); e = exp(1); F = zeros(2,1); F(1) = (10^(-41)*(10^9)*(e^((1-2*0.2)*160)-...
Solve non linear equations system
function [F] = fun_t(a,t) x = a(1); y = a(2); e = exp(1); F = zeros(2,1); F(1) = (10^(-41)*(10^9)*(e^((1-2*0.2)*160)-...
거의 3년 전 | 0
