How do I extract coefficients from an "equation?"

This is my equation:
eqn15 =(2519*Ncz + 2736)*z + (86860*Nck)*kh == (20*Nkz*(4439*Nck + 48))*z + (20*Nkk*(4439*Nck + 48))*kh
I want to extract the coefficients off the two of the symbolic variable kh and z (all letters in the equation are symbolic) to create two separate equations of the form: (86860*Nck)=(20*Nkk*(4439*Nck + 48)), but I have not found any method for doing this. Is there a simple way to do this?

 採用された回答

Walter Roberson
Walter Roberson 2015 年 11 月 20 日

0 投票

and before that you would probably want to use children() to separate the two parts of the "=="

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeSymbolic Math Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by