Say i have an expression as such in MATLAB:
syms x
y = x^(-5/2)
I would like to find the degree/exponent of x, which is (-5/2). it is possible for polynomials in matlab but how can it be done for non-polynomial as above?
Thanks
Say i have an expression as such in MATLAB:
syms x
y = x^(-5/2)
I would like to find the degree/exponent of x, which is (-5/2). it is possible for polynomials in matlab but how can it be done for non-polynomial as above?
Thanks