"Illegal variable context [DOM_VAR]" using mupad solver
5 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I'm trying to symbolically solve a system of 51 equations in 51 unknowns. My code looks as follows:
equations:={eqn1,eqn2,...,eqn51}
unknowns:={var1,var2,...,var51}
solve(equations,unknowns)
Yet I keep getting the following error after evaluating solve:
Error: Illegal variable context [DOM_VAR]; during evaluation of 'solvelib::indets'
Any ideas why this is happening/how to get around it? Thanks!
0 commentaires
Réponses (0)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!