Plot solution region of a system of linear equation

조회 수: 2 (최근 30일)
Sourav Mondal
Sourav Mondal 2017년 6월 20일
Hi I am trying to find a suitable plot for the generic system of linear equation as follows.
y = A+B*x;
x = P+Q*y;
However, the constants A,B,P and Q are dependent on another set of parameters meu1, meu2, lambda1, lambda2. With given lambda1 and lambda2, I want to plot the variation of the solution expression of these straight lines, which is the following.
((A+B*P)/(1-B*Q),(P-A*Q)/(1-B*Q))
Can anyone help me with the plot? I am fine with both 2D and 3D plots.
Thanks.

답변 (0개)

카테고리

Help CenterFile Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by