필터 지우기
필터 지우기

How to solve nonlinear simultaneous equations that involved vectors in it?

조회 수: 2 (최근 30일)
Eric Chua
Eric Chua 2020년 5월 28일
답변: Nikhil Sonavane 2020년 6월 1일
Hi, is there a way to solve this equations simultaneously with Matlab? Here, yj [k] is and integer, S [k] is a 7x1 vector with only 0 and 1 as the elements. Cj is also a 7x1 vector such that Cj = [C1 C2 C3 C4 C5 C6 C7] ' . I need to find each of the C and therefore I need 7 equations to be solved simultaneously. Is this possible with Matlab? Any help is appreciated!

답변 (1개)

Nikhil Sonavane
Nikhil Sonavane 2020년 6월 1일
You can solve system of non-linear equations in MATLAB. I would suggest you documentation of fsolve the this link for more details and example and then apply this in your problem.

카테고리

Help CenterFile Exchange에서 Systems of Nonlinear Equations에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by