Plot solution region of a system of linear equation

2 views (last 30 days)
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.

Answers (0)

Categories

Find more on 2-D and 3-D Plots in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!