How to set an assumption on a symbolic variable in a symbolic expression?
    3 vues (au cours des 30 derniers jours)
  
       Afficher commentaires plus anciens
    
Hello!
I want to solve some equations using symbolic math toolbox.I only get some strings like '3*x1-2*x2'.x1,x2 should be positive numbers.
I can use str2sym(string) to get a symbolic expression 3*x1-2*x2.
Then, how to set an assumption on x1,x2 in the symbolic expression? The assumption is x1>0,x2>0.
Thank you in advance
0 commentaires
Réponse acceptée
Plus de réponses (0)
Voir également
Catégories
				En savoir plus sur Assumptions dans Help Center et File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!