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년 전 | 답변 수: 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년 전 | 답변 수: 3 | 2
