Trying to understand how time shifting of Laplace Transform is applied in this specific question (picture of the problem attached) [closed]
Closed 2 days ago.
Trying to understand how time shifting of Laplace Transform is applied in this specific question (picture of the problem attached) [closed]
Closed 2 days ago.
Trying to understand how time shifting of Laplace Transform is applied in this specific question (picture of the problem attached) [closed]
Closed 2 days ago.
A Question about the number of GPS satellites [closed]
Closed 3 days ago.
A Question about the number of GPS satellites [closed]
Closed 3 days ago.
why is a naturally ordered set generated at 9 but not 10 digits
code found at: https://softwareengineering.stackexchange.com/q/158606/44933
What Discrete Mathematics topics should the average computer science student know?
I know that Discrete Mathematics is a pretty broad topic that’s used in a number of fields but I was just wondering what are some of the topics from it that you would expect an average computer science student to know?
Dealing with units in arithmetic operations (multiplication and division)
I need to design a function to perform the basic arithmetic operations that are addition (+)
, subtraction (-)
, multiplication (x)
, and division (/)
between 2 numbers.
How important is Discrete Mathematics for a Computer Scientist? [closed]
Closed 9 years ago.
What’s the normal way machine-learning algorithms are integrated into normal programs?
I’m currently taking a machine learning course for fun, and the course heavily focuses on Matlab/Octave to write the code. One thing mentioned in the course is that, while Matlab/Octave are great for prototyping, they’re very rarely used for production algorithms. Instead, those algorithms are typically rewritten in C++/Python/etc., using appropriate libraries, before reaching customers.