Applications of Linear Algebra Part 1 | DavidsonX on edX | Course About Video

preview_player
Показать описание
Applications of Linear Algebra Part 1

Learn to use linear algebra in computer graphics by making images disappear in an animation or creating a mosaic or fractal and in data mining to measure similarities between movies, songs, or friends.

About this Course
From simulating complex phenomenon on supercomputers to storing the coordinates needed in modern 3D printing, data is a huge and growing part of our world. A major tool to manipulate and study this data is linear algebra. This course is part 1 of a 2-part course. In this part, we’ll learn basics of matrix algebra with an emphasis on application. This class has a focus on computer graphics while also containing examples in data mining. We’ll learn to make an image transparent, fade from one image to another, and rotate a 3D wireframe model. We’ll also mine data; for example, we will find similar movies that one might enjoy seeing. In the topic of sports ranking, we’ll be ready to participate in March Madness and submit our own mathematically generated brackets to compete against millions of others. The lectures are developed to encourage you to explore and create your own ideas either through your own programming but also with online tools developed for the course. Come to this course ready to investigate your own ideas.
Рекомендации по теме
Комментарии
Автор

Second question: will knowledge of linear algebra help one in graphic programming and image processing? for instance there exists equation of plane probably someting like 5x+6y+2z=0, can a graphic view of a plane be designed using computer programming with the equation of a plane?

gloriouswingsresearch
Автор

Is linear algebra applicable to human biometric recognition? All the Maths I see in face recognition such as PCA and LDA appear related. Is it really useful in that direction?

gloriouswingsresearch