Choszit Lee
Followers: 0 Following: 0
Feeds
질문
How to use ode45 to solve a system with many dimensions?
Hi there, I meet a interesting question——How to simulate a system with 100 dimensions using ode45? Obviously, it's impossi...
7년 초과 전 | 답변 수: 1 | 0
1
답변질문
The algorithm to calculate the fractional power in MATLAB?
>> (-1).^(2/3) ans = -0.5000 + 0.8660i >> ((-1).^2).^(1/3) ans = 1 I tried to calculate the fractional ...
7년 초과 전 | 답변 수: 1 | 0