강의

멘토링

로드맵

College Edu.

/

Mathematics

Linear Algebra with Python - Using NumPy and SciPy

In this course, you will learn how to solve various matrix calculation related problems using Python's SciPy library. Even if you do not know Python or have only a little prior knowledge, you will be able to solve the given problems.

(5.0) 8 reviews

753 learners

  • tkn
Linear Algebra
Procession

Reviews from Early Learners

What you will learn!

  • How to solve linear algebra problems using python

  • Utilizing NumPy and SciPy Libraries

  • Practical applications of matrix operations and improved computational efficiency

No, is this my story?

🌿 CASE 1 🌿  

I finished the Introduction to Linear Algebra course. I've finally mastered it. Throw me any problem and I can solve it flawlessly. But... I need to do the singular value decomposition of a 100 x 100 matrix right now. Seriously... I've mastered linear algebra, but this problem is going to take forever.

🌿  CASE 2 🌿  

Professor: Approximate this data with a quadratic function by tomorrow.
Student: Okay, I understand. How many data points are there?
Professor: 40,000.
student: ??
Professor: Oh, while we're at it, how about fitting a+b*sinh(x)+c*Log(x) as well? Can we do it quickly?
student: ?????????

🌿  CASE 3 🌿  

Now that I'm not in college, I can't use Matlab... It's too expensive... Ha... But how do I solve matrix equations...? I'll have to solve some more in the future, but is there any way to do it?


Let's solve various matrix calculation problems using NumPy and SciPy.

To quickly solve matrix calculation problems, you need to use the NumPy and SciPy libraries in Python. Have you ever wanted to solve matrix equations using a computer? Want to find eigenvalues? Or do you need these functions right away?

In this course, you'll use Python's SciPy library to solve a variety of matrix calculation problems. Even if you don't know Python or have a basic understanding of introductory linear algebra, the content is designed to help you apply the knowledge immediately after taking the course. Don't worry, join us!


Learning Objectives 📜

In this course, you will learn how to solve linear algebra problems on a computer using SciPy and NumPy.


People like this will love hearing this! ✨

  • Engineering students and graduate students
  • Anyone who needs to find the solution to a matrix equation right away
  • For those who want to find eigenvalues and eigenvectors right away
  • Anyone who wants to try SVD or needs a solution for the least squares method
  • Those who studied Introduction to Linear Algebra
  • Anyone interested in learning the SciPy library for Python

Check before taking the class! ✒️

    • You can take the course even if you do not have any specialized knowledge of Python.
    • Lectures and practical training are conducted simultaneously.
    • For those who plan to use the Lapack library in the future, I will explain what Lapack functions are related to the functions used in the course.
    • In this lecture, we will not learn numerical analysis theory related to matrix calculations.

Questions to ask before taking the class!

Q. Is it true that matrix equations can be solved on a computer?

A. Of course. It would be stranger if it wasn't solved by computer!

Q. I need to find the eigenvalues of a large matrix right now. How do I do it? I can't solve it manually 😭😭

A. Don't worry. You can get it with just a few lines of Python code. This course is for you.

Q. I have no programming experience... but I want to solve linear algebra problems on a computer!

A. Welcome! It's easy to follow.

Q. I heard Python is slow... Isn't it impractical to learn it?

A. The SciPy functions we'll learn utilize functions written in Fortran (developed over decades!). They offer speed and accuracy that are sufficient for practical use.

Q. Where did you hear that... people usually write the code themselves...?

A. There are linear algebra-related functions that have been developed over decades, not just years. Just knowing how to use them can be a huge help in your life.


Would you like to take this course too?

Math lectures by knowledge sharer Jo Beom-hee

Introduction to Linear Algebra
Vector Calculus Series 1
Fundamentals of Differentiation
Differentiation in Detail: Foundations of Optimization Theory and Vector Functions
Integration Basics
Integral Advanced

Recommended for
these people

Who is this course right for?

  • For those who want to learn linear algebra concepts through actual coding practice

  • Anyone who wants to learn linear algebra using Python libraries NumPy and SciPy

  • Anyone who wants to expand their knowledge of computer science and mathematics by covering practical linear algebra concepts.

Hello
This is

6,192

Learners

171

Reviews

387

Answers

4.7

Rating

7

Courses

새로운것을 배우고 가르치는걸 좋아합니다.
인프런을 통해 많은 분들에게 도움이 되면 좋겠습니다.

 

전문분야 (+좋아하는 분야) 👨‍🎓

  • 전공: 원자력
  • 수학: 선형대수학개론, 대학미적분, 벡터미적분학, 응용미분방정식, 응용해석방정식, 확률과 통계, 수치해석
  • 컴퓨터 언어: 포트란(MPI, OpenMP 포함), Javascript (nodeJS), C#, C++, Python, Solidity, …

출신학교 

  • 박사: 카이스트, 원자력 및 양자공학과, 2011 ~ 2016
  • 석사: 카이스트, 원자력 및 양자공학과, 2009 ~ 2011
  • 학부: 카이스트, 원자력 및 양자공학과, 2005 ~ 2009
  • 고등학교: 경기과학고, 2003 ~ 2005

경력 

  • 2019 ~: 인프런강사
  • 2017 ~ 2018: 스탠다드에너지, 연구소장 
  • 2016 ~ 2017: 스탠다드에너지, 특수연구 총괄

링크

Curriculum

All

29 lectures ∙ (13hr 31min)

Published: 
Last updated: 

Reviews

All

8 reviews

5.0

8 reviews

  • gwl님의 프로필 이미지
    gwl

    Reviews 2

    Average Rating 5.0

    5

    76% enrolled

    I am writing my first review on the 25th/29th class, 10h33m class time. I am not a person who usually writes things like this, so I think I should write it now so that I don't procrastinate. Reason for taking the class: While studying ML, I needed to learn Numpy slicing correctly, and while looking around the course, I thought it would cover it, so I took the course. Review: I needed to learn Numpy slicing correctly. I did not take Beomhee Cho's linear algebra lecture in advance, but I had no problem following it. If you follow this course calmly, you will learn how to use Scipy's linalg functions sufficiently. The explanations and examples of how to use functions are thorough, and the instructor explains them in detail without making students think, "Obviously, I know that." That is why I want to listen to Beomhee Cho's linear algebra lecture that you posted before. (I thought they would give out a discount coupon if Infraon was renewed... but they didn't. Haha)

    • tkn
      Instructor

      Thank you for your valuable review!!ㅎㅎ Since this is a course that I created without a textbook or a given curriculum, I personally have a lot of affection for it because I put a lot of effort into it. If you see any parts that are lacking or need to be updated while watching the course, please send me a message or email me feedback at any time and I will do my best to reflect them. There may be parts that I didn't even think of, so if you actively give me opinions, the course can be updated(!) and revised. (I'm currently creating another math-related course. I hope you'll show a lot of interest in the future ㅎㅎ)

  • heo0229님의 프로필 이미지
    heo0229

    Reviews 7

    Average Rating 4.9

    5

    45% enrolled

    At the beginning of the lecture, you said that if you get a chance, you will also open a course on the legendary language Fortran. Please do open it! It is necessary for graduate schools that use Fortran.

    • tkn
      Instructor

      I will definitely try to make it in the future as soon as I have time. Thank you!

  • plan20091286님의 프로필 이미지
    plan20091286

    Reviews 5

    Average Rating 4.6

    5

    100% enrolled

    Regardless of the difficulty of the class, it was a class where I could feel the sincerity and enthusiasm of the lecturer. The class was somewhat difficult because of my understanding. I look forward to other lectures.

    • cksgh91034063님의 프로필 이미지
      cksgh91034063

      Reviews 4

      Average Rating 4.8

      5

      100% enrolled

      This is a great lecture. Thank you for the great lecture.

      • epicshark70492님의 프로필 이미지
        epicshark70492

        Reviews 6

        Average Rating 4.8

        5

        100% enrolled

        $42.90

        tkn's other courses

        Check out other courses by the instructor!