Community Profile

photo

Alex Khazaradze


Georgian American University

Active since 2013

Followers: 0   Following: 0

Message

Statistics

All
  • First Review
  • Thankful Level 1
  • Solver

View badges

Feeds

View by

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

11 years ago | 3 answers | 0

3

answers

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

11 years ago | 2 answers | 0

2

answers

Solved


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

11 years ago

Solved


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

11 years ago