Skip to main content

Mathematics for Software Developers (3cr)

Code: DT10030-3003

General information


Enrollment
01.10.2025 - 31.10.2025
Registration for the implementation has ended.
Timing
12.01.2026 - 31.05.2026
The implementation has not yet started.
Number of ECTS credits allocated
3 cr
Local portion
3 cr
Mode of delivery
Contact learning
Unit
Tradenomi / Tietojenkäsittely (DD)
Campus
Wärtsilä Campus Karjalankatu 3
Teaching languages
Finnish
Seats
10 - 80
Degree programmes
Degree Programme in Business Information Technology
Teachers
Lisbeth Smolander
Anssi Gröhn
Teacher in charge
Lisbeth Smolander
Groups
DTNS24
Information Technology (BBA), Full-Time Studies, Fall, 2024
Course
DT10030

Evaluation scale

H-5

Objective

You understand basic trigonometry
You are able to apply basic trigonometry in programming
You understand the concept of a vector and vector calculus
You are write an implementation of a vector and vector operations in a program
You are able to write programs that use vectors in calculations
You understand the concept of a matrix and matrix calculus
You are able to write an implementation of a matrix and matrix operations in a program
You are able to write programs that use matrices in calculations
You are able to write programs that use matrices and vectors in calculations
You understand the matrix transformations
You are able to write programs that use matrix transformatins in calculations
You are able to describe your program implementation in mathematically

Content

Trigonometry:
- Solving a triangle, sine and cosine laws
- Extending an angle to a unit circle
- Angle units

Vectors:
- Basic concepts
- Vector calculus
- Dot product
- Cross product
- Scalar and vector projections

Matrices
- Basic concepts
- Matrix calculus
- Transpose
- Determinant
- Inverse matrix

Matrix transformations:
- Translation, rotation, scaling

Implementation of concepts with a programming language

Go back to top of page