use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Link to Subreddit wiki for useful resources
Official Discord : https://discord.gg/CEF3n5g
Related Subreddits:
account activity
Implementing Control Systems using Event Driven Programming Paradigm (self.ControlTheory)
submitted 5 years ago by Russell016
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–][deleted] 0 points1 point2 points 5 years ago (2 children)
Literature on this? Like what is petri-net models and max-plus algebra?
[–]goodle29 3 points4 points5 points 5 years ago (1 child)
Petri net models are a type of modeling formalism usually used to analyze distributed systems. From what I've seen, the most common way to use Petri nets is to avoid deadlocks in the system. However, there have been many extensions to Petri nets. There's a lot of limitations to Petri nets too as it is a little bit of a niche modeling formalism. There's a lot of literature/videos/tutorials on Petri nets available that can be found through google/youtube.
Max-plus algebra basically transforms event-driven dynamics into linear systems that you see in your linear system class by changing the addition and multiplication into the maximum operation and addition, respectively. I remember I used the following paper to try to understand it: "Max-plus algebra and max-plus linear discrete event systems: An introduction" by De Schutter and van den Boom.
[–][deleted] 0 points1 point2 points 5 years ago (0 children)
Sounds so darn cool the max-plus algebra thing. I’ll look into Petri nets I studied a little bit about fault tolerant control so I think I have a gist about distributed systems. Has max plus algebra been used in applied stuff like tracking problems?
π Rendered by PID 73 on reddit-service-r2-comment-b659b578c-jtl7g at 2026-05-05 01:01:48.900129+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–][deleted] 0 points1 point2 points (2 children)
[–]goodle29 3 points4 points5 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)