pls help me here I cant understand how to code this two using MATLAB. In line in power series. pls help 2 and 3
2 ビュー (過去 30 日間)
古いコメントを表示

3 件のコメント
Walter Roberson
2022 年 7 月 13 日
syms x
f(x) = log10(x^2/(1+x))
s9 = series(f, x, 9)
s11 = series(f, x, 11)
回答 (1 件)
参考
カテゴリ
Help Center および File Exchange で Calculus についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


