New user, help please!!!
Ältere Kommentare anzeigen
I keep getting this error using the mupad solver!!
equations:={eqn1,eqn2,...,eqn51}
unknowns:={var1,var2,...,var51}
solve(equations,unknowns)
Error: Illegal variable context [DOM_VAR]; during evaluation of 'solvelib::indets'
What should I do????
3 Kommentare
Azzi Abdelmalek
am 22 Mai 2013
Give an example
John
am 22 Mai 2013
Bearbeitet: Walter Roberson
am 22 Mai 2013
Walter Roberson
am 22 Mai 2013
You have (e.g.) 0<mat_i<=min(ui,vi) . Experiment with converting those into two-part ranges, such as 0<mat_i and mat_i <= min(ui,vi)
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Get Started with MuPAD finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!