NOTE: Only questions about software development related to discrete mathematics are on topic.
I'm developing an application that optimally assigns shifts to nurses in a hospital. I believe this is a linear programming …
algorithm discrete-mathematics mathematical-optimization linear-programmingI am just doing a research on a project and came across a problem. I would be very grateful if …
math discrete-mathematicsI am very new to simulink, so this question may seem simple. I am looking for a way to sample …
signal-processing simulink discrete-mathematics data-acquisitionI am trying to solve a bigger problem, and I think that an important part of the program is spent …
c++ algorithm math complexity-theory discrete-mathematicsHow can I get the number of "1"s in the binary representation of a number without actually converting and counting ? …
python algorithm discrete-mathematicsAccording to my textbook, the complement of L1 = A* - L1 is a regular language as long as L1 is …
computer-science discrete-mathematics regular-language formal-languagesI have a math problem where I am trying to calculate the total combination of values in a set... when …
php discrete-mathematicsIn our discrete mathematics course in my university, the teacher shows his students the Ackermann function and assign the student …
algorithm math complexity-theory discrete-mathematicsThe x-derivative Sobel looks that way: -1 0 +1 -2 0 +2 -1 0 +1 Lets say there are two samples of my image which look …
image-processing discrete-mathematicsFor a given discret time signal x(t) with spacing dt (which is equal to 1/fs, fs being the sample …
python numpy signal-processing fft discrete-mathematics