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 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti

3 Commenti
Walter Roberson
il 13 Lug 2022
syms x
f(x) = log10(x^2/(1+x))
s9 = series(f, x, 9)
s11 = series(f, x, 11)
Risposte (1)
Vedere anche
Categorie
Scopri di più su Calculus in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


