photo

Davide Zorzenon


TU Berlin

Last seen: 5 months ago Active since 2021

Followers: 0   Following: 0

Message

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).

Statistics

All
MATLAB Answers

2 Questions
0 Answers

Cody

0 Problems
1 Solution

RANK
90,653
of 300,352

REPUTATION
0

CONTRIBUTIONS
2 Questions
0 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 20,928

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
94,359
of 168,212

CONTRIBUTIONS
0 Problems
1 Solution

SCORE
20

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Solver
  • Thankful Level 2

View badges

Feeds

View by

Solved


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 ago

Question


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 ago | 2 answers | 0

2

answers

Question


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 ago | 2 answers | 0

2

answers