
Davide Zorzenon
TU Berlin
Followers: 0 Following: 0
Feeds
已解决
Given a number N, find the smallest prime P>N
Given a number N, find the smallest prime P greater than N. For example: If N=10 then P=11. If N=13 then P=17.
2 years 前
提问
For loop over permutations of 1:n with very large n
Question Take the following instruction: for i = 1:1e18 % do something end now, probably the execution of the code will...
2 years 前 | 2 个回答 | 0
2
个回答提问
Fast implementation of max-plus matrix multiplication
I am trying to implement a fast max-plus algebra multiplication of square matrices in MATLAB. The max-plus multiplication betwe...
4 years 前 | 2 个回答 | 0