Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

How can I solve this equation under one constrain?

1 visualización (últimos 30 días)
Luqman Saleem
Luqman Saleem el 7 de Mzo. de 2019
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
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?

Respuestas (0)

La pregunta está cerrada.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by