Problem 1558. Power The Product
EXAMPLE: INPUT x=10 & y=10 OUTPUT z=1000000 or, INPUT x=2 & y=3 OUTPUT z= 216 you just need to calculate the product first then find the value of the power.
Solution Stats
Problem Comments
-
4 Comments
Show
1 older comment
andrea84
on 6 Jun 2013
Could you provide a clearer explanation of the required task?
Evan
on 6 Jun 2013
As far as I can tell, the objective is to find the combined product of two numbers and their squares.
Richard Zapor
on 17 Jun 2013
(x*y)^3 or (x*y)*((x*y)^2 - my guess
Massimo Zanetti
on 7 Oct 2016
The product of what?
The power of what?
What esponent of the power?
WHAAAAT????
Solution Comments
Show commentsProblem Recent Solvers97
Suggested Problems
-
Determine if a Given Number is a Triangle Number
383 Solvers
-
Convert a vector into a number
602 Solvers
-
ベクトル [1 2 3 4 5 6 7 8 9 10] の作成
564 Solvers
-
810 Solvers
-
Matlab Basics II - Extract last 3 elements of a vector
248 Solvers
More from this Author16
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!