Feeds
已回答
How to solve this equation?
a=18 b=60 c=76.7 syms x eqn = cos(x).*(a.*sin(x)+b) == c solx=solve(eqn)
    
  
How to solve this equation?
a=18 b=60 c=76.7 syms x eqn = cos(x).*(a.*sin(x)+b) == c solx=solve(eqn)
5 years 前 | 0
| 已接受
提问
Solving a non-linear ODE with coupled algebraic equations
I'm trying to solve a differential equation which has two coupled algebraic equations and two independent variables. , is the d...
5 years 前 | 1 个回答 | 0


