Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
SingularisArt committed Mar 23, 2024
1 parent 818e9a4 commit bf78149
Show file tree
Hide file tree
Showing 33 changed files with 725 additions and 22 deletions.
17 changes: 17 additions & 0 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,20 @@ dialog::backdrop {
top: .6rem;
right: .3rem;
}

ol {
list-style-type: decimal;
margin: 0px;
}

ul {
list-style-type: disc;
margin: 0px;
}

.sol-qed {
display: inline-block;
width: 30px;
height: 10px;
background-color: var(--solution);
}
31 changes: 31 additions & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -577,6 +577,20 @@ video {
--tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
--tw-prose-invert-th-borders: #4b5563;
--tw-prose-invert-td-borders: #374151;
--correct: #00FF00;
--incorrect: #FF0000;
--solution: #00AEEF;
--qedsolution: #76B4CF;
--proof: #F035A3;
--definition: #F035A3;
--theorem: #F035A3;
--lemma: #F035A3;
--remark: #F035A3;
--qedproof: #F035A3;
--question: #00A6E4;
--questionfg: #F2FBF8;
--example: #00A6E4;
--examplebg: #F2FBF8;
}

.prose-singularisart :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
Expand Down Expand Up @@ -1118,6 +1132,23 @@ dialog::backdrop {
right: .3rem;
}

ol {
list-style-type: decimal;
margin: 0px;
}

ul {
list-style-type: disc;
margin: 0px;
}

.sol-qed {
display: inline-block;
width: 30px;
height: 10px;
background-color: var(--solution);
}

:is(.dark .dark\:prose-invert) {
--tw-prose-body: var(--tw-prose-invert-body);
--tw-prose-headings: var(--tw-prose-invert-headings);
Expand Down
File renamed without changes.
2 changes: 2 additions & 0 deletions content/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ title: "About"
date:
license: false
comments: false
latex: true
toc: false
---

# About
11 changes: 3 additions & 8 deletions content/notes/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,13 @@ notes after the lectures occur. You can view all my courses
{{< title "High School Diploma/Associates" >}}

<div class="flex justify-center flex-row gap-5 flex-wrap">
{{< note title="Calculus 1" note="2022, R. Kouzes" term="Fall" year="2022" html="" pdf="" def="" thm="" prf="" tex="" >}}
{{< note title="Force, Motion, and Energy" note="2022, X. Morrow" term="Fall" year="2022" html="" pdf="" def="" thm="" prf="" tex="" >}}
{{< note title="The Solar System" note="2022, R. Lee" term="Winter" year="2022" html="" pdf="" def="" thm="" prf="" tex="" >}}
{{< note title="Calculus 1" note="2022, R. Kouzes" term="Fall" year="2022" html="/notes/mth-251" pdf="" def="" qst="" thm="" tex="" >}}
{{< note title="Stats 1" note="2022, V, Emiliano" term="Fall" year="2022" html="/notes/" pdf="" def="" qst="" thm="" tex="" >}}
{{< note title="Calculus 2" note="2022, R. Kouzes" term="Winter" year="2022" html="" pdf="" def="" thm="" prf="" tex="" >}}
{{< note title="Intro to Psyc: Part 1" note="2022, T. Snyder" term="Winter" year="2022" html="" pdf="" def="" thm="" prf="" tex="" >}}
{{< note title="Stats 2" note="2022, G, Greta" term="Winter" year="2022" html="/notes/" pdf="" def="" qst="" thm="" tex="" >}}
{{< note title="Calculus 3" note="2022, R. Kouzes" term="Spring" year="2022" html="" pdf="" def="" thm="" prf="" tex="" >}}
{{< note title="Intro to Psyc: Part 2" note="2022, K. Kelley" term="Spring" year="2022" html="" pdf="" def="" thm="" prf="" tex="" >}}
{{< note title="Galaxies and Cosmology" note="2022, R. Lee" term="Spring" year="2022" html="" pdf="" def="" thm="" prf="" tex="" >}}
{{< note title="Intro to Behav Neuroscience" note="2023, D. Cozzoli" term="Fall" year="2023" html="" pdf="" def="" thm="" prf="" tex="" >}}
{{< note title="Linear Algebra" note="2023, N. Kit" term="Fall" year="2023" html="" pdf="" def="" thm="" prf="" tex="" >}}
{{< note title="Vector Calculus 1" note="2023, C. Yao" term="Winter" year="2023" html="" pdf="" def="" thm="" prf="" tex="" >}}
{{< note title="Introduction to Sociology" note="2023, F. Last" term="Winter" year="2023" html="" pdf="" def="" thm="" prf="" tex="" >}}
{{< note title="Vector Calculus 2" note="2023, F. Last" term="Spring" year="2023" html="" pdf="" def="" thm="" prf="" tex="" >}}
{{< note title="Differential Equations" note="2023, F. Last" term="Spring" year="2023" html="" pdf="" def="" thm="" prf="" tex="" >}}
</div>
Expand Down
7 changes: 7 additions & 0 deletions content/notes/mth-251/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "Calculus 1 (MTH-251)"
date: 2023-08-13T07:29:02-07:00
draft: false
---

# Calculus 1 (MTH-251) Notes
69 changes: 69 additions & 0 deletions content/notes/mth-261/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
---
title: "Applied Linear Algebra 1 (MTH-261)"
draft: false
comments: false
---

# Applied Linear Algebra 1 (MTH-261) Notes

<ul>

<li style="list-style-type: none;"><a href="/notes/mth-261/full">Full Notes</a></li>

<li style="list-style-type: none;"><a href="/notes/mth-261/introduction">0 Introduction</a></li>

<li style="list-style-type: none;">
<a href="/notes/mth-261/lec-01">Lecture 1: Linear Systems</a>

<ul>
<li style="list-style-type: none; margin-left: 50px"><a href="/notes/mth-261/lec-01/01">1.1 Introduction to Linear Systems</a></li>
<li style="list-style-type: none; margin-left: 50px"><a href="/notes/mth-261/lec-01/02">1.2 Basic Algebra Review</a></li>
<li style="list-style-type: none; margin-left: 50px"><a href="/notes/mth-261/lec-01/03">1.3 Introduction to Matrices</a></li>
<li style="list-style-type: none; margin-left: 50px"><a href="/notes/mth-261/lec-01/04">1.4 Solving Linear Systems with Row Operations</a></li>
</ul>
</li>

<li style="list-style-type: none;">
<a href="/notes/mth-261/lec-02">Lecture 2: Row Reduction and Echelon Forms</a>

<ul>
<li style="list-style-type: none; margin-left: 50px"><a href="/notes/mth-261/lec-02/01">2.1 Pivot Position</a></li>
<li style="list-style-type: none; margin-left: 50px"><a href="/notes/mth-261/lec-02/02">2.2 The Row Reduction Algorithm</a></li>
<li style="list-style-type: none; margin-left: 50px"><a href="/notes/mth-261/lec-02/03">2.3 General Solutions of Linear Systems</a></li>
<li style="list-style-type: none; margin-left: 50px"><a href="/notes/mth-261/lec-02/04">2.4 Criteria for Consistent Linear Systems</a></li>
<li style="list-style-type: none; margin-left: 50px"><a href="/notes/mth-261/lec-02/05">2.5 Some Applications</a></li>
</ul>
</li>

<li style="list-style-type: none;"><a href="/notes/mth-261/lec-03">Lecture 3: Vectors and Vector Equations</a></li>

<li style="list-style-type: none;"><a href="/notes/mth-261/lec-04">Lecture 4: Matrix Equations</a></li>

<li style="list-style-type: none;"><a href="/notes/mth-261/lec-05">Lecture 5: Solution Sets and More Application</a></li>

<li style="list-style-type: none;"><a href="/notes/mth-261/lec-06">Lecture 6: Linear Independence</a></li>

<li style="list-style-type: none;"><a href="/notes/mth-261/lec-07">Lecture 7: Intro to Linear Transformations</a></li>

<li style="list-style-type: none;"><a href="/notes/mth-261/lec-08">Lecture 8: Matrix of Linear Transformations</a></li>

<li style="list-style-type: none;"><a href="/notes/mth-261/lec-09">Lecture 9: Matrix Operations and Inverses</a></li>

<li style="list-style-type: none;"><a href="/notes/mth-261/lec-10">Lecture 10: Determinants</a></li>

<li style="list-style-type: none;"><a href="/notes/mth-261/lec-11">Lecture 11: Crammer's Rule</a></li>

<li style="list-style-type: none;"><a href="/notes/mth-261/lec-12">Lecture 12: Subspaces</a></li>

<li style="list-style-type: none;"><a href="/notes/mth-261/lec-13">Lecture 13: Eigenvalues and Eigenvectors</a></li>

<li style="list-style-type: none;"><a href="/notes/mth-261/lec-14">Lecture 14: Diagonalization</a></li>

<li style="list-style-type: none;"><a href="/notes/mth-261/lec-15">Lecture 15: Diagonalization</a></li>

<li style="list-style-type: none;"><a href="/notes/mth-261/lec-16">Lecture 16: Orthogonality</a></li>

<li style="list-style-type: none;"><a href="/notes/mth-261/lec-17">Lecture 17: More Projections and the Gram-Schmidt Process</a></li>

<li style="list-style-type: none;"><a href="/notes/mth-261/lec-18">Lecture 18: Least-Squares Problems</a></li>
</ul>
11 changes: 11 additions & 0 deletions content/notes/mth-261/introduction/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: "0 Introduction"
draft: false
comments: false
---

# 0 Introduction



{{< endNote nextNoteDisplay="Lecture 1" nextNoteLink="/lec-01/" >}}
140 changes: 140 additions & 0 deletions content/notes/mth-261/lec-01/01.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,140 @@
---
title: "1.1 Introduction to Linear Systems"
draft: false
comments: false
latex: true
---

# 1.1 Introduction to Linear Systems

{{< definition name="Linear Equation" counter="1" >}}
<div>
A \(\textbf{linear equation}\) in the variables \(x_1, x_2, \dots, x_n\) is
an equation that can be written in the form \(c_1x_1 + c_2x_2 + \dots +
c_nx_n = k\), where \(n \in \R\) and \(k, c_1, c_2, \dots, c_n \in \R \cup
\mathbb{C}\).
</div>
{{< /definition >}}

{{< example >}}
Below are some examples of linear equations.

\begin{multicols}{2}\noindent
\begin{enumerate}
\label{enum:linear_equation_1}

\item $4.6x_1 + 2x_2 - 5x_3 - x_4 = 1.2$
\item $x_2 = 2(\sqrt{6} - x_1) + x_3$
\columnbreak
\item $9x_1 - 5x_2 + 2 = x_2$
\item $x_1 - x_3 + 4x_5 = 1$
\end{enumerate}
\end{multicols}

Here are some equations that aren't linear.

\begin{multicols}{2}\noindent
\begin{enumerate}
\label{enum:non_linear_equation_1}

\item $\incorrect{x_1 \cdot x_2} = 5 + x_1$.
\item $\incorrect{\sfrac{x_2}{x_1}} + x_3 = 30$.

\item $\incorrect{x_1^2} + 8x_3 = x_1$
\item $\incorrect{\sqrt{x_1}} + x_2 = 120$
\end{enumerate}
\end{multicols}
{{< /example >}}

\begin{definition}[System of Linear Equations]
\label{def:system_of_linear_equations}

A \textbf{system of linear equations} or \textbf{linear system} is a
collection of one or more linear equations with them same set of variables
$x_1, x_2, \dots, x_n$.
\end{definition}

\begin{example}
\label{exm:system_of_linear_equations}

Below are some examples of linear systems.

\begin{multicols}{3}\noindent\centering
\[%
\sysdelim..\systeme{
5x_1 + x_2 = 1,
-4x_2 + 8x_3 = 2,
x_1 - 3x_3 = 0
}
.\]%
$3$ equations, $3$ variables\columnbreak
\columnbreak
\[%
\sysdelim..\systeme{
x_1 + x_2 - 2x_4 = 12,
4x_3 + 6x_4 = -2,
2x_1 - x_2 + 9x_3 = 10
}
.\]%
$3$ equations, $4$ variables\columnbreak
\[%
\sysdelim..\systeme{
9x_1 - x_2 = 0,
7x_1 = 1,
-6x_2 = 3
}
.\]%
$3$ equations, $2$ variables
\end{multicols}
\end{example}

\begin{definition}[Solution of Linear System]
\label{def:solution_of_linear_system}

A \textbf{solution} of a linear system is a list $\left\{s_1, s_2, \dots,
s_n\right\}$ of numbers that makes each equation a true statement when the
values of $s_1, \dots, s_n$ are substituted for $x_1, \dots, x_n$.

The set of all possible solutions is called the \textbf{solution set} of the
linear system. Two linear systems are called \textbf{equivalent} if they have
the same solution set. That is, $\forall x \in S_1, x \in S_2$, where $S_1$
and $S_2$ are solution sets of two linear systems.
\end{definition}

\begin{example}
\label{exm:solution_of_linear_system}

\begin{multicols}{2}
The list $(5, 6.5,3)$ is a solution to the following linear system
\[%
\sysdelim..\systeme{
2x_1 - x_2 + 1.5x_3 = 8,
-x_1 + 4x_3 = 7
}
,\]%
because $2(5) - (6.5) + 1.5(3) \ce 8$ and $-(5) + 4(3) \ce 7$.
\columnbreak
\begin{figure}[H]
\centering

\begin{tikzpicture}
\begin{axis}[
xlabel=$x_1$,
ylabel=$x_2$,
xmin=-5.25, xmax=6.25,
ymin=-3.25, ymax=4.25,
]

\addplot+[domain=-5.25:6.25]{(-1-x)/(-2)} node[below,pos=0.25]{$\ell_1$};
\addplot+[domain=-5.25:6.25]{(3+x)/(3)} node[above,pos=0.25]{$\ell_2$};
\addplot[soldot] coordinates{(3,2)};
\end{axis}
\end{tikzpicture}

\caption{}
\label{fig:two_lines_intersecting_at_a_point}
\end{figure}
\end{multicols}
\end{example}

{{< endNote prevNoteDisplay="Lecture 1" prevNoteLink="/lec-01/" nextNoteDisplay="Section 1.2" nextNoteLink="/lec-01/02/" >}}
11 changes: 11 additions & 0 deletions content/notes/mth-261/lec-01/02.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: "1.2 Basic Algebra Review"
draft: false
comments: false
---

# 1.2 Basic Algebra Review



{{< endNote prevNoteDisplay="Section 1.1" prevNoteLink="/lec-01/01/" nextNoteDisplay="Section 1.3" nextNoteLink="/lec-01/03/" >}}
11 changes: 11 additions & 0 deletions content/notes/mth-261/lec-01/03.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: "1.3 Introduction to Matrices"
draft: false
comments: false
---

# 1.3 Introduction to Matrices



{{< endNote prevNoteDisplay="Section 1.2" prevNoteLink="/lec-01/02/" nextNoteDisplay="Section 1.4" nextNoteLink="/lec-01/04/" >}}
11 changes: 11 additions & 0 deletions content/notes/mth-261/lec-01/04.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: "1.4 Solving Linear Systems with Row Operations"
draft: false
comments: false
---

# 1.4 Solving Linear Systems with Row Operations



{{< endNote prevNoteDisplay="Section 1.3" prevNoteLink="/lec-01/03/" nextNoteDisplay="Lecture 2" nextNoteLink="/lec-02/" >}}
Loading

0 comments on commit bf78149

Please sign in to comment.