photo

Davide Zorzenon


TU Berlin

Last seen: 4 months 前 自 2021 起处于活动状态

Followers: 0   Following: 0

消息

I am a PhD student at the Control Systems Group within the Technical University of Berlin, and my current research focuses on discrete-event dynamical systems that have a convenient description in dioid frameworks (such as the max-plus algebra).

统计学

All
MATLAB Answers

2 个提问
0 个回答

Cody

0 个问题
1 个答案

排名
249,957
of 299,905

声誉
0

贡献数
2 个提问
0 个回答

回答接受率
100.0%

收到投票数
0

排名
 of 20,832

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
93,367
of 166,501

贡献数
0 个问题
1 个答案

评分
20

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Solver
  • Thankful Level 2

查看徽章

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

2

个回答