-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_quarto.yml
More file actions
58 lines (52 loc) · 1.54 KB
/
_quarto.yml
File metadata and controls
58 lines (52 loc) · 1.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
project:
type: book
output-dir: docs
book:
title: "Engineering Mathematics"
author: "Kee-Youn Yoo"
date: "12/09/2025"
search: true
cover-image: SeoulTech.png
chapters:
- index.qmd
- part: "**First Semester**"
chapters:
- ch_01_Introduction_to_Differential_Equations.qmd
- ch_02_First-Order_Differential_Equations.qmd
- ch_03_Higher-Order_Differential_Equations.qmd
- ch_04_The_Laplace_Transform.qmd
- ch_05_Series_Solutions_of_Linear_Differential_Equations.qmd
- ch_08_Matrices.qmd
- ch_10_Systems_of_Linear_Differential_Equations.qmd
- ch_11_Systems_of_Nonlinear_Differential_Equations.qmd
- part: "**Second Semester**"
chapters:
- ch_07_Vectors.qmd
- ch_09_Vector_Calculus.qmd
- ch_12_Orthogonal_Functions_and_Fourier_Series.qmd
- ch_x1_Parabolic_PDEs.qmd
- ch_x2_Hyperbolic_PDEs.qmd
- ch_x3_Elliptic_PDEs.qmd
appendices:
- x_numpy_vectors_matrices_and_multidimensional_arrays.qmd
- x_sympy_symbolic_computing.qmd
- x_sympy_Laplace_transform.qmd
- x_equation_solving.qmd
- x_optimization.qmd
- x_interpolation.qmd
- x_integration.qmd
- x_ordinary_differential_equations.qmd
- x_double_pendulum.qmd
- x_PDE_dedalus.qmd
- x_PDE_FEniCS.qmd
- x_matplotlib.qmd
- x_Mandelbrot_set.qmd
- x_hydrogen_orbital.qmd
# - x_pandas.qmd
# - references.qmd
# bibliography: references.bib
format:
html:
theme: cosmo
pdf:
documentclass: scrreprt