Course Content
Mathematics for Data Analysis and Modeling
Mathematics for Data Analysis and Modeling
1. Basic Mathematical Concepts and Definitions
2. Linear Algebra
Numerical Operations on Vectors and MatricesChallenge: Calculate the Matrix Multiplication ResultMatrix DeterminantScaling Factor of the Linear TransformationChallenge: Figures' Linear TransformationsInversed and Transposed MatricesSystem of Linear EquationsChallenge: Solving the Task Using SLEEigenvalues and Eigenvectors
Challenge: Solving Task Using Derivative
Task
Swipe to show code editor
You have the position function that describes the dependency between the coordinate of the moving point and the time during which this point moves. Your task is to determine the velocity and acceleration functions and calculate the values in the point t=5
.
- Use the derivative of the first order to determine velocity function.
- Use the derivative of the second order to determine acceleration function.
- Calculate velocity value at the moment
t=5
.
Switch to desktop for real-world practiceContinue from where you are using one of the options below
Everything was clear?
Thanks for your feedback!
Section 3. Chapter 3
Challenge: Solving Task Using Derivative
Task
Swipe to show code editor
You have the position function that describes the dependency between the coordinate of the moving point and the time during which this point moves. Your task is to determine the velocity and acceleration functions and calculate the values in the point t=5
.
- Use the derivative of the first order to determine velocity function.
- Use the derivative of the second order to determine acceleration function.
- Calculate velocity value at the moment
t=5
.
Switch to desktop for real-world practiceContinue from where you are using one of the options below
Everything was clear?
Thanks for your feedback!
Section 3. Chapter 3
Switch to desktop for real-world practiceContinue from where you are using one of the options below