Feeds
提问
Solving non-linear equations using symbolic variables, jacobian, fsolve.
Hi there, I am trying to solve a set of non-linear equations using Jacobian, fsolve and symbolic variables. I am unable to fi...
7 years 前 | 1 个回答 | 0
1
个回答提问
Solving non linear equations using fsolve
I am trying to solve a sample code using fsolve. syms t; syms x y; eqn=[2^x-y; y-sin(t)]; time=pi/2; eqn1=subs(eqn,t,t...
7 years 前 | 2 个回答 | 0
