Borrar filtros
Borrar filtros

How to solve two equations for four unknowns?

2 visualizaciones (últimos 30 días)
Omar B.
Omar B. el 23 de Jun. de 2021
Respondida: Alex Alex el 23 de Jun. de 2021
How to solve the follwoing system for x and y in Matlab?
syms x y b r
E1=x - y == x/(1+log(b*y+1));
E2=exp(r*(1-x))== 1+log(b*y+1);
sol = solve(E1,E2,{x,y})

Respuestas (1)

Alex Alex
Alex Alex el 23 de Jun. de 2021
No options, the number of equations must be greater than or equal to the number of unknowns. Now 2<4?

Categorías

Más información sobre Symbolic Math Toolbox en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by