photo

Brajesh Kumar


IIT Roorkee

2015년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

4 질문
0 답변

순위
199,827
of 300,364

평판
0

참여
4 질문
0 답변

답변 채택
0.0%

획득한 표
0

순위
 of 20,934

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,407

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

Feeds

보기 기준

질문


Error using barrier (line 22) Objective function is undefined at initial point. Fmincon cannot continue.
Plz help to encounter error.. function stm2 clc; close all; clear all A = [[1 1];[1 1];[1 1]]; b = [1;1;1]; X0 ...

대략 10년 전 | 답변 수: 7 | 0

7

답변

질문


Solving System of Non Linear algebraic equations
I need help in solving following equations: I tried different solvers like fsolve, lsqnonlin but the solution is not converging....

10년 초과 전 | 답변 수: 0 | 0

0

답변

질문


fsolve or fminsearch is not able to provide constant values in answer of non linear equations by changing initial guesses. Kindly solve these equations by using either fsolve or any other suitable solver
(6.2975e-11)*((1-x(1)-x(2)-x(3))*((0-3.*x(1)-7.*x(2))^3)*((1+0+12*x(1)+4*x(2)+4*x(3))^8))) - (((4.*x(1)+x(3))^4)*((2.*x(3))^8));...

10년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Please help me to solve following equations using matlab
-x(4) + 1-x(1)-x(2)-x(3); -x(5) + 1-3.*x(1)-7.*x(2); -x(6) + 4.*x(1)+x(3); -x(7)...

10년 초과 전 | 답변 수: 2 | 0

2

답변