フィルターのクリア

Are there any other ways(function) of finding jacobian matrix numerically beside the function numjac

3 ビュー (過去 30 日間)
Are there any other ways(known function) of finding jacobian matrix numerically beside the function numjac?
basically I am going to input something like x=[x1 x2 x3 .....xn]' into a function such as x'*x and find its jacobian

採用された回答

Vladimir Sovkov
Vladimir Sovkov 2019 年 11 月 18 日
The function you describe is no more than the squared norm of the vector x, i.e. it is a scalar function of a vector argument.
Its Jacobi matrix is just the doubled vector: 2*x.
  6 件のコメント
Vladimir Sovkov
Vladimir Sovkov 2019 年 11 月 18 日
I am unaware about other call functions. In my opinion, it is rather easy to find the Jacobi matrix "manualy" via a straightforward computing of the necessary derivatives by using either the finite-differenece algorithm or the Fourier-transform algorithm.
Kevin Lin
Kevin Lin 2019 年 11 月 19 日
yes true, big thanks for the answer

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

その他の回答 (0 件)

カテゴリ

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

製品


リリース

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by