photo

Omar Khalifa


Last seen: 4 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

All
MATLAB Answers

6 个提问
0 个回答

File Exchange

1 文件

排名
139,627
of 300,233

声誉
0

贡献数
6 个提问
0 个回答

回答接受率
33.33%

收到投票数
0

排名
15,575 of 20,897

声誉
10

平均
0.00

贡献数
1 文件

下载次数
1

ALL TIME 下载次数
107

排名

of 167,786

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • First Submission
  • Thankful Level 1

查看徽章

Feeds

排序方式:

已提交


Wegstein's Method for solving non-linear equations
This code employs the Wegstein's method to solve non-linear equations.

4 years 前 | 1 次下载 |

0.0 / 5

提问


Using a sparse matrix for ill-conditioned matrix
I am using Newton method to solve a system of equations (n = 28) with 28 variables. After calculating the Jacobian, I need to ge...

4 years 前 | 1 个回答 | 0

1

个回答

提问


MultiStart using lsqnonlin, failure when providing upper and lower limits
I have a function that I am solving using MultiStart and the lsqnonlin solver. I have 11 variables in this function and I provid...

4 years 前 | 0 个回答 | 0

0

个回答

提问


Conditioning a matrix with a huge span
I have a function with 11 variables and I am solving it using fsolve. I am providing initial guesses for these variables as foll...

4 years 前 | 0 个回答 | 0

0

个回答

提问


Error Message "Singular Matrix in LUDCMP -STOP"
I am solving a multi-dimensional function using fsolve. I am trying to solve it using GA tool but then reverted and wanted to ru...

4 years 前 | 0 个回答 | 0

0

个回答

提问


Guess for fsolve returns similar answer (heavily non-linear equations)
I have a huge function (36 variables) that I am solving using fsolve and the optimization options as shown in the code below: f...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Error using optimoptions (Reference to non-existent field 'TolFunValue')
I have a function that I am trying to solve using fsolve and optimoptions. The code is as follows: fun = @meow; x0 = [0,0]; o...

5 years 前 | 1 个回答 | 0

1

个回答