You can use MATLAB's simplify command to try to express an expression as simply as possible. For example: >> simplify((xˆ2 - yˆ2)/(x - y)) ans = x + y ...
確定! 回上一頁