Matlab wouldn't find simple inverse
Afficher commentaires plus anciens
Given the function
defined via
syms x a real; f = x^(a-1)
Why Matlab won't find an inverse to that?
finverse(f)
is resulting to an empty array.
However merely by looking at the function the inverse might be 
I guess due to MATLAB's wide insight there is a case where this general solution fails so it can't find one at all.
Réponse acceptée
Plus de réponses (1)
Yongjian Feng
le 30 Nov 2021
1 vote
The inverse function is not well defined for all the possible a.
For example a=1, there is no reverse function.
If a is an odd number, then there are two, positive and negative ones.
Catégories
En savoir plus sur Just for fun dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!