Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

how to solve system of equation

2 visualizaciones (últimos 30 días)
Shan  Chu
Shan Chu el 7 de Jul. de 2016
Cerrada: MATLAB Answer Bot el 20 de Ag. de 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

Respuestas (0)

La pregunta está cerrada.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by