フィルターのクリア

taylor expansion for multiple variables with orders

1 回表示 (過去 30 日間)
Jenny Shen
Jenny Shen 2018 年 10 月 7 日
編集済み: JSC 2018 年 10 月 8 日
Hi All If I have a function f(x,y). I want to taylor expasion it at [x0,y0] with x order up to N and Y order up to M and combined order up to K. How to do it? taylor(f,[x,y],[x0,y0],[N,M], absolutOrder=K)?
  1 件のコメント
JSC
JSC 2018 年 10 月 8 日
Do you have the symbolic math toolbox?

サインインしてコメントする。

回答 (1 件)

JSC
JSC 2018 年 10 月 8 日
編集済み: JSC 2018 年 10 月 8 日
I think you can use
mtaylor(f,[x=x0,y=y0],absolutOrder=K,[weight_x,weight_y])
where the vector [weight_x,weight_y] sets the order of x to K/weight_x and the order of y to K/weight_y. So you could try weight_x = K/N and weight_y = K/M. But the weights must be positive integers, so not every value for N and M is possible.

カテゴリ

Help Center および File ExchangeMathematics についてさらに検索

製品


リリース

R2018a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by