photo

Alex Khazaradze


Georgian American University

Con actividad desde 2013

Followers: 0   Following: 0

Mensaje

Estadística

All
  • First Review
  • Thankful Level 1
  • Solver

Ver insignias

Feeds

Ver por

Pregunta


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

alrededor de 11 años hace | 3 respuestas | 0

3

respuestas

Pregunta


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

alrededor de 11 años hace | 2 respuestas | 0

2

respuestas

Resuelto


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

alrededor de 11 años hace

Resuelto


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

alrededor de 11 años hace