photo

Alex Khazaradze


Georgian American University

Actif depuis 2013

Followers: 0   Following: 0

Message

Statistiques

All
  • First Review
  • Thankful Level 1
  • Solver

Afficher les badges

Feeds

Afficher par

Question


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...

environ 11 ans il y a | 3 réponses | 0

3

réponses

Question


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; ...

environ 11 ans il y a | 2 réponses | 0

2

réponses

A résolu


Add two numbers
Given a and b, return the sum a+b in c.

environ 11 ans il y a

A résolu


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

environ 11 ans il y a