How can I solve Inecuations

1 vue (au cours des 30 derniers jours)
Arturo
Arturo le 19 Fév 2024
Commenté : Arturo le 19 Fév 2024
Hello, I am new in matlab, and I cant solve inecuations
First I set mi variable with Syms x
And next I put my Ecuation with
solve((3-3*x)/x<=0, 'returnconditions', true)
And the result is
Warning: Unable to find explicit solution. For options, see help.
> In sym/solve (line 317)
I cant fins a solution and I doesn't speak English very good so is complicated
Is for an exam and the teachers says that I need to use it
And I need to mada a graphic also in matlab
Thaks

Réponses (1)

VBBV
VBBV le 19 Fév 2024
syms x real
eqn = (3-3*x)/x <= 0
eqn = 
sol = solve(eqn,x)
sol = 
  1 commentaire
Arturo
Arturo le 19 Fév 2024
Thaks ;3

Connectez-vous pour commenter.

Catégories

En savoir plus sur Programming dans Help Center et File Exchange

Produits


Version

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by