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 years 前 | 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 years 前 | 1 个回答 | 0