function numdenthe function numden will return


function numden:

The function numden will return individually the numerator & denominator of a symbolic expression:

>> sym(1/3 + 1/2)

ans =

5/6

>> [n, d] = numden(ans)

n =

5

d =

6

>> [n, d] = numden((x^3 + x^2)/x)

n =

x^2*(x 1)

d =

x

 

 

Request for Solution File

Ask an Expert for Answer!!
Applications of MATLAB: function numdenthe function numden will return
Reference No:- TGS0175251

Expected delivery within 24 Hours