Define the vectors aVec and bVec:

and

Using elementwise operations, calculate yVec:
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers437
Suggested Problems
-
Project Euler: Problem 10, Sum of Primes
2088 Solvers
-
270 Solvers
-
937 Solvers
-
669 Solvers
-
Write a code that will follow the equation y = x * (x + x) * x.
356 Solvers
More from this Author26
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
There's a typo in the test suite - the third element in aVec should be 9, not 8.