Skip to content
Advertisement

System of equations in python symbolically

I want to solve this system symbolically but it didn’t work. where did I make the mistake? and how can I solve it?

JavaScript

I get this error

JavaScript

Advertisement

Answer

You are attempting to solve such an equation: Ax = b. I don’t think you can mix-up command from different libraries like that, there is some compatibility but you should check the documentation

Here a possibility

JavaScript

Output

JavaScript
User contributions licensed under: CC BY-SA
6 People found this is helpful
Advertisement