Problem with matrix output

1 回表示 (過去 30 日間)
Marco Forti
Marco Forti 2019 年 12 月 9 日
編集済み: Marco Forti 2019 年 12 月 10 日
When I compute certain matrices Matlab renames parts of the elements with sigmas in the output. How can I turn this option off and keep my original symbols?
Thank you in advance
My code is
clear
syms p w1 w2 y1 y2
F = p*((w1/(p*y1))^(y1/(y1-1))+(w2/(p*y2))^(y2/(y2-1))) - w1*(w1/p *y1)^(1/(y1-1)) - w2*(w2/p*y2)^(1/(y2-1))
gradient(F, [p, w1, w2])
A = hessian(F, [p, w1, w2])
LaTeX_Expr = latex(A)
And the output is below

回答 (1 件)

Tamuno-Opubo Cookey-Gam
Tamuno-Opubo Cookey-Gam 2019 年 12 月 9 日
Could you give an example of what your input is and what Matlab returns?
  1 件のコメント
Marco Forti
Marco Forti 2019 年 12 月 9 日
clear
syms p w1 w2 y1 y2
F = p*((w1/(p*y1))^(y1/(y1-1))+(w2/(p*y2))^(y2/(y2-1))) - w1*(w1/p *y1)^(1/(y1-1)) - w2*(w2/p*y2)^(1/(y2-1))
gradient(F, [p, w1, w2])
A = hessian(F, [p, w1, w2])
LaTeX_Expr = latex(A)
F =
ans =
A =

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

カテゴリ

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

タグ

製品

Community Treasure Hunt

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

Start Hunting!

Translated by