how to solve these simultaneous equations

2 Ansichten (letzte 30 Tage)
YI Hsu Lo
YI Hsu Lo am 31 Jan. 2013
hi there!
i have a simple question about solving equations
i have matrix "Y" and "d" which contain unknowns
size(Y)=size(d)=[ 2 , 1 , 30 ];
and i have a matrix "X" which contains knowns size(X)=[ 2 , 1 , 30 ];
and i would like to solve the equations as below
for k = 1 : 30 ;
d(:,:,k)/2+Y(:,:,k)=X(:,:,k);
end;
how can i solve these simultaneous equations???
thank you!
  3 Kommentare
YI Hsu Lo
YI Hsu Lo am 1 Feb. 2013
i am sorry i didn't say that matrix Y contain unknowns about d
so i am sure there are sufficient equations to solve the unknowns
can i use "solve" here and how can i use it?
thank u!
Matt J
Matt J am 1 Feb. 2013
You should tell us more about the dependence of Y on d.

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Mathematics finden Sie in Help Center und File Exchange

Tags

Noch keine Tags eingegeben.

Community Treasure Hunt

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

Start Hunting!

Translated by