photo

tyvtbeng


Last seen: 3 years ago Active since 2023

Followers: 0   Following: 0

Statistics

MATLAB Answers

1 Question
0 Answers

RANK
130,986
of 301,175

REPUTATION
0

CONTRIBUTIONS
1 Question
0 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 21,185

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 173,238

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


最速下降法求解非线性方程组 两个方程可以求解 三个方程求解的时候系统出现输出参数太多 这是怎么回事啊。
function [x, n, data] = zuisu(x0,tol) % Szuisu 为最速下降法求解非线性方程组的函数 if nargin==1 tol=0.0001; end x1=x0-0.001*tidu8_22(x0); n=...

3 years ago | 1 answer | 0

1

answer