MATLAB seems to hardly say that the two expressions are the same when (potentially) fractional exponents are involved.
, , , , c
, , Math.SE jodag, .
, , simplify
B
, , .
syms a b c
A = (a/b)^c
B = a^c/b^c
isequal(A,simplify(B,'step',4))
- , , MATLAB, . , , , . , "", , .