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
Solution Comments
Show comments
Loading...
Problem Recent Solvers98
Suggested Problems
-
Find all elements less than 0 or greater than 10 and replace them with NaN
15783 Solvers
-
Replace NaNs with the number that appears to its left in the row.
3065 Solvers
-
1912 Solvers
-
Create a Multiplication table matrix...
690 Solvers
-
542 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!
Could you provide a clearer explanation of the required task?
As far as I can tell, the objective is to find the combined product of two numbers and their squares.
(x*y)^3 or (x*y)*((x*y)^2 - my guess
The product of what?
The power of what?
What esponent of the power?
WHAAAAT????