Community Profile

photo

Omar Khalifa


Last seen: oltre 2 anni fa Attivo dal 2020

Followers: 0   Following: 0

Statistiche

All
  • Thankful Level 2
  • First Submission
  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Inviato


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

circa 3 anni fa | 9 download |

Domanda


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...

circa 3 anni fa | 0 risposte | 0

0

risposte

Domanda


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...

circa 3 anni fa | 0 risposte | 0

0

risposte

Domanda


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...

circa 3 anni fa | 0 risposte | 0

0

risposte

Domanda


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...

circa 3 anni fa | 0 risposte | 0

0

risposte

Domanda


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...

circa 3 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

oltre 3 anni fa | 1 risposta | 0

1

risposta