"Illegal variable context [DOM_VAR]" using mupad solver
2 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!