For a given square matrix x and scalar a, find x^a without using '^' or 'mpower'.
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers49
Suggested Problems
-
Determine whether a vector is monotonically increasing
23350 Solvers
-
Find all elements less than 0 or greater than 10 and replace them with NaN
15808 Solvers
-
2251 Solvers
-
Construct an index vector from two input vectors in vectorized fashion
460 Solvers
-
355 Solvers
More from this Author11
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Good problem. :) That's something that they don't teach at schools or universities. Not fractional powers anyway.