Statistics
3 Questions
0 Answers
RANK
13,001
of 300,343
REPUTATION
3
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
3
RANK
of 20,926
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 168,172
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
Question
What is the best way to constrain a matrix to be positive definite ?
I understand a couple of ways to test whether a matrix, call it p, is positive definite: check eigenvalues, or use [~,tmp] = ch...
9 years ago | 2 answers | 1
2
answersQuestion
How can I supply gradient for a nonlinear equality constraint but not for a nonlinear inequality constraint in fmincon
I'm working on a minimization problem and I have a nonlinear equality constraint ceq(x)=0 and I have supplied gradient Dceq(x). ...
9 years ago | 1 answer | 0
1
answerQuestion
nonlinear constraints violated by fmincon in output with sqp and interior point algorithms
I'm trying to use fmincon to solve an optimization problem with nonlinear equality constraints. If I use the objective function...
9 years ago | 1 answer | 2
