用matlab化简表达式x/y+y/x
问题描述:
用matlab化简表达式x/y+y/x
答
syms x y
simple(x/y+y/x)
用matlab化简表达式x/y+y/x
syms x y
simple(x/y+y/x)