Feeds
질문
Generate exponential distribution of event times
I have to generate event times in the time interval [0; T] with T = 2000 s such that the waiting times between consecutive event...
5년 초과 전 | 답변 수: 0 | 0
0
답변질문
Finding minimum/maximum of function using Lagrange multipliers
As mentioned in the title, I want to find the minimum / maximum of the following function with symbolic computation using the la...
5년 초과 전 | 답변 수: 1 | 0
1
답변질문
Changing boundary conditions for ODE
My code below plots the solution of the equation of Mathieu with the initial condition: y(0) = 1, y'(0) = 1 Now I still want th...
5년 초과 전 | 답변 수: 2 | 0
2
답변질문
Find general non-constant solution for differential equation
eqn=diff(y(t),t) == k*y*(1-y/M); S=dsolve(eqn); Sz = S(3) %general non-constant solution >> Sz = M/(exp(-M*(C1 + (k*t)/M)) + ...
5년 초과 전 | 답변 수: 1 | 0

