Omar Khalifa
Followers: 0 Following: 0
Statistics
RANK
71.927
of 295.569
REPUTATION
0
CONTRIBUTIONS
6 Questions
0 Answers
ANSWER ACCEPTANCE
33.33%
VOTES RECEIVED
0
RANK
15.338 of 20.247
REPUTATION
10
AVERAGE RATING
0.00
CONTRIBUTIONS
1 File
DOWNLOADS
4
ALL TIME DOWNLOADS
103
RANK
of 154.105
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Submitted
Wegstein's Method for solving non-linear equations
This code employs the Wegstein's method to solve non-linear equations.
meer dan 3 jaar ago | 4 downloads |
Question
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...
meer dan 3 jaar ago | 1 answer | 0
1
answerQuestion
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...
bijna 4 jaar ago | 0 answers | 0
0
answersQuestion
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...
bijna 4 jaar ago | 0 answers | 0
0
answersQuestion
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...
bijna 4 jaar ago | 0 answers | 0
0
answersQuestion
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...
bijna 4 jaar ago | 1 answer | 0
1
answerQuestion
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...
bijna 4 jaar ago | 1 answer | 0