Clear Filters
Clear Filters

Info

This question is closed. Reopen it to edit or answer.

how to solve system of equation

2 views (last 30 days)
Shan  Chu
Shan Chu on 7 Jul 2016
Closed: MATLAB Answer Bot on 20 Aug 2021
Hi, I got this problem but it's not similar to linsolve.
syms x y
a=rand;
b=rand;
c=rand;
d=rand;
e=rand;
Z=[a b c;b x b; c b a];
I=[d; y; e];
V=[100; 0; 0];
I want to solve x,y subject to Z*I=V

Answers (0)

This question is closed.

Community Treasure Hunt

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

Start Hunting!