photo

Alex Khazaradze


Georgian American University

Aktiv seit 2013

Followers: 0   Following: 0

Nachricht

Statistik

All
  • First Review
  • Thankful Level 1
  • Solver

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


How to perform an array multiplication for a vector and a matrix and output results as a matrix?
Here is the problems and solution which seems very bad. Could anyone suggest a better solution? M = [1 2 3]; C = [10 11 12...

etwa 11 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


How to perform a matrix multiplication for row vectors and output results as a matrix?
Below is a problem and its ugly solution. Any thoughts for an elegant solution? M = [1 2 3; 4 5 6; 7 8 9]; C = [10 11 12; ...

etwa 11 Jahre vor | 2 Antworten | 0

2

Antworten