Feeds
提问
How to solve this system using ODE45?
The ODE system dx/dt = -8/3 x + yz; dy/dt = -10y + 10z; dz/dt = -x*y + 28y - z when t=[0,50] I only learned how to...
9 years 前 | 2 个回答 | 0
2
个回答提问
Calculate pi using monte-Carlo simulation with logical vector
I want to know how to model the script for calculating pi using Monte-Carlo simulation with using logical vectors I already k...
9 years 前 | 3 个回答 | 2
