フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

How can I solve this equation under one constrain?

1 回表示 (過去 30 日間)
Luqman Saleem
Luqman Saleem 2019 年 3 月 7 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
I want to solve the following equation:
eqn = (A - B)/(q*(A - B)^2 + 1) + (q*A^3 - 2*q*A^2*B + q*A*B^2 + A)/((A - B)*(q*(A - B)^2 + 1)) - (2*q*(A - B)*(q*A^3 - 2*q*A^2*B + q*A*B^2 + A))/(q*(A - B)^2 + 1)^2 - 1 == 0;
for B (or A which ever is possible) under two separate constrains. Once using constrain
B > A
and then using constrain
A > B
How can I do that in Matlab?

回答 (0 件)

この質問は閉じられています。

製品

Community Treasure Hunt

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

Start Hunting!

Translated by