How to i use a syntax' taylor' to apporiximate a function e.g logx using base point at x=1
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
How to i use a syntax' taylor' to apporiximate a function e.g logx using base point at x=1
0 Commenti
Risposte (1)
Walter Roberson
il 13 Set 2018
syms x
taylor(log(x), 1)
3 Commenti
Walter Roberson
il 13 Set 2018
taylor(log(x), x, 1)
See the taylor documentation for how to change the order.
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!