How do I extract coefficients from an "equation?"
Show older comments
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?
Accepted Answer
More Answers (0)
Categories
Find more on Symbolic Math Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!