MATLAB 提供用於計算符號導數的diff命令。 ... 以下是使用Octave 計算的寫法- ... syms x y = 3*sin(x)+7*cos(5*x); % defining the function lhs = diff(y,2)+y; ...
確定! 回上一頁