校際選修

115-1 選課時程

進行中

  • 初選第一階段 6/15/2026
  • 初選第二階段 6/22/2026
  • 校際選修 8/24/2026
  • 初選第三階段 8/31/2026
  • 開學後加退選 9/7/2026
  • 逾期加退選 9/21/2026
選課資源

數值軟體開發(英文授課)

Numerical Software Development

學期
108-1
學分
3 學分
當期課號
5262
永久課號
IDS5008
開課單位
數據科學與工程研究所碩士班
授課教師
陳永昱
校區
光復
類別
選修
上課時間表
週一
Z
07:00–07:50
數值軟體開發(英文授課)
EC122
3 節連堂
1
08:00–08:50
2
09:00–09:50

* 根據陽明交大上課時間表所列

概述

This course discusses the art to build numerical software, i.e., computer programs applying numerical methods for solving mathematical or physical problems. We will be using the combination of Python and C++ and related tools (e.g., bash, git, make, etc.) to learn the modern development processes. By completing this course, students will acquire the fundamental skills for developing modern numerical software.

先修科目

This is a graduate or senior level course open to students who have taken engineering mathematics or equivalence. Working knowledge of Linux and Unix-like is required. Prior knowledge to numerical methods is recommended. The instructor uses English in the lectures and discussions.

教學方式

The instructor will use English. It is OK for students to use Mandarin in the class, but English is preferred. Computer program for homework and project should be developed against the latest Ubuntu LTS system. Course notes: https://github.com/yungyuc/nsd .

評分方式

* There is usually homework given after a lecture to exercise the lectured materials, and it usually requires students to write computer programs in Python and/or C++. * Mid-term examination will be conducted to assess students' understandings to the analytical materials. * Term project will be used to assess students' overall coding skills. Presentation is required. Failure to present results in 0 point for this part. * Grading: homework 30%, mid-term exam: 30%, term project: 40%.

課程大綱
  • Python and numpy
  • C++ and computer architecture
  • fundamental engineering practices
  • memory management
  • matrix operations
  • cache optimization
  • SIMD: vector processing
  • modern C++ I: ownership and meta-programming
  • modern C++ II: more than templates
  • xtensor: arrays in C++
  • pybind11: binding between Python and C++
  • cpython API: operate Python from C
  • profiling
  • array-oriented design
週次計畫
週次主題
第 1 週lecture 0: introduction
第 2 週skip due to instructor out of town
第 3 週lecture 1: Python and numpy
第 4 週lecture 2: c++ and computer architecture
第 5 週lecture 3: fundamental engineering practices
第 6 週lecture 4: memory management
第 7 週lecture 5: matrix operations
第 8 週lecture 6: cache optimization
第 9 週mid-term examination
第 10 週lecture 7: SIMD
第 11 週lecture 8: modern C++ I: ownership and meta-programming
第 12 週lecture 9: modern C++ II: more than templates
第 13 週lecture 10: xtensor: arrays in C++
第 14 週lecture 11: pybind11: binding between Python and C++
第 15 週lecture 12: cpython API: operate Python from C
第 16 週lecture 13: profiling
第 17 週lecture 14: array-oriented design
第 18 週term project presentation
教科書

Textbook: None References: * Computer Systems: A Programmer's Perspective: https://csapp.cs.cmu.edu/ * Python documentation: https://docs.python.org/3/ * Cppreference: https://en.cppreference.com/ * Effective Modern C++, Scott Meyer, O'Reilly, 2014 * Source code: cpython, numpy, xtensor, and pybind11

Office Hours
地點
By appointment
時間
N/A
聯絡方式
Send email to yyc at solvcon.net, with "[nsd]" prefix in the subject line.