Problem 44707. Raise each element to the power of its index in a matrix
In a matrix, A = [1,2;3,4] raise the power of each element like: 1^1+2^3+3^2+4^4 and add it all to produce the result 274
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers51
Suggested Problems
-
How to find the position of an element in a vector without using the find function
2767 Solvers
-
Split a string into chunks of specified length
1933 Solvers
-
5462 Solvers
-
613 Solvers
-
623 Solvers
More from this Author29
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!