Help, please Help please
Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
Ältere Kommentare anzeigen


>> A=[1 2;3 4];
>> B=[9 8 7;6 5 4;3 2 1];
>> a=[11,12];
>> b=[21;22];
>> c=[19 18 17];
>> d=[29;28;27];
i am stuck on these questions , i did the rest but really stuck on these question , i spend almost 4 hours playing around with different ways, but can't get the right answer. any help will be much appreciated. Thank you soo much
Antworten (1)
Walter Roberson
am 26 Apr. 2014
Part F:
[A./A, a.', b; c, d(diff(a))]
It is foolish to have to synthesize the 1's by using something like A divided by A.
Part G:
[diag(A(diff(a),:)), diag(diag(A./A)); A./A, A-A]
Pretty silly too.
Diese Frage ist geschlossen.
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!