├── .gitignore ├── CS598-Topics-in-Graph-Algorithms ├── Figures │ ├── SSSP-dummy-source.pdf │ ├── SSSP-dummy-source.pdf_tex │ ├── SSSP-dummy-source.svg │ ├── SSSP-fix-dag.pdf │ ├── SSSP-fix-dag.pdf_tex │ ├── SSSP-fix-dag.svg │ ├── SSSP-hop.pdf │ ├── SSSP-hop.pdf_tex │ ├── SSSP-hop.svg │ ├── algo-tree-embedding-recursive-tree-construction.pdf │ ├── algo-tree-embedding-recursive-tree-construction.pdf_tex │ ├── algo-tree-embedding-recursive-tree-construction.svg │ ├── boundary-and-partition-well-linked-cut-tree.pdf │ ├── boundary-and-partition-well-linked-cut-tree.pdf_tex │ ├── boundary-and-partition-well-linked-cut-tree.svg │ ├── constant-degree-blow-up.pdf │ ├── constant-degree-blow-up.pdf_tex │ ├── constant-degree-blow-up.svg │ ├── cover.png │ ├── cut-matching-linear-projection.pdf │ ├── cut-matching-linear-projection.pdf_tex │ ├── cut-matching-linear-projection.svg │ ├── cut-tree.pdf │ ├── cut-tree.pdf_tex │ ├── cut-tree.svg │ ├── expander-cut-tree-star.pdf │ ├── expander-cut-tree-star.pdf_tex │ ├── expander-cut-tree-star.svg │ ├── expansion-matching.pdf │ ├── expansion-matching.pdf_tex │ ├── expansion-matching.svg │ ├── grid-cut-tree.pdf │ ├── grid-cut-tree.pdf_tex │ ├── grid-cut-tree.svg │ ├── grid-well-linked.pdf │ ├── grid-well-linked.pdf_tex │ ├── grid-well-linked.svg │ ├── hierarchical-expander-decomposition-characterization.pdf │ ├── hierarchical-expander-decomposition-characterization.pdf_tex │ ├── hierarchical-expander-decomposition-characterization.svg │ ├── highway.pdf │ ├── highway.pdf_tex │ ├── highway.svg │ ├── isolating-cut-bipartition-cut.pdf │ ├── isolating-cut-bipartition-cut.pdf_tex │ ├── isolating-cut-bipartition-cut.svg │ ├── isolating-cut-unique-disjoint.pdf │ ├── isolating-cut-unique-disjoint.pdf_tex │ ├── isolating-cut-unique-disjoint.svg │ ├── label.pdf │ ├── label.pdf_tex │ ├── label.svg │ ├── multi-cut-random-partition-probability-proof-case.pdf │ ├── multi-cut-random-partition-probability-proof-case.pdf_tex │ ├── multi-cut-random-partition-probability-proof-case.svg │ ├── multi-cut-random-partition-probability-proof.pdf │ ├── multi-cut-random-partition-probability-proof.pdf_tex │ ├── multi-cut-random-partition-probability-proof.svg │ ├── negative-weight-edge-splitting.pdf │ ├── negative-weight-edge-splitting.pdf_tex │ ├── negative-weight-edge-splitting.svg │ ├── partition.pdf │ ├── partition.pdf_tex │ ├── partition.svg │ ├── residual-graph.pdf │ ├── residual-graph.pdf_tex │ ├── residual-graph.svg │ ├── respect.pdf │ ├── respect.pdf_tex │ ├── respect.svg │ ├── tree-decomposition-cycle.pdf │ ├── tree-decomposition-cycle.pdf_tex │ ├── tree-decomposition-cycle.svg │ ├── tree-decomposition-tree.pdf │ ├── tree-decomposition-tree.pdf_tex │ ├── tree-decomposition-tree.svg │ ├── tree-decomposition.pdf │ ├── tree-decomposition.pdf_tex │ └── tree-decomposition.svg ├── GraphAlgo.bbl ├── GraphAlgo.pdf ├── GraphAlgo.synctex.gz ├── GraphAlgo.tex ├── Lectures │ ├── lec_1.tex │ ├── lec_10.tex │ ├── lec_11.tex │ ├── lec_12.tex │ ├── lec_13.tex │ ├── lec_14.tex │ ├── lec_15.tex │ ├── lec_16.tex │ ├── lec_17.tex │ ├── lec_18.tex │ ├── lec_19.tex │ ├── lec_2.tex │ ├── lec_20.tex │ ├── lec_21.tex │ ├── lec_22.tex │ ├── lec_23.tex │ ├── lec_24.tex │ ├── lec_3.tex │ ├── lec_4.tex │ ├── lec_5.tex │ ├── lec_6.tex │ ├── lec_7.tex │ ├── lec_8.tex │ └── lec_9.tex ├── appendix.tex ├── indent.log └── reference.bib ├── EECS544-Analysis-of-Social-Networks ├── Figures │ ├── action-function-eg.pdf │ ├── action-function-eg.pdf_tex │ ├── action-function-eg.svg │ ├── bipartite-graph-generalization.pdf │ ├── bipartite-graph-generalization.pdf_tex │ ├── bipartite-graph-generalization.svg │ ├── branching-processes.pdf │ ├── branching-processes.pdf_tex │ ├── branching-processes.svg │ ├── cover.png │ ├── katz-centrality.pdf │ ├── katz-centrality.pdf_tex │ ├── katz-centrality.svg │ ├── monte-carlo-estimator-1.pdf │ ├── monte-carlo-estimator-1.pdf_tex │ ├── monte-carlo-estimator-1.svg │ ├── monte-carlo-estimator-2 copy.pdf_tex │ ├── monte-carlo-estimator-2.pdf │ ├── monte-carlo-estimator-2.pdf_tex │ ├── monte-carlo-estimator-2.svg │ ├── monte-carlo-estimator-3 copy.pdf_tex │ ├── monte-carlo-estimator-3.pdf │ ├── monte-carlo-estimator-3.pdf_tex │ ├── monte-carlo-estimator-3.svg │ ├── monte-carlo-estimator-4.pdf │ ├── monte-carlo-estimator-4.pdf_tex │ ├── monte-carlo-estimator-4.svg │ ├── ne-football.pdf │ ├── ne-football.pdf_tex │ ├── ne-football.svg │ ├── ne-intersection.pdf │ ├── ne-intersection.pdf_tex │ ├── ne-intersection.svg │ ├── ne-market-entering.pdf │ ├── ne-market-entering.pdf_tex │ ├── ne-market-entering.svg │ ├── ne-matching-pennies.pdf │ ├── ne-matching-pennies.pdf_tex │ ├── ne-matching-pennies.svg │ ├── ne-social-welfare.pdf │ ├── ne-social-welfare.pdf_tex │ ├── ne-social-welfare.svg │ ├── pareto-optimal.pdf │ ├── pareto-optimal.pdf_tex │ ├── pareto-optimal.svg │ ├── personalized-pagerank.pdf │ ├── personalized-pagerank.pdf_tex │ ├── personalized-pagerank.svg │ ├── probability-simplex.pdf │ ├── probability-simplex.pdf_tex │ ├── probability-simplex.svg │ ├── random-graph-cn.pdf │ ├── random-graph-cn.pdf_tex │ ├── random-graph-cn.svg │ ├── random-graph-logn.pdf │ ├── random-graph-logn.pdf_tex │ ├── random-graph-logn.svg │ ├── random-graph-n^c.pdf │ ├── random-graph-n^c.pdf_tex │ ├── random-graph-n^c.svg │ ├── random-walker.pdf │ ├── random-walker.pdf_tex │ ├── random-walker.svg │ ├── rmk:lec11-1.pdf │ ├── rmk:lec11-1.pdf_tex │ ├── rmk:lec11-1.svg │ ├── satisfaction-eg-1.pdf │ ├── satisfaction-eg-1.pdf_tex │ ├── satisfaction-eg-1.svg │ ├── satisfaction-eg-2.pdf │ ├── satisfaction-eg-2.pdf_tex │ ├── satisfaction-eg-2.svg │ ├── satisfaction-eg-3.pdf │ ├── satisfaction-eg-3.pdf_tex │ ├── satisfaction-eg-3.svg │ ├── sub-critical-regime.pdf │ ├── sub-critical-regime.pdf_tex │ ├── sub-critical-regime.svg │ ├── super-critical-regime.pdf │ ├── super-critical-regime.pdf_tex │ ├── super-critical-regime.svg │ ├── triadic-closure.pdf │ ├── triadic-closure.pdf_tex │ ├── triadic-closure.svg │ ├── two-component-graph.pdf │ ├── two-component-graph.pdf_tex │ ├── two-component-graph.svg │ ├── utility-c.pdf │ ├── utility-c.pdf_tex │ └── utility-c.svg ├── Lectures │ ├── lec_1.tex │ ├── lec_10.tex │ ├── lec_11.tex │ ├── lec_12.tex │ ├── lec_13.tex │ ├── lec_14.tex │ ├── lec_15.tex │ ├── lec_16.tex │ ├── lec_17.tex │ ├── lec_18.tex │ ├── lec_19.tex │ ├── lec_2.tex │ ├── lec_20.tex │ ├── lec_21.tex │ ├── lec_22.tex │ ├── lec_23.tex │ ├── lec_24.tex │ ├── lec_25.tex │ ├── lec_3.tex │ ├── lec_4.tex │ ├── lec_5.tex │ ├── lec_6.tex │ ├── lec_7.tex │ ├── lec_8.tex │ └── lec_9.tex ├── SocNetAnalysis.bbl ├── SocNetAnalysis.pdf ├── SocNetAnalysis.synctex.gz ├── SocNetAnalysis.tex ├── appendix.tex └── reference.bib ├── EECS598-001-Approximation-Algorithms-and-Hardness-of-Approximation ├── AppxAlgo.bbl ├── AppxAlgo.pdf ├── AppxAlgo.synctex.gz ├── AppxAlgo.tex ├── Figures │ ├── 3-coloring-threshold.pdf │ ├── 3-coloring-threshold.pdf_tex │ ├── 3-coloring-threshold.svg │ ├── 3-coloring.pdf │ ├── 3-coloring.pdf_tex │ ├── 3-coloring.svg │ ├── bipoint-rounding-II.pdf │ ├── bipoint-rounding-II.pdf_tex │ ├── bipoint-rounding-II.svg │ ├── bipoint-rounding-III.pdf │ ├── bipoint-rounding-III.pdf_tex │ ├── bipoint-rounding-III.svg │ ├── bipoint-rounding.pdf │ ├── bipoint-rounding.pdf_tex │ ├── bipoint-rounding.svg │ ├── cover.png │ ├── facility-location.pdf │ ├── facility-location.pdf_tex │ ├── facility-location.svg │ ├── fbv-line-segment.pdf │ ├── fbv-line-segment.pdf_tex │ ├── fbv-line-segment.svg │ ├── fbv-minimality.pdf │ ├── fbv-minimality.pdf_tex │ ├── fbv-minimality.svg │ ├── fbv-path.pdf │ ├── fbv-path.pdf_tex │ ├── fbv-path.svg │ ├── gw-ratio.pdf │ ├── gw-ratio.pdf_tex │ ├── gw-ratio.svg │ ├── indirected-connected.pdf │ ├── indirected-connected.pdf_tex │ ├── indirected-connected.svg │ ├── label-cover.pdf │ ├── label-cover.pdf_tex │ ├── label-cover.svg │ ├── lec13-1.pdf │ ├── lec13-1.pdf_tex │ ├── lec13-1.svg │ ├── max-k-coverage.pdf │ ├── max-k-coverage.pdf_tex │ ├── max-k-coverage.svg │ ├── memos-critique.pdf │ ├── mkc-compare-to-3lin.pdf │ ├── mkc-compare-to-3lin.pdf_tex │ ├── mkc-compare-to-3lin.svg │ ├── set-system-bip.pdf │ ├── set-system-bip.pdf_tex │ ├── set-system-bip.svg │ ├── unique-game.pdf │ ├── unique-game.pdf_tex │ └── unique-game.svg ├── Lectures │ ├── lec_1.tex │ ├── lec_10.tex │ ├── lec_11.tex │ ├── lec_12.tex │ ├── lec_13.tex │ ├── lec_14.tex │ ├── lec_15.tex │ ├── lec_16.tex │ ├── lec_17.tex │ ├── lec_18.tex │ ├── lec_19.tex │ ├── lec_2.tex │ ├── lec_20.tex │ ├── lec_21.tex │ ├── lec_22.tex │ ├── lec_23.tex │ ├── lec_24.tex │ ├── lec_25.tex │ ├── lec_26.tex │ ├── lec_3.tex │ ├── lec_4.tex │ ├── lec_5.tex │ ├── lec_6.tex │ ├── lec_7.tex │ ├── lec_8.tex │ └── lec_9.tex ├── appendix.tex └── reference.bib ├── MATH561-Linear-Programming ├── Figures │ ├── 1-norm.pdf │ ├── 1-norm.pdf_tex │ ├── 1-norm.svg │ ├── column-geometry.pdf │ ├── column-geometry.pdf_tex │ ├── column-geometry.svg │ ├── cones-join.pdf │ ├── cones-join.pdf_tex │ ├── cones-join.svg │ ├── convex-function.pdf │ ├── convex-function.pdf_tex │ ├── convex-function.svg │ ├── convex-piecewise-linear-function.pdf │ ├── convex-piecewise-linear-function.pdf_tex │ ├── convex-piecewise-linear-function.svg │ ├── convex-set.pdf │ ├── convex-set.pdf_tex │ ├── convex-set.svg │ ├── cover.png │ ├── cutting-planes-tighter-bound.pdf │ ├── cutting-planes-tighter-bound.pdf_tex │ ├── cutting-planes-tighter-bound.svg │ ├── extreme-ray.pdf │ ├── extreme-ray.pdf_tex │ ├── extreme-ray.svg │ ├── farkas-lemma-extended.pdf │ ├── farkas-lemma-extended.pdf_tex │ ├── farkas-lemma-extended.svg │ ├── farkas-lemma.pdf │ ├── farkas-lemma.pdf_tex │ ├── farkas-lemma.svg │ ├── feasible-direction.pdf │ ├── feasible-direction.pdf_tex │ ├── feasible-direction.svg │ ├── integer-programming-branch-and-bound.pdf │ ├── integer-programming-branch-and-bound.pdf_tex │ ├── integer-programming-branch-and-bound.svg │ ├── integer-programming-cutting-plane.pdf │ ├── integer-programming-cutting-plane.pdf_tex │ ├── integer-programming-cutting-plane.svg │ ├── integer-programming-eg1.2.pdf │ ├── integer-programming-eg1.2.pdf_tex │ ├── integer-programming-eg1.2.svg │ ├── integer-programming-eg1.3.pdf │ ├── integer-programming-eg1.3.pdf_tex │ ├── integer-programming-eg1.3.svg │ ├── integer-programming-eg1.4.pdf │ ├── integer-programming-eg1.4.pdf_tex │ ├── integer-programming-eg1.4.svg │ ├── integer-programming-eg1.pdf │ ├── integer-programming-eg1.pdf_tex │ ├── integer-programming-eg1.svg │ ├── integer-programming-eg2.pdf │ ├── integer-programming-eg2.pdf_tex │ ├── integer-programming-eg2.svg │ ├── integer-programming-pitfall.pdf │ ├── integer-programming-pitfall.pdf_tex │ ├── integer-programming-pitfall.svg │ ├── lagrangian-maximizer.pdf │ ├── lagrangian-maximizer.pdf_tex │ ├── lagrangian-maximizer.svg │ ├── local-analysis-dual.pdf │ ├── local-analysis-dual.pdf_tex │ ├── local-analysis-dual.svg │ ├── local-analysis.pdf │ ├── local-analysis.pdf_tex │ ├── local-analysis.svg │ ├── maximizer-lemma-triangle-inequality.pdf │ ├── maximizer-lemma-triangle-inequality.pdf_tex │ ├── maximizer-lemma-triangle-inequality.svg │ ├── opt-cones.pdf │ ├── opt-cones.pdf_tex │ ├── opt-cones.svg │ ├── pivot-swap.pdf │ ├── pivot-swap.pdf_tex │ ├── pivot-swap.svg │ ├── plateau.pdf │ ├── plateau.pdf_tex │ ├── plateau.svg │ ├── ray.pdf │ ├── ray.pdf_tex │ ├── ray.svg │ ├── representation-theorem.pdf │ ├── representation-theorem.pdf_tex │ ├── representation-theorem.svg │ ├── simplex.pdf │ ├── simplex.pdf_tex │ ├── simplex.svg │ ├── simplicial-cones.pdf │ ├── simplicial-cones.pdf_tex │ ├── simplicial-cones.svg │ ├── strong-weak-constraint.pdf │ ├── strong-weak-constraint.pdf_tex │ ├── strong-weak-constraint.svg │ ├── subgradient-theorem.pdf │ ├── subgradient-theorem.pdf_tex │ └── subgradient-theorem.svg ├── Lectures │ ├── lec_1.tex │ ├── lec_10.tex │ ├── lec_11.tex │ ├── lec_12.tex │ ├── lec_13.tex │ ├── lec_14.tex │ ├── lec_15.tex │ ├── lec_16.tex │ ├── lec_17.tex │ ├── lec_18.tex │ ├── lec_19.tex │ ├── lec_2.tex │ ├── lec_20.tex │ ├── lec_21.tex │ ├── lec_22.tex │ ├── lec_23.tex │ ├── lec_24.tex │ ├── lec_3.tex │ ├── lec_4.tex │ ├── lec_5.tex │ ├── lec_6.tex │ ├── lec_7.tex │ ├── lec_8.tex │ └── lec_9.tex ├── LinProg.bbl ├── LinProg.pdf ├── LinProg.synctex.gz ├── LinProg.tex └── reference.bib ├── MATH592-Introduction-to-Algebraic-Topology ├── AlgTop.bbl ├── AlgTop.pdf ├── AlgTop.synctex.gz ├── AlgTop.tex ├── Figures │ ├── 3-torus.pdf │ ├── 3-torus.pdf_tex │ ├── 3-torus.svg │ ├── ans:ex-1:lec-40.pdf │ ├── ans:ex-1:lec-40.pdf_tex │ ├── ans:ex-1:lec-40.svg │ ├── ans:ex-3:lec-40.pdf │ ├── ans:ex-3:lec-40.pdf_tex │ ├── ans:ex-3:lec-40.svg │ ├── c2-lec21.pdf │ ├── c2-lec21.pdf_tex │ ├── c2-lec21.svg │ ├── cellular-boundary-map.pdf │ ├── cellular-boundary-map.pdf_tex │ ├── cellular-boundary-map.svg │ ├── col:lec14:1.pdf │ ├── col:lec14:1.pdf_tex │ ├── col:lec14:1.svg │ ├── computing-local-homology-idea.pdf │ ├── computing-local-homology-idea.pdf_tex │ ├── computing-local-homology-idea.svg │ ├── connecting-homomorphism-relative-homology-rn.pdf │ ├── connecting-homomorphism-relative-homology-rn.pdf_tex │ ├── connecting-homomorphism-relative-homology-rn.svg │ ├── cover.png │ ├── def:covering-space.pdf │ ├── def:covering-space.pdf_tex │ ├── def:covering-space.svg │ ├── def:fundamental-group-elements.pdf │ ├── def:fundamental-group-elements.pdf_tex │ ├── def:fundamental-group-elements.svg │ ├── def:fundamental-group-inverses.pdf │ ├── def:fundamental-group-inverses.pdf_tex │ ├── def:fundamental-group-inverses.svg │ ├── def:fundamental-group.pdf │ ├── def:fundamental-group.pdf_tex │ ├── def:fundamental-group.svg │ ├── def:homotopy-equivalence.pdf │ ├── def:homotopy-equivalence.pdf_tex │ ├── def:homotopy-equivalence.svg │ ├── def:homotopy-of-paths.pdf │ ├── def:homotopy-of-paths.pdf_tex │ ├── def:homotopy-of-paths.svg │ ├── def:homotopy.pdf │ ├── def:homotopy.pdf_tex │ ├── def:homotopy.svg │ ├── def:local-degree.pdf │ ├── def:local-degree.pdf_tex │ ├── def:local-degree.svg │ ├── def:path-composition.pdf │ ├── def:path-composition.pdf_tex │ ├── def:path-composition.svg │ ├── def:relative-homology-1.pdf │ ├── def:relative-homology-1.pdf_tex │ ├── def:relative-homology-1.svg │ ├── def:relative-homology-2.pdf │ ├── def:relative-homology-2.pdf_tex │ ├── def:relative-homology-2.svg │ ├── def:simplex.pdf │ ├── def:simplex.pdf_tex │ ├── def:simplex.svg │ ├── def:standard-simplex.pdf │ ├── def:standard-simplex.pdf_tex │ ├── def:standard-simplex.svg │ ├── def:subsimplex.pdf │ ├── def:subsimplex.pdf_tex │ ├── def:subsimplex.svg │ ├── eg-2:seifert-van-kampen-theorem.pdf │ ├── eg-2:seifert-van-kampen-theorem.pdf_tex │ ├── eg-2:seifert-van-kampen-theorem.svg │ ├── eg:barycentric-subdivision.pdf │ ├── eg:barycentric-subdivision.pdf_tex │ ├── eg:barycentric-subdivision.svg │ ├── eg:cellular-homology-calc-torus.pdf │ ├── eg:cellular-homology-calc-torus.pdf_tex │ ├── eg:cellular-homology-calc-torus.svg │ ├── eg:closed-disk-eq-point.pdf │ ├── eg:closed-disk-eq-point.pdf_tex │ ├── eg:closed-disk-eq-point.svg │ ├── eg:constructing-sphere-1.pdf │ ├── eg:constructing-sphere-1.pdf_tex │ ├── eg:constructing-sphere-1.svg │ ├── eg:constructing-sphere-2-gluing-instr.pdf │ ├── eg:constructing-sphere-2-gluing-instr.pdf_tex │ ├── eg:constructing-sphere-2-gluing-instr.svg │ ├── eg:constructing-sphere-2.pdf │ ├── eg:constructing-sphere-2.pdf_tex │ ├── eg:constructing-sphere-2.svg │ ├── eg:constructing-torus-gluing-instr.pdf │ ├── eg:constructing-torus-gluing-instr.pdf_tex │ ├── eg:constructing-torus-gluing-instr.svg │ ├── eg:constructing-torus-simplicial.pdf │ ├── eg:constructing-torus-simplicial.pdf_tex │ ├── eg:constructing-torus-simplicial.svg │ ├── eg:constructing-torus.pdf │ ├── eg:constructing-torus.pdf_tex │ ├── eg:constructing-torus.svg │ ├── eg:cylinder-mobiusband.pdf │ ├── eg:cylinder-mobiusband.pdf_tex │ ├── eg:cylinder-mobiusband.svg │ ├── eg:degree-m-map-disks-computation.pdf │ ├── eg:degree-m-map-disks-computation.pdf_tex │ ├── eg:degree-m-map-disks-computation.svg │ ├── eg:degree-m-map-disks.pdf │ ├── eg:degree-m-map-disks.pdf_tex │ ├── eg:degree-m-map-disks.svg │ ├── eg:excision-1.pdf │ ├── eg:excision-1.pdf_tex │ ├── eg:excision-1.svg │ ├── eg:homology-rp2.pdf │ ├── eg:homology-rp2.pdf_tex │ ├── eg:homology-rp2.svg │ ├── eg:homotopy.pdf │ ├── eg:homotopy.pdf_tex │ ├── eg:homotopy.svg │ ├── eg:lec14:1.pdf │ ├── eg:lec14:1.pdf_tex │ ├── eg:lec14:1.svg │ ├── eg:lec14:2.pdf │ ├── eg:lec14:2.pdf_tex │ ├── eg:lec14:2.svg │ ├── eg:lec17:n-sheeted-cover.pdf │ ├── eg:lec17:n-sheeted-cover.pdf_tex │ ├── eg:lec17:n-sheeted-cover.svg │ ├── eg:lec17:regular.pdf │ ├── eg:lec17:regular.pdf_tex │ ├── eg:lec17:regular.svg │ ├── eg:lec31-degree-n.pdf │ ├── eg:lec31-degree-n.pdf_tex │ ├── eg:lec31-degree-n.svg │ ├── eg:lec31:cw-complex-torus.pdf │ ├── eg:lec31:cw-complex-torus.pdf_tex │ ├── eg:lec31:cw-complex-torus.svg │ ├── eg:more-careful-torus-cellular.pdf │ ├── eg:more-careful-torus-cellular.pdf_tex │ ├── eg:more-careful-torus-cellular.svg │ ├── eg:path-connected.pdf │ ├── eg:path-connected.pdf_tex │ ├── eg:path-connected.svg │ ├── eg:punched-circle.pdf │ ├── eg:punched-circle.pdf_tex │ ├── eg:punched-circle.svg │ ├── eg:quotient-cw-complex-sphere.pdf │ ├── eg:quotient-cw-complex-sphere.pdf_tex │ ├── eg:quotient-cw-complex-sphere.svg │ ├── eg:quotient-cw-complex-torus.pdf │ ├── eg:quotient-cw-complex-torus.pdf_tex │ ├── eg:quotient-cw-complex-torus.svg │ ├── eg:real-projective-space-degree.pdf │ ├── eg:real-projective-space-degree.pdf_tex │ ├── eg:real-projective-space-degree.svg │ ├── eg:rel-homotopy.pdf │ ├── eg:rel-homotopy.pdf_tex │ ├── eg:rel-homotopy.svg │ ├── eg:seifert-van-kampen-theorem.pdf │ ├── eg:seifert-van-kampen-theorem.pdf_tex │ ├── eg:seifert-van-kampen-theorem.svg │ ├── eg:star-shaped.pdf │ ├── eg:star-shaped.pdf_tex │ ├── eg:star-shaped.svg │ ├── ex:cw-complex-gluing.pdf │ ├── ex:cw-complex-gluing.pdf_tex │ ├── ex:cw-complex-gluing.svg │ ├── higher-homotopy-group-dim2.pdf │ ├── higher-homotopy-group-dim2.pdf_tex │ ├── higher-homotopy-group-dim2.svg │ ├── lec-41-2.pdf │ ├── lec-41-2.pdf_tex │ ├── lec-41-2.svg │ ├── lec-41-3.pdf │ ├── lec-41-3.pdf_tex │ ├── lec-41-3.svg │ ├── lec11-eg2:torus-ver2.pdf │ ├── lec11-eg2:torus-ver2.pdf_tex │ ├── lec11-eg2:torus-ver2.svg │ ├── lec11-eg2:torus.pdf │ ├── lec11-eg2:torus.pdf_tex │ ├── lec11-eg2:torus.svg │ ├── lec11-eg:2-sphere.pdf │ ├── lec11-eg:2-sphere.pdf_tex │ ├── lec11-eg:2-sphere.svg │ ├── lec11:eg-3:1.pdf │ ├── lec11:eg-3:1.pdf_tex │ ├── lec11:eg-3:1.svg │ ├── lec11:eg-3:2.pdf │ ├── lec11:eg-3:2.pdf_tex │ ├── lec11:eg-3:2.svg │ ├── lec11:eg-3:3.pdf │ ├── lec11:eg-3:3.pdf_tex │ ├── lec11:eg-3:3.svg │ ├── lec11:ex.pdf │ ├── lec11:ex.pdf_tex │ ├── lec11:ex.svg │ ├── lec12-eg.pdf │ ├── lec12-eg.pdf_tex │ ├── lec12-eg.svg │ ├── lec21-3-torus.pdf │ ├── lec21-3-torus.pdf_tex │ ├── lec21-3-torus.svg │ ├── lec21-demo-of-homology-group.pdf │ ├── lec21-demo-of-homology-group.pdf_tex │ ├── lec21-demo-of-homology-group.svg │ ├── lec21-torus.pdf │ ├── lec21-torus.pdf_tex │ ├── lec21-torus.svg │ ├── les-on-relative-spheres.pdf │ ├── les-on-relative-spheres.pdf_tex │ ├── les-on-relative-spheres.svg │ ├── note:chain-as-a-map.pdf │ ├── note:chain-as-a-map.pdf_tex │ ├── note:chain-as-a-map.svg │ ├── pf:col:lec14-2.pdf │ ├── pf:col:lec14-2.pdf_tex │ ├── pf:col:lec14-2.svg │ ├── pf:col:lec14-3.pdf │ ├── pf:col:lec14-3.pdf_tex │ ├── pf:col:lec14-3.svg │ ├── pf:col:lec14-4.pdf │ ├── pf:col:lec14-4.pdf_tex │ ├── pf:col:lec14-4.svg │ ├── pf:col:lec14-5.pdf │ ├── pf:col:lec14-5.pdf_tex │ ├── pf:col:lec14-5.svg │ ├── pf:col:lec14-6.pdf │ ├── pf:col:lec14-6.pdf_tex │ ├── pf:col:lec14-6.svg │ ├── pf:col:lec14-7.pdf │ ├── pf:col:lec14-7.pdf_tex │ ├── pf:col:lec14-7.svg │ ├── pf:col:lec14-8.pdf │ ├── pf:col:lec14-8.pdf_tex │ ├── pf:col:lec14-8.svg │ ├── pf:col:lec14-9.pdf │ ├── pf:col:lec14-9.pdf_tex │ ├── pf:col:lec14-9.svg │ ├── pf:col:lec14.pdf │ ├── pf:col:lec14.pdf_tex │ ├── pf:col:lec14.svg │ ├── pf:excision.pdf │ ├── pf:excision.pdf_tex │ ├── pf:excision.svg │ ├── pf:functoriality-is-homotopy-invariant-2.pdf │ ├── pf:functoriality-is-homotopy-invariant-2.pdf_tex │ ├── pf:functoriality-is-homotopy-invariant-2.svg │ ├── pf:functoriality-is-homotopy-invariant.pdf │ ├── pf:functoriality-is-homotopy-invariant.pdf_tex │ ├── pf:functoriality-is-homotopy-invariant.svg │ ├── pf:lec12-1.pdf │ ├── pf:lec12-1.pdf_tex │ ├── pf:lec12-1.svg │ ├── pf:lec12-2.pdf │ ├── pf:lec12-2.pdf_tex │ ├── pf:lec12-2.svg │ ├── pf:lec16:prop:1.pdf │ ├── pf:lec16:prop:1.pdf_tex │ ├── pf:lec16:prop:1.svg │ ├── pf:lma:lec8-1.pdf │ ├── pf:lma:lec8-1.pdf_tex │ ├── pf:lma:lec8-1.svg │ ├── pf:lma:lec8-2.pdf │ ├── pf:lma:lec8-2.pdf_tex │ ├── pf:lma:lec8-2.svg │ ├── pf:lma:lec8-3.pdf │ ├── pf:lma:lec8-3.pdf_tex │ ├── pf:lma:lec8-3.svg │ ├── pf:lma:lec8-4.pdf │ ├── pf:lma:lec8-4.pdf_tex │ ├── pf:lma:lec8-4.svg │ ├── pf:lma:lec9-2.pdf │ ├── pf:lma:lec9-2.pdf_tex │ ├── pf:lma:lec9-2.svg │ ├── pf:lma:lec9-3.pdf │ ├── pf:lma:lec9-3.pdf_tex │ ├── pf:lma:lec9-3.svg │ ├── pf:lma:lec9-4.pdf │ ├── pf:lma:lec9-4.pdf_tex │ ├── pf:lma:lec9-4.svg │ ├── pf:lma:lec9.pdf │ ├── pf:lma:lec9.pdf_tex │ ├── pf:lma:lec9.svg │ ├── pf:prop:lec17-1.pdf │ ├── pf:prop:lec17-1.pdf_tex │ ├── pf:prop:lec17-1.svg │ ├── pf:prop:lec17-2.pdf │ ├── pf:prop:lec17-2.pdf_tex │ ├── pf:prop:lec17-2.svg │ ├── pf:prop:lifting-criterion-2.pdf │ ├── pf:prop:lifting-criterion-2.pdf_tex │ ├── pf:prop:lifting-criterion-2.svg │ ├── pf:prop:lifting-criterion.pdf │ ├── pf:prop:lifting-criterion.pdf_tex │ ├── pf:prop:lifting-criterion.svg │ ├── pf:seifert-van-kampen-thm-1.pdf │ ├── pf:seifert-van-kampen-thm-1.pdf_tex │ ├── pf:seifert-van-kampen-thm-1.svg │ ├── pf:seifert-van-kampen-thm-2.pdf │ ├── pf:seifert-van-kampen-thm-2.pdf_tex │ ├── pf:seifert-van-kampen-thm-2.svg │ ├── pf:seifert-van-kampen-thm-3.pdf │ ├── pf:seifert-van-kampen-thm-3.pdf_tex │ ├── pf:seifert-van-kampen-thm-3.svg │ ├── pf:thm:seifert-van-kampen-theorem-on-groupoid-2.pdf │ ├── pf:thm:seifert-van-kampen-theorem-on-groupoid-2.pdf_tex │ ├── pf:thm:seifert-van-kampen-theorem-on-groupoid-2.svg │ ├── pf:thm:seifert-van-kampen-theorem-on-groupoid-3.pdf │ ├── pf:thm:seifert-van-kampen-theorem-on-groupoid-3.pdf_tex │ ├── pf:thm:seifert-van-kampen-theorem-on-groupoid-3.svg │ ├── pf:thm:seifert-van-kampen-theorem-on-groupoid-4.pdf │ ├── pf:thm:seifert-van-kampen-theorem-on-groupoid-4.pdf_tex │ ├── pf:thm:seifert-van-kampen-theorem-on-groupoid-4.svg │ ├── pf:thm:seifert-van-kampen-theorem-on-groupoid.pdf │ ├── pf:thm:seifert-van-kampen-theorem-on-groupoid.pdf_tex │ ├── pf:thm:seifert-van-kampen-theorem-on-groupoid.svg │ ├── pf:torus-fundamental-group.pdf │ ├── pf:torus-fundamental-group.pdf_tex │ ├── pf:torus-fundamental-group.svg │ ├── reflection-about-equator.pdf │ ├── reflection-about-equator.pdf_tex │ ├── reflection-about-equator.svg │ ├── rmk:lec17:1.pdf │ ├── rmk:lec17:1.pdf_tex │ ├── rmk:lec17:1.svg │ ├── rmk:simplicial-complex.pdf │ ├── rmk:simplicial-complex.pdf_tex │ ├── rmk:simplicial-complex.svg │ ├── simplicial-homology-venn-diagram.pdf │ ├── simplicial-homology-venn-diagram.pdf_tex │ └── simplicial-homology-venn-diagram.svg ├── Lectures │ ├── lec_1.tex │ ├── lec_10.tex │ ├── lec_11.tex │ ├── lec_12.tex │ ├── lec_13.tex │ ├── lec_14.tex │ ├── lec_15.tex │ ├── lec_16.tex │ ├── lec_17.tex │ ├── lec_18.tex │ ├── lec_19.tex │ ├── lec_2.tex │ ├── lec_20.tex │ ├── lec_21.tex │ ├── lec_22.tex │ ├── lec_23.tex │ ├── lec_24.tex │ ├── lec_25.tex │ ├── lec_26.tex │ ├── lec_27.tex │ ├── lec_28.tex │ ├── lec_29.tex │ ├── lec_3.tex │ ├── lec_30.tex │ ├── lec_31.tex │ ├── lec_32.tex │ ├── lec_33.tex │ ├── lec_34.tex │ ├── lec_35.tex │ ├── lec_36.tex │ ├── lec_37.tex │ ├── lec_38.tex │ ├── lec_39.tex │ ├── lec_4.tex │ ├── lec_40.tex │ ├── lec_41.tex │ ├── lec_5.tex │ ├── lec_6.tex │ ├── lec_7.tex │ ├── lec_8.tex │ └── lec_9.tex ├── appendix.tex └── reference.bib ├── MATH595-Stochastic-Processes-on-Graphs ├── Figures │ ├── cover.png │ ├── ctbp-ancestor.pdf │ ├── ctbp-ancestor.pdf_tex │ ├── ctbp-ancestor.svg │ ├── ctbp-typical-vertex.pdf │ ├── ctbp-typical-vertex.pdf_tex │ ├── ctbp-typical-vertex.svg │ ├── ctbp.pdf │ ├── ctbp.pdf_tex │ ├── ctbp.svg │ ├── erdős-rényi-1-neighborhood.pdf │ ├── erdős-rényi-1-neighborhood.pdf_tex │ ├── erdős-rényi-1-neighborhood.svg │ ├── first-passage-percolation.pdf │ ├── first-passage-percolation.pdf_tex │ ├── first-passage-percolation.svg │ ├── hopfield-network.pdf │ ├── hopfield-network.pdf_tex │ ├── hopfield-network.svg │ ├── mean-of-component-size.pdf │ ├── mean-of-component-size.pdf_tex │ ├── mean-of-component-size.svg │ ├── subgraph-count-1.pdf │ ├── subgraph-count-1.pdf_tex │ ├── subgraph-count-1.svg │ ├── subgraph-count-2.pdf │ ├── subgraph-count-2.pdf_tex │ ├── subgraph-count-2.svg │ ├── torus-first-passage-percolation.pdf │ ├── torus-first-passage-percolation.pdf_tex │ └── torus-first-passage-percolation.svg ├── GraphStocPro.bbl ├── GraphStocPro.pdf ├── GraphStocPro.synctex.gz ├── GraphStocPro.tex ├── Lectures │ ├── lec_1.tex │ ├── lec_10.tex │ ├── lec_11.tex │ ├── lec_12.tex │ ├── lec_13.tex │ ├── lec_14.tex │ ├── lec_15.tex │ ├── lec_16.tex │ ├── lec_17.tex │ ├── lec_18.tex │ ├── lec_19.tex │ ├── lec_2.tex │ ├── lec_20.tex │ ├── lec_21.tex │ ├── lec_22.tex │ ├── lec_23.tex │ ├── lec_24.tex │ ├── lec_25.tex │ ├── lec_26.tex │ ├── lec_27.tex │ ├── lec_28.tex │ ├── lec_3.tex │ ├── lec_4.tex │ ├── lec_5.tex │ ├── lec_6.tex │ ├── lec_7.tex │ ├── lec_8.tex │ └── lec_9.tex ├── appendix.tex ├── indent.log └── reference.bib ├── MATH597-Analysis-II ├── Figures │ ├── thm:caratheodory-extension-1a.pdf │ ├── thm:caratheodory-extension-1a.pdf_tex │ ├── thm:caratheodory-extension-1a.svg │ ├── thm:hahn-decomposition.pdf │ ├── thm:hahn-decomposition.pdf_tex │ └── thm:hahn-decomposition.svg ├── Lectures │ ├── lec_1.tex │ ├── lec_10.tex │ ├── lec_11.tex │ ├── lec_12.tex │ ├── lec_13.tex │ ├── lec_14.tex │ ├── lec_15.tex │ ├── lec_16.tex │ ├── lec_17.tex │ ├── lec_18.tex │ ├── lec_19.tex │ ├── lec_2.tex │ ├── lec_20.tex │ ├── lec_21.tex │ ├── lec_22.tex │ ├── lec_23.tex │ ├── lec_24.tex │ ├── lec_25.tex │ ├── lec_26.tex │ ├── lec_27.tex │ ├── lec_28.tex │ ├── lec_29.tex │ ├── lec_3.tex │ ├── lec_30.tex │ ├── lec_31.tex │ ├── lec_32.tex │ ├── lec_33.tex │ ├── lec_34.tex │ ├── lec_35.tex │ ├── lec_36.tex │ ├── lec_37.tex │ ├── lec_38.tex │ ├── lec_39.tex │ ├── lec_4.tex │ ├── lec_40.tex │ ├── lec_5.tex │ ├── lec_6.tex │ ├── lec_7.tex │ ├── lec_8.tex │ └── lec_9.tex ├── ReAnalysis.bbl ├── ReAnalysis.pdf ├── ReAnalysis.synctex.gz ├── ReAnalysis.tex ├── appendix.tex └── reference.bib ├── MATH602-Real-Analysis-II ├── Figures │ ├── orthogonality-principle.pdf │ ├── orthogonality-principle.pdf_tex │ ├── orthogonality-principle.svg │ ├── separation-of-a-point-from-convex-set.pdf │ ├── separation-of-a-point-from-convex-set.pdf_tex │ └── separation-of-a-point-from-convex-set.svg ├── Lectures │ ├── lec_1.tex │ ├── lec_10.tex │ ├── lec_11.tex │ ├── lec_12.tex │ ├── lec_13.tex │ ├── lec_14.tex │ ├── lec_15.tex │ ├── lec_16.tex │ ├── lec_17.tex │ ├── lec_18.tex │ ├── lec_19.tex │ ├── lec_2.tex │ ├── lec_20.tex │ ├── lec_21.tex │ ├── lec_22.tex │ ├── lec_23.tex │ ├── lec_24.tex │ ├── lec_25.tex │ ├── lec_26.tex │ ├── lec_27.tex │ ├── lec_28.tex │ ├── lec_3.tex │ ├── lec_4.tex │ ├── lec_5.tex │ ├── lec_6.tex │ ├── lec_7.tex │ ├── lec_8.tex │ └── lec_9.tex ├── ReAnalysis-II.bbl ├── ReAnalysis-II.pdf ├── ReAnalysis-II.synctex.gz ├── ReAnalysis-II.tex ├── appendix.tex └── reference.bib ├── MATH635-Riemannian-Geometry ├── Figures │ ├── 2nd-variation.pdf │ ├── 2nd-variation.pdf_tex │ ├── 2nd-variation.svg │ ├── circle-exponential-map.pdf │ ├── circle-exponential-map.pdf_tex │ ├── circle-exponential-map.svg │ ├── conjugate-point.pdf │ ├── conjugate-point.pdf_tex │ ├── conjugate-point.svg │ ├── construct-geodesic-killing-field.pdf │ ├── construct-geodesic-killing-field.pdf_tex │ ├── construct-geodesic-killing-field.svg │ ├── construct-geodesic-zero.pdf │ ├── construct-geodesic-zero.pdf_tex │ ├── construct-geodesic-zero.svg │ ├── construct-geodesic.pdf │ ├── construct-geodesic.pdf_tex │ ├── construct-geodesic.svg │ ├── coordinate-chart.pdf │ ├── coordinate-chart.pdf_tex │ ├── coordinate-chart.svg │ ├── coordinate-transition.pdf │ ├── coordinate-transition.pdf_tex │ ├── coordinate-transition.svg │ ├── cover.png │ ├── curve-self-intersect-and-corner.pdf │ ├── curve-self-intersect-and-corner.pdf_tex │ ├── curve-self-intersect-and-corner.svg │ ├── cylinder-circle-bundle.pdf │ ├── cylinder-circle-bundle.pdf_tex │ ├── cylinder-circle-bundle.svg │ ├── cylinder-circle-section.pdf │ ├── cylinder-circle-section.pdf_tex │ ├── cylinder-circle-section.svg │ ├── cylinder-geodesic-minimizing.pdf │ ├── cylinder-geodesic-minimizing.pdf_tex │ ├── cylinder-geodesic-minimizing.svg │ ├── differential.pdf │ ├── differential.pdf_tex │ ├── differential.svg │ ├── directional-derivative.pdf │ ├── directional-derivative.pdf_tex │ ├── directional-derivative.svg │ ├── gr.pdf │ ├── gr.pdf_tex │ ├── gr.svg │ ├── grassmannian-transition.pdf │ ├── grassmannian-transition.pdf_tex │ ├── grassmannian-transition.svg │ ├── hopf-rinow-theorem.pdf │ ├── hopf-rinow-theorem.pdf_tex │ ├── hopf-rinow-theorem.svg │ ├── hopf-rinow-uniqueness.pdf │ ├── hopf-rinow-uniqueness.pdf_tex │ ├── hopf-rinow-uniqueness.svg │ ├── ligo.pdf │ ├── ligo.pdf_tex │ ├── ligo.svg │ ├── local-flow.pdf │ ├── local-flow.pdf_tex │ ├── local-flow.svg │ ├── maps-between-manifolds.pdf │ ├── maps-between-manifolds.pdf_tex │ ├── maps-between-manifolds.svg │ ├── morse-function-circles.pdf │ ├── morse-function-circles.pdf_tex │ ├── morse-function-circles.svg │ ├── morse-function-torus.pdf │ ├── morse-function-torus.pdf_tex │ ├── morse-function-torus.svg │ ├── motivation-bundle-field.pdf │ ├── motivation-bundle-field.pdf_tex │ ├── motivation-bundle-field.svg │ ├── non-differentiable.pdf │ ├── non-differentiable.pdf_tex │ ├── non-differentiable.svg │ ├── non-embedding.pdf │ ├── non-embedding.pdf_tex │ ├── non-embedding.svg │ ├── non-immersion.pdf │ ├── non-immersion.pdf_tex │ ├── non-immersion.svg │ ├── non-increasing-function.pdf │ ├── non-increasing-function.pdf_tex │ ├── non-increasing-function.svg │ ├── parallel-transport.pdf │ ├── parallel-transport.pdf_tex │ ├── parallel-transport.svg │ ├── riemannian-curvature-geometric-significant.pdf │ ├── riemannian-curvature-geometric-significant.pdf_tex │ ├── riemannian-curvature-geometric-significant.svg │ ├── space-form.pdf │ ├── space-form.pdf_tex │ ├── space-form.svg │ ├── sphere-order.pdf │ ├── sphere-order.pdf_tex │ ├── sphere-order.svg │ ├── stereographic-projection.pdf │ ├── stereographic-projection.pdf_tex │ ├── stereographic-projection.svg │ ├── submanifold-2nd-fundamental-form.pdf │ ├── submanifold-2nd-fundamental-form.pdf_tex │ ├── submanifold-2nd-fundamental-form.svg │ ├── tangent-space.pdf │ ├── tangent-space.pdf_tex │ ├── tangent-space.svg │ ├── tilted-torus.pdf │ ├── tilted-torus.pdf_tex │ ├── tilted-torus.svg │ ├── vector-bundle.pdf │ ├── vector-bundle.pdf_tex │ └── vector-bundle.svg ├── Lectures │ ├── lec_1.tex │ ├── lec_10.tex │ ├── lec_11.tex │ ├── lec_12.tex │ ├── lec_13.tex │ ├── lec_14.tex │ ├── lec_15.tex │ ├── lec_16.tex │ ├── lec_17.tex │ ├── lec_18.tex │ ├── lec_19.tex │ ├── lec_2.tex │ ├── lec_20.tex │ ├── lec_21.tex │ ├── lec_22.tex │ ├── lec_23.tex │ ├── lec_24.tex │ ├── lec_25.tex │ ├── lec_26.tex │ ├── lec_27.tex │ ├── lec_28.tex │ ├── lec_3.tex │ ├── lec_4.tex │ ├── lec_5.tex │ ├── lec_6.tex │ ├── lec_7.tex │ ├── lec_8.tex │ └── lec_9.tex ├── RiemGeo.bbl ├── RiemGeo.pdf ├── RiemGeo.synctex.gz ├── RiemGeo.tex ├── appendix.tex └── reference.bib ├── MATH681-Mathematical-Logic ├── Figures │ ├── cell.pdf │ ├── cell.pdf_tex │ ├── cell.svg │ ├── cover.png │ ├── disjoint-union-finite-graphs.pdf │ ├── disjoint-union-finite-graphs.pdf_tex │ ├── disjoint-union-finite-graphs.svg │ ├── linear-order-ap.pdf │ ├── linear-order-ap.pdf_tex │ ├── linear-order-ap.svg │ ├── random-graph-qe.pdf │ ├── random-graph-qe.pdf_tex │ ├── random-graph-qe.svg │ ├── random-graph-theory.pdf │ ├── random-graph-theory.pdf_tex │ ├── random-graph-theory.svg │ ├── square-free.pdf │ ├── square-free.pdf_tex │ └── square-free.svg ├── Lectures │ ├── lec_1.tex │ ├── lec_10.tex │ ├── lec_11.tex │ ├── lec_12.tex │ ├── lec_13.tex │ ├── lec_14.tex │ ├── lec_15.tex │ ├── lec_16.tex │ ├── lec_17.tex │ ├── lec_18.tex │ ├── lec_19.tex │ ├── lec_2.tex │ ├── lec_20.tex │ ├── lec_21.tex │ ├── lec_22.tex │ ├── lec_23.tex │ ├── lec_24.tex │ ├── lec_25.tex │ ├── lec_26.tex │ ├── lec_27.tex │ ├── lec_28.tex │ ├── lec_3.tex │ ├── lec_4.tex │ ├── lec_5.tex │ ├── lec_6.tex │ ├── lec_7.tex │ ├── lec_8.tex │ └── lec_9.tex ├── Logic.pdf ├── Logic.synctex.gz ├── Logic.tex ├── appendix.tex └── reference.bib ├── README.md ├── STAT575-Large-Sample-Theory ├── Figures │ └── cover.png ├── LargeSample.bbl ├── LargeSample.pdf ├── LargeSample.synctex.gz ├── LargeSample.tex ├── Lectures │ ├── lec_1.tex │ ├── lec_10.tex │ ├── lec_11.tex │ ├── lec_12.tex │ ├── lec_13.tex │ ├── lec_14.tex │ ├── lec_15.tex │ ├── lec_16.tex │ ├── lec_17.tex │ ├── lec_18.tex │ ├── lec_19.tex │ ├── lec_2.tex │ ├── lec_20.tex │ ├── lec_21.tex │ ├── lec_22.tex │ ├── lec_23.tex │ ├── lec_24.tex │ ├── lec_25.tex │ ├── lec_26.tex │ ├── lec_27.tex │ ├── lec_28.tex │ ├── lec_3.tex │ ├── lec_4.tex │ ├── lec_5.tex │ ├── lec_6.tex │ ├── lec_7.tex │ ├── lec_8.tex │ └── lec_9.tex ├── appendix.tex └── reference.bib ├── STAT576-Empirical-Process-Theory ├── EmpProcess.bbl ├── EmpProcess.pdf ├── EmpProcess.synctex.gz ├── EmpProcess.tex ├── Figures │ ├── chaining.pdf │ ├── chaining.pdf_tex │ ├── chaining.svg │ ├── cover.png │ ├── margin-plot.pdf │ ├── margin-plot.pdf_tex │ ├── margin-plot.svg │ ├── mode-estimation-growth.pdf │ ├── mode-estimation-growth.pdf_tex │ ├── mode-estimation-growth.svg │ ├── obtuse-angle-lemma.pdf │ ├── obtuse-angle-lemma.pdf_tex │ ├── obtuse-angle-lemma.svg │ ├── star-estimator.pdf │ ├── star-estimator.pdf_tex │ ├── star-estimator.svg │ ├── star-shape.pdf │ ├── star-shape.pdf_tex │ └── star-shape.svg ├── Lectures │ ├── lec_1.tex │ ├── lec_10.tex │ ├── lec_11.tex │ ├── lec_12.tex │ ├── lec_13.tex │ ├── lec_14.tex │ ├── lec_15.tex │ ├── lec_16.tex │ ├── lec_17.tex │ ├── lec_18.tex │ ├── lec_19.tex │ ├── lec_2.tex │ ├── lec_20.tex │ ├── lec_21.tex │ ├── lec_22.tex │ ├── lec_23.tex │ ├── lec_24.tex │ ├── lec_25.tex │ ├── lec_26.tex │ ├── lec_27.tex │ ├── lec_28.tex │ ├── lec_29.tex │ ├── lec_3.tex │ ├── lec_30.tex │ ├── lec_31.tex │ ├── lec_4.tex │ ├── lec_5.tex │ ├── lec_6.tex │ ├── lec_7.tex │ ├── lec_8.tex │ └── lec_9.tex ├── appendix.tex └── reference.bib └── preview.png /.gitignore: -------------------------------------------------------------------------------- 1 | social_preview.png 2 | .vscode -------------------------------------------------------------------------------- /CS598-Topics-in-Graph-Algorithms/Figures/SSSP-dummy-source.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/CS598-Topics-in-Graph-Algorithms/Figures/SSSP-dummy-source.pdf -------------------------------------------------------------------------------- /CS598-Topics-in-Graph-Algorithms/Figures/SSSP-dummy-source.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/CS598-Topics-in-Graph-Algorithms/Figures/SSSP-dummy-source.pdf_tex -------------------------------------------------------------------------------- /CS598-Topics-in-Graph-Algorithms/Figures/SSSP-dummy-source.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/CS598-Topics-in-Graph-Algorithms/Figures/SSSP-dummy-source.svg -------------------------------------------------------------------------------- /CS598-Topics-in-Graph-Algorithms/Figures/SSSP-fix-dag.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/CS598-Topics-in-Graph-Algorithms/Figures/SSSP-fix-dag.pdf -------------------------------------------------------------------------------- /CS598-Topics-in-Graph-Algorithms/Figures/SSSP-fix-dag.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/CS598-Topics-in-Graph-Algorithms/Figures/SSSP-fix-dag.pdf_tex -------------------------------------------------------------------------------- /CS598-Topics-in-Graph-Algorithms/Figures/SSSP-fix-dag.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/CS598-Topics-in-Graph-Algorithms/Figures/SSSP-fix-dag.svg -------------------------------------------------------------------------------- /CS598-Topics-in-Graph-Algorithms/Figures/SSSP-hop.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/CS598-Topics-in-Graph-Algorithms/Figures/SSSP-hop.pdf -------------------------------------------------------------------------------- /CS598-Topics-in-Graph-Algorithms/Figures/SSSP-hop.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/CS598-Topics-in-Graph-Algorithms/Figures/SSSP-hop.pdf_tex -------------------------------------------------------------------------------- /CS598-Topics-in-Graph-Algorithms/Figures/SSSP-hop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/CS598-Topics-in-Graph-Algorithms/Figures/SSSP-hop.svg -------------------------------------------------------------------------------- /CS598-Topics-in-Graph-Algorithms/Figures/constant-degree-blow-up.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/CS598-Topics-in-Graph-Algorithms/Figures/constant-degree-blow-up.pdf -------------------------------------------------------------------------------- /CS598-Topics-in-Graph-Algorithms/Figures/constant-degree-blow-up.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/CS598-Topics-in-Graph-Algorithms/Figures/constant-degree-blow-up.svg -------------------------------------------------------------------------------- /CS598-Topics-in-Graph-Algorithms/Figures/cover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/CS598-Topics-in-Graph-Algorithms/Figures/cover.png -------------------------------------------------------------------------------- /CS598-Topics-in-Graph-Algorithms/Figures/cut-tree.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/CS598-Topics-in-Graph-Algorithms/Figures/cut-tree.pdf -------------------------------------------------------------------------------- /CS598-Topics-in-Graph-Algorithms/Figures/cut-tree.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/CS598-Topics-in-Graph-Algorithms/Figures/cut-tree.pdf_tex -------------------------------------------------------------------------------- /CS598-Topics-in-Graph-Algorithms/Figures/cut-tree.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/CS598-Topics-in-Graph-Algorithms/Figures/cut-tree.svg -------------------------------------------------------------------------------- /CS598-Topics-in-Graph-Algorithms/Figures/expander-cut-tree-star.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/CS598-Topics-in-Graph-Algorithms/Figures/expander-cut-tree-star.pdf -------------------------------------------------------------------------------- /CS598-Topics-in-Graph-Algorithms/Figures/expander-cut-tree-star.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/CS598-Topics-in-Graph-Algorithms/Figures/expander-cut-tree-star.svg -------------------------------------------------------------------------------- /CS598-Topics-in-Graph-Algorithms/Figures/expansion-matching.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/CS598-Topics-in-Graph-Algorithms/Figures/expansion-matching.pdf -------------------------------------------------------------------------------- /CS598-Topics-in-Graph-Algorithms/Figures/expansion-matching.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/CS598-Topics-in-Graph-Algorithms/Figures/expansion-matching.pdf_tex -------------------------------------------------------------------------------- /CS598-Topics-in-Graph-Algorithms/Figures/expansion-matching.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/CS598-Topics-in-Graph-Algorithms/Figures/expansion-matching.svg -------------------------------------------------------------------------------- /CS598-Topics-in-Graph-Algorithms/Figures/grid-cut-tree.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/CS598-Topics-in-Graph-Algorithms/Figures/grid-cut-tree.pdf -------------------------------------------------------------------------------- /CS598-Topics-in-Graph-Algorithms/Figures/grid-cut-tree.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/CS598-Topics-in-Graph-Algorithms/Figures/grid-cut-tree.pdf_tex -------------------------------------------------------------------------------- /CS598-Topics-in-Graph-Algorithms/Figures/grid-cut-tree.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/CS598-Topics-in-Graph-Algorithms/Figures/grid-cut-tree.svg -------------------------------------------------------------------------------- /CS598-Topics-in-Graph-Algorithms/Figures/grid-well-linked.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/CS598-Topics-in-Graph-Algorithms/Figures/grid-well-linked.pdf -------------------------------------------------------------------------------- /CS598-Topics-in-Graph-Algorithms/Figures/grid-well-linked.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/CS598-Topics-in-Graph-Algorithms/Figures/grid-well-linked.pdf_tex -------------------------------------------------------------------------------- /CS598-Topics-in-Graph-Algorithms/Figures/grid-well-linked.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/CS598-Topics-in-Graph-Algorithms/Figures/grid-well-linked.svg -------------------------------------------------------------------------------- /CS598-Topics-in-Graph-Algorithms/Figures/highway.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/CS598-Topics-in-Graph-Algorithms/Figures/highway.pdf -------------------------------------------------------------------------------- /CS598-Topics-in-Graph-Algorithms/Figures/highway.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/CS598-Topics-in-Graph-Algorithms/Figures/highway.pdf_tex -------------------------------------------------------------------------------- /CS598-Topics-in-Graph-Algorithms/Figures/highway.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/CS598-Topics-in-Graph-Algorithms/Figures/highway.svg -------------------------------------------------------------------------------- /CS598-Topics-in-Graph-Algorithms/Figures/label.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/CS598-Topics-in-Graph-Algorithms/Figures/label.pdf -------------------------------------------------------------------------------- /CS598-Topics-in-Graph-Algorithms/Figures/label.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/CS598-Topics-in-Graph-Algorithms/Figures/label.pdf_tex -------------------------------------------------------------------------------- /CS598-Topics-in-Graph-Algorithms/Figures/label.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/CS598-Topics-in-Graph-Algorithms/Figures/label.svg -------------------------------------------------------------------------------- /CS598-Topics-in-Graph-Algorithms/Figures/partition.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/CS598-Topics-in-Graph-Algorithms/Figures/partition.pdf -------------------------------------------------------------------------------- /CS598-Topics-in-Graph-Algorithms/Figures/partition.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/CS598-Topics-in-Graph-Algorithms/Figures/partition.pdf_tex -------------------------------------------------------------------------------- /CS598-Topics-in-Graph-Algorithms/Figures/partition.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/CS598-Topics-in-Graph-Algorithms/Figures/partition.svg -------------------------------------------------------------------------------- /CS598-Topics-in-Graph-Algorithms/Figures/residual-graph.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/CS598-Topics-in-Graph-Algorithms/Figures/residual-graph.pdf -------------------------------------------------------------------------------- /CS598-Topics-in-Graph-Algorithms/Figures/residual-graph.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/CS598-Topics-in-Graph-Algorithms/Figures/residual-graph.pdf_tex -------------------------------------------------------------------------------- /CS598-Topics-in-Graph-Algorithms/Figures/residual-graph.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/CS598-Topics-in-Graph-Algorithms/Figures/residual-graph.svg -------------------------------------------------------------------------------- /CS598-Topics-in-Graph-Algorithms/Figures/respect.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/CS598-Topics-in-Graph-Algorithms/Figures/respect.pdf -------------------------------------------------------------------------------- /CS598-Topics-in-Graph-Algorithms/Figures/respect.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/CS598-Topics-in-Graph-Algorithms/Figures/respect.pdf_tex -------------------------------------------------------------------------------- /CS598-Topics-in-Graph-Algorithms/Figures/respect.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/CS598-Topics-in-Graph-Algorithms/Figures/respect.svg -------------------------------------------------------------------------------- /CS598-Topics-in-Graph-Algorithms/Figures/tree-decomposition-tree.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/CS598-Topics-in-Graph-Algorithms/Figures/tree-decomposition-tree.pdf -------------------------------------------------------------------------------- /CS598-Topics-in-Graph-Algorithms/Figures/tree-decomposition-tree.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/CS598-Topics-in-Graph-Algorithms/Figures/tree-decomposition-tree.svg -------------------------------------------------------------------------------- /CS598-Topics-in-Graph-Algorithms/Figures/tree-decomposition.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/CS598-Topics-in-Graph-Algorithms/Figures/tree-decomposition.pdf -------------------------------------------------------------------------------- /CS598-Topics-in-Graph-Algorithms/Figures/tree-decomposition.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/CS598-Topics-in-Graph-Algorithms/Figures/tree-decomposition.pdf_tex -------------------------------------------------------------------------------- /CS598-Topics-in-Graph-Algorithms/Figures/tree-decomposition.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/CS598-Topics-in-Graph-Algorithms/Figures/tree-decomposition.svg -------------------------------------------------------------------------------- /CS598-Topics-in-Graph-Algorithms/GraphAlgo.bbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/CS598-Topics-in-Graph-Algorithms/GraphAlgo.bbl -------------------------------------------------------------------------------- /CS598-Topics-in-Graph-Algorithms/GraphAlgo.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/CS598-Topics-in-Graph-Algorithms/GraphAlgo.pdf -------------------------------------------------------------------------------- /CS598-Topics-in-Graph-Algorithms/GraphAlgo.synctex.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/CS598-Topics-in-Graph-Algorithms/GraphAlgo.synctex.gz -------------------------------------------------------------------------------- /CS598-Topics-in-Graph-Algorithms/GraphAlgo.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/CS598-Topics-in-Graph-Algorithms/GraphAlgo.tex -------------------------------------------------------------------------------- /CS598-Topics-in-Graph-Algorithms/Lectures/lec_1.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/CS598-Topics-in-Graph-Algorithms/Lectures/lec_1.tex -------------------------------------------------------------------------------- /CS598-Topics-in-Graph-Algorithms/Lectures/lec_10.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/CS598-Topics-in-Graph-Algorithms/Lectures/lec_10.tex -------------------------------------------------------------------------------- /CS598-Topics-in-Graph-Algorithms/Lectures/lec_11.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/CS598-Topics-in-Graph-Algorithms/Lectures/lec_11.tex -------------------------------------------------------------------------------- /CS598-Topics-in-Graph-Algorithms/Lectures/lec_12.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/CS598-Topics-in-Graph-Algorithms/Lectures/lec_12.tex -------------------------------------------------------------------------------- /CS598-Topics-in-Graph-Algorithms/Lectures/lec_13.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/CS598-Topics-in-Graph-Algorithms/Lectures/lec_13.tex -------------------------------------------------------------------------------- /CS598-Topics-in-Graph-Algorithms/Lectures/lec_14.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/CS598-Topics-in-Graph-Algorithms/Lectures/lec_14.tex -------------------------------------------------------------------------------- /CS598-Topics-in-Graph-Algorithms/Lectures/lec_15.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/CS598-Topics-in-Graph-Algorithms/Lectures/lec_15.tex -------------------------------------------------------------------------------- /CS598-Topics-in-Graph-Algorithms/Lectures/lec_16.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/CS598-Topics-in-Graph-Algorithms/Lectures/lec_16.tex -------------------------------------------------------------------------------- /CS598-Topics-in-Graph-Algorithms/Lectures/lec_17.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/CS598-Topics-in-Graph-Algorithms/Lectures/lec_17.tex -------------------------------------------------------------------------------- /CS598-Topics-in-Graph-Algorithms/Lectures/lec_18.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/CS598-Topics-in-Graph-Algorithms/Lectures/lec_18.tex -------------------------------------------------------------------------------- /CS598-Topics-in-Graph-Algorithms/Lectures/lec_19.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/CS598-Topics-in-Graph-Algorithms/Lectures/lec_19.tex -------------------------------------------------------------------------------- /CS598-Topics-in-Graph-Algorithms/Lectures/lec_2.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/CS598-Topics-in-Graph-Algorithms/Lectures/lec_2.tex -------------------------------------------------------------------------------- /CS598-Topics-in-Graph-Algorithms/Lectures/lec_20.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/CS598-Topics-in-Graph-Algorithms/Lectures/lec_20.tex -------------------------------------------------------------------------------- /CS598-Topics-in-Graph-Algorithms/Lectures/lec_21.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/CS598-Topics-in-Graph-Algorithms/Lectures/lec_21.tex -------------------------------------------------------------------------------- /CS598-Topics-in-Graph-Algorithms/Lectures/lec_22.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/CS598-Topics-in-Graph-Algorithms/Lectures/lec_22.tex -------------------------------------------------------------------------------- /CS598-Topics-in-Graph-Algorithms/Lectures/lec_23.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/CS598-Topics-in-Graph-Algorithms/Lectures/lec_23.tex -------------------------------------------------------------------------------- /CS598-Topics-in-Graph-Algorithms/Lectures/lec_24.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/CS598-Topics-in-Graph-Algorithms/Lectures/lec_24.tex -------------------------------------------------------------------------------- /CS598-Topics-in-Graph-Algorithms/Lectures/lec_3.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/CS598-Topics-in-Graph-Algorithms/Lectures/lec_3.tex -------------------------------------------------------------------------------- /CS598-Topics-in-Graph-Algorithms/Lectures/lec_4.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/CS598-Topics-in-Graph-Algorithms/Lectures/lec_4.tex -------------------------------------------------------------------------------- /CS598-Topics-in-Graph-Algorithms/Lectures/lec_5.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/CS598-Topics-in-Graph-Algorithms/Lectures/lec_5.tex -------------------------------------------------------------------------------- /CS598-Topics-in-Graph-Algorithms/Lectures/lec_6.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/CS598-Topics-in-Graph-Algorithms/Lectures/lec_6.tex -------------------------------------------------------------------------------- /CS598-Topics-in-Graph-Algorithms/Lectures/lec_7.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/CS598-Topics-in-Graph-Algorithms/Lectures/lec_7.tex -------------------------------------------------------------------------------- /CS598-Topics-in-Graph-Algorithms/Lectures/lec_8.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/CS598-Topics-in-Graph-Algorithms/Lectures/lec_8.tex -------------------------------------------------------------------------------- /CS598-Topics-in-Graph-Algorithms/Lectures/lec_9.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/CS598-Topics-in-Graph-Algorithms/Lectures/lec_9.tex -------------------------------------------------------------------------------- /CS598-Topics-in-Graph-Algorithms/appendix.tex: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /CS598-Topics-in-Graph-Algorithms/indent.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/CS598-Topics-in-Graph-Algorithms/indent.log -------------------------------------------------------------------------------- /CS598-Topics-in-Graph-Algorithms/reference.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/CS598-Topics-in-Graph-Algorithms/reference.bib -------------------------------------------------------------------------------- /EECS544-Analysis-of-Social-Networks/Figures/action-function-eg.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/EECS544-Analysis-of-Social-Networks/Figures/action-function-eg.pdf -------------------------------------------------------------------------------- /EECS544-Analysis-of-Social-Networks/Figures/action-function-eg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/EECS544-Analysis-of-Social-Networks/Figures/action-function-eg.svg -------------------------------------------------------------------------------- /EECS544-Analysis-of-Social-Networks/Figures/branching-processes.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/EECS544-Analysis-of-Social-Networks/Figures/branching-processes.pdf -------------------------------------------------------------------------------- /EECS544-Analysis-of-Social-Networks/Figures/branching-processes.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/EECS544-Analysis-of-Social-Networks/Figures/branching-processes.svg -------------------------------------------------------------------------------- /EECS544-Analysis-of-Social-Networks/Figures/cover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/EECS544-Analysis-of-Social-Networks/Figures/cover.png -------------------------------------------------------------------------------- /EECS544-Analysis-of-Social-Networks/Figures/katz-centrality.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/EECS544-Analysis-of-Social-Networks/Figures/katz-centrality.pdf -------------------------------------------------------------------------------- /EECS544-Analysis-of-Social-Networks/Figures/katz-centrality.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/EECS544-Analysis-of-Social-Networks/Figures/katz-centrality.pdf_tex -------------------------------------------------------------------------------- /EECS544-Analysis-of-Social-Networks/Figures/katz-centrality.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/EECS544-Analysis-of-Social-Networks/Figures/katz-centrality.svg -------------------------------------------------------------------------------- /EECS544-Analysis-of-Social-Networks/Figures/ne-football.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/EECS544-Analysis-of-Social-Networks/Figures/ne-football.pdf -------------------------------------------------------------------------------- /EECS544-Analysis-of-Social-Networks/Figures/ne-football.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/EECS544-Analysis-of-Social-Networks/Figures/ne-football.pdf_tex -------------------------------------------------------------------------------- /EECS544-Analysis-of-Social-Networks/Figures/ne-football.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/EECS544-Analysis-of-Social-Networks/Figures/ne-football.svg -------------------------------------------------------------------------------- /EECS544-Analysis-of-Social-Networks/Figures/ne-intersection.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/EECS544-Analysis-of-Social-Networks/Figures/ne-intersection.pdf -------------------------------------------------------------------------------- /EECS544-Analysis-of-Social-Networks/Figures/ne-intersection.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/EECS544-Analysis-of-Social-Networks/Figures/ne-intersection.pdf_tex -------------------------------------------------------------------------------- /EECS544-Analysis-of-Social-Networks/Figures/ne-intersection.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/EECS544-Analysis-of-Social-Networks/Figures/ne-intersection.svg -------------------------------------------------------------------------------- /EECS544-Analysis-of-Social-Networks/Figures/ne-market-entering.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/EECS544-Analysis-of-Social-Networks/Figures/ne-market-entering.pdf -------------------------------------------------------------------------------- /EECS544-Analysis-of-Social-Networks/Figures/ne-market-entering.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/EECS544-Analysis-of-Social-Networks/Figures/ne-market-entering.svg -------------------------------------------------------------------------------- /EECS544-Analysis-of-Social-Networks/Figures/ne-matching-pennies.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/EECS544-Analysis-of-Social-Networks/Figures/ne-matching-pennies.pdf -------------------------------------------------------------------------------- /EECS544-Analysis-of-Social-Networks/Figures/ne-matching-pennies.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/EECS544-Analysis-of-Social-Networks/Figures/ne-matching-pennies.svg -------------------------------------------------------------------------------- /EECS544-Analysis-of-Social-Networks/Figures/ne-social-welfare.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/EECS544-Analysis-of-Social-Networks/Figures/ne-social-welfare.pdf -------------------------------------------------------------------------------- /EECS544-Analysis-of-Social-Networks/Figures/ne-social-welfare.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/EECS544-Analysis-of-Social-Networks/Figures/ne-social-welfare.svg -------------------------------------------------------------------------------- /EECS544-Analysis-of-Social-Networks/Figures/pareto-optimal.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/EECS544-Analysis-of-Social-Networks/Figures/pareto-optimal.pdf -------------------------------------------------------------------------------- /EECS544-Analysis-of-Social-Networks/Figures/pareto-optimal.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/EECS544-Analysis-of-Social-Networks/Figures/pareto-optimal.pdf_tex -------------------------------------------------------------------------------- /EECS544-Analysis-of-Social-Networks/Figures/pareto-optimal.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/EECS544-Analysis-of-Social-Networks/Figures/pareto-optimal.svg -------------------------------------------------------------------------------- /EECS544-Analysis-of-Social-Networks/Figures/probability-simplex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/EECS544-Analysis-of-Social-Networks/Figures/probability-simplex.pdf -------------------------------------------------------------------------------- /EECS544-Analysis-of-Social-Networks/Figures/probability-simplex.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/EECS544-Analysis-of-Social-Networks/Figures/probability-simplex.svg -------------------------------------------------------------------------------- /EECS544-Analysis-of-Social-Networks/Figures/random-graph-cn.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/EECS544-Analysis-of-Social-Networks/Figures/random-graph-cn.pdf -------------------------------------------------------------------------------- /EECS544-Analysis-of-Social-Networks/Figures/random-graph-cn.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/EECS544-Analysis-of-Social-Networks/Figures/random-graph-cn.pdf_tex -------------------------------------------------------------------------------- /EECS544-Analysis-of-Social-Networks/Figures/random-graph-cn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/EECS544-Analysis-of-Social-Networks/Figures/random-graph-cn.svg -------------------------------------------------------------------------------- /EECS544-Analysis-of-Social-Networks/Figures/random-graph-logn.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/EECS544-Analysis-of-Social-Networks/Figures/random-graph-logn.pdf -------------------------------------------------------------------------------- /EECS544-Analysis-of-Social-Networks/Figures/random-graph-logn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/EECS544-Analysis-of-Social-Networks/Figures/random-graph-logn.svg -------------------------------------------------------------------------------- /EECS544-Analysis-of-Social-Networks/Figures/random-graph-n^c.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/EECS544-Analysis-of-Social-Networks/Figures/random-graph-n^c.pdf -------------------------------------------------------------------------------- /EECS544-Analysis-of-Social-Networks/Figures/random-graph-n^c.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/EECS544-Analysis-of-Social-Networks/Figures/random-graph-n^c.pdf_tex -------------------------------------------------------------------------------- /EECS544-Analysis-of-Social-Networks/Figures/random-graph-n^c.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/EECS544-Analysis-of-Social-Networks/Figures/random-graph-n^c.svg -------------------------------------------------------------------------------- /EECS544-Analysis-of-Social-Networks/Figures/random-walker.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/EECS544-Analysis-of-Social-Networks/Figures/random-walker.pdf -------------------------------------------------------------------------------- /EECS544-Analysis-of-Social-Networks/Figures/random-walker.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/EECS544-Analysis-of-Social-Networks/Figures/random-walker.pdf_tex -------------------------------------------------------------------------------- /EECS544-Analysis-of-Social-Networks/Figures/random-walker.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/EECS544-Analysis-of-Social-Networks/Figures/random-walker.svg -------------------------------------------------------------------------------- /EECS544-Analysis-of-Social-Networks/Figures/rmk:lec11-1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/EECS544-Analysis-of-Social-Networks/Figures/rmk:lec11-1.pdf -------------------------------------------------------------------------------- /EECS544-Analysis-of-Social-Networks/Figures/rmk:lec11-1.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/EECS544-Analysis-of-Social-Networks/Figures/rmk:lec11-1.pdf_tex -------------------------------------------------------------------------------- /EECS544-Analysis-of-Social-Networks/Figures/rmk:lec11-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/EECS544-Analysis-of-Social-Networks/Figures/rmk:lec11-1.svg -------------------------------------------------------------------------------- /EECS544-Analysis-of-Social-Networks/Figures/satisfaction-eg-1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/EECS544-Analysis-of-Social-Networks/Figures/satisfaction-eg-1.pdf -------------------------------------------------------------------------------- /EECS544-Analysis-of-Social-Networks/Figures/satisfaction-eg-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/EECS544-Analysis-of-Social-Networks/Figures/satisfaction-eg-1.svg -------------------------------------------------------------------------------- /EECS544-Analysis-of-Social-Networks/Figures/satisfaction-eg-2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/EECS544-Analysis-of-Social-Networks/Figures/satisfaction-eg-2.pdf -------------------------------------------------------------------------------- /EECS544-Analysis-of-Social-Networks/Figures/satisfaction-eg-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/EECS544-Analysis-of-Social-Networks/Figures/satisfaction-eg-2.svg -------------------------------------------------------------------------------- /EECS544-Analysis-of-Social-Networks/Figures/satisfaction-eg-3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/EECS544-Analysis-of-Social-Networks/Figures/satisfaction-eg-3.pdf -------------------------------------------------------------------------------- /EECS544-Analysis-of-Social-Networks/Figures/satisfaction-eg-3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/EECS544-Analysis-of-Social-Networks/Figures/satisfaction-eg-3.svg -------------------------------------------------------------------------------- /EECS544-Analysis-of-Social-Networks/Figures/sub-critical-regime.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/EECS544-Analysis-of-Social-Networks/Figures/sub-critical-regime.pdf -------------------------------------------------------------------------------- /EECS544-Analysis-of-Social-Networks/Figures/sub-critical-regime.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/EECS544-Analysis-of-Social-Networks/Figures/sub-critical-regime.svg -------------------------------------------------------------------------------- /EECS544-Analysis-of-Social-Networks/Figures/triadic-closure.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/EECS544-Analysis-of-Social-Networks/Figures/triadic-closure.pdf -------------------------------------------------------------------------------- /EECS544-Analysis-of-Social-Networks/Figures/triadic-closure.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/EECS544-Analysis-of-Social-Networks/Figures/triadic-closure.pdf_tex -------------------------------------------------------------------------------- /EECS544-Analysis-of-Social-Networks/Figures/triadic-closure.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/EECS544-Analysis-of-Social-Networks/Figures/triadic-closure.svg -------------------------------------------------------------------------------- /EECS544-Analysis-of-Social-Networks/Figures/two-component-graph.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/EECS544-Analysis-of-Social-Networks/Figures/two-component-graph.pdf -------------------------------------------------------------------------------- /EECS544-Analysis-of-Social-Networks/Figures/two-component-graph.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/EECS544-Analysis-of-Social-Networks/Figures/two-component-graph.svg -------------------------------------------------------------------------------- /EECS544-Analysis-of-Social-Networks/Figures/utility-c.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/EECS544-Analysis-of-Social-Networks/Figures/utility-c.pdf -------------------------------------------------------------------------------- /EECS544-Analysis-of-Social-Networks/Figures/utility-c.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/EECS544-Analysis-of-Social-Networks/Figures/utility-c.pdf_tex -------------------------------------------------------------------------------- /EECS544-Analysis-of-Social-Networks/Figures/utility-c.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/EECS544-Analysis-of-Social-Networks/Figures/utility-c.svg -------------------------------------------------------------------------------- /EECS544-Analysis-of-Social-Networks/Lectures/lec_1.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/EECS544-Analysis-of-Social-Networks/Lectures/lec_1.tex -------------------------------------------------------------------------------- /EECS544-Analysis-of-Social-Networks/Lectures/lec_10.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/EECS544-Analysis-of-Social-Networks/Lectures/lec_10.tex -------------------------------------------------------------------------------- /EECS544-Analysis-of-Social-Networks/Lectures/lec_11.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/EECS544-Analysis-of-Social-Networks/Lectures/lec_11.tex -------------------------------------------------------------------------------- /EECS544-Analysis-of-Social-Networks/Lectures/lec_12.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/EECS544-Analysis-of-Social-Networks/Lectures/lec_12.tex -------------------------------------------------------------------------------- /EECS544-Analysis-of-Social-Networks/Lectures/lec_13.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/EECS544-Analysis-of-Social-Networks/Lectures/lec_13.tex -------------------------------------------------------------------------------- /EECS544-Analysis-of-Social-Networks/Lectures/lec_14.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/EECS544-Analysis-of-Social-Networks/Lectures/lec_14.tex -------------------------------------------------------------------------------- /EECS544-Analysis-of-Social-Networks/Lectures/lec_15.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/EECS544-Analysis-of-Social-Networks/Lectures/lec_15.tex -------------------------------------------------------------------------------- /EECS544-Analysis-of-Social-Networks/Lectures/lec_16.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/EECS544-Analysis-of-Social-Networks/Lectures/lec_16.tex -------------------------------------------------------------------------------- /EECS544-Analysis-of-Social-Networks/Lectures/lec_17.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/EECS544-Analysis-of-Social-Networks/Lectures/lec_17.tex -------------------------------------------------------------------------------- /EECS544-Analysis-of-Social-Networks/Lectures/lec_18.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/EECS544-Analysis-of-Social-Networks/Lectures/lec_18.tex -------------------------------------------------------------------------------- /EECS544-Analysis-of-Social-Networks/Lectures/lec_19.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/EECS544-Analysis-of-Social-Networks/Lectures/lec_19.tex -------------------------------------------------------------------------------- /EECS544-Analysis-of-Social-Networks/Lectures/lec_2.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/EECS544-Analysis-of-Social-Networks/Lectures/lec_2.tex -------------------------------------------------------------------------------- /EECS544-Analysis-of-Social-Networks/Lectures/lec_20.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/EECS544-Analysis-of-Social-Networks/Lectures/lec_20.tex -------------------------------------------------------------------------------- /EECS544-Analysis-of-Social-Networks/Lectures/lec_21.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/EECS544-Analysis-of-Social-Networks/Lectures/lec_21.tex -------------------------------------------------------------------------------- /EECS544-Analysis-of-Social-Networks/Lectures/lec_22.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/EECS544-Analysis-of-Social-Networks/Lectures/lec_22.tex -------------------------------------------------------------------------------- /EECS544-Analysis-of-Social-Networks/Lectures/lec_23.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/EECS544-Analysis-of-Social-Networks/Lectures/lec_23.tex -------------------------------------------------------------------------------- /EECS544-Analysis-of-Social-Networks/Lectures/lec_24.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/EECS544-Analysis-of-Social-Networks/Lectures/lec_24.tex -------------------------------------------------------------------------------- /EECS544-Analysis-of-Social-Networks/Lectures/lec_25.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/EECS544-Analysis-of-Social-Networks/Lectures/lec_25.tex -------------------------------------------------------------------------------- /EECS544-Analysis-of-Social-Networks/Lectures/lec_3.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/EECS544-Analysis-of-Social-Networks/Lectures/lec_3.tex -------------------------------------------------------------------------------- /EECS544-Analysis-of-Social-Networks/Lectures/lec_4.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/EECS544-Analysis-of-Social-Networks/Lectures/lec_4.tex -------------------------------------------------------------------------------- /EECS544-Analysis-of-Social-Networks/Lectures/lec_5.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/EECS544-Analysis-of-Social-Networks/Lectures/lec_5.tex -------------------------------------------------------------------------------- /EECS544-Analysis-of-Social-Networks/Lectures/lec_6.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/EECS544-Analysis-of-Social-Networks/Lectures/lec_6.tex -------------------------------------------------------------------------------- /EECS544-Analysis-of-Social-Networks/Lectures/lec_7.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/EECS544-Analysis-of-Social-Networks/Lectures/lec_7.tex -------------------------------------------------------------------------------- /EECS544-Analysis-of-Social-Networks/Lectures/lec_8.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/EECS544-Analysis-of-Social-Networks/Lectures/lec_8.tex -------------------------------------------------------------------------------- /EECS544-Analysis-of-Social-Networks/Lectures/lec_9.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/EECS544-Analysis-of-Social-Networks/Lectures/lec_9.tex -------------------------------------------------------------------------------- /EECS544-Analysis-of-Social-Networks/SocNetAnalysis.bbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/EECS544-Analysis-of-Social-Networks/SocNetAnalysis.bbl -------------------------------------------------------------------------------- /EECS544-Analysis-of-Social-Networks/SocNetAnalysis.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/EECS544-Analysis-of-Social-Networks/SocNetAnalysis.pdf -------------------------------------------------------------------------------- /EECS544-Analysis-of-Social-Networks/SocNetAnalysis.synctex.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/EECS544-Analysis-of-Social-Networks/SocNetAnalysis.synctex.gz -------------------------------------------------------------------------------- /EECS544-Analysis-of-Social-Networks/SocNetAnalysis.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/EECS544-Analysis-of-Social-Networks/SocNetAnalysis.tex -------------------------------------------------------------------------------- /EECS544-Analysis-of-Social-Networks/appendix.tex: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /EECS544-Analysis-of-Social-Networks/reference.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/EECS544-Analysis-of-Social-Networks/reference.bib -------------------------------------------------------------------------------- /MATH561-Linear-Programming/Figures/1-norm.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/Figures/1-norm.pdf -------------------------------------------------------------------------------- /MATH561-Linear-Programming/Figures/1-norm.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/Figures/1-norm.pdf_tex -------------------------------------------------------------------------------- /MATH561-Linear-Programming/Figures/1-norm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/Figures/1-norm.svg -------------------------------------------------------------------------------- /MATH561-Linear-Programming/Figures/column-geometry.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/Figures/column-geometry.pdf -------------------------------------------------------------------------------- /MATH561-Linear-Programming/Figures/column-geometry.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/Figures/column-geometry.pdf_tex -------------------------------------------------------------------------------- /MATH561-Linear-Programming/Figures/column-geometry.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/Figures/column-geometry.svg -------------------------------------------------------------------------------- /MATH561-Linear-Programming/Figures/cones-join.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/Figures/cones-join.pdf -------------------------------------------------------------------------------- /MATH561-Linear-Programming/Figures/cones-join.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/Figures/cones-join.pdf_tex -------------------------------------------------------------------------------- /MATH561-Linear-Programming/Figures/cones-join.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/Figures/cones-join.svg -------------------------------------------------------------------------------- /MATH561-Linear-Programming/Figures/convex-function.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/Figures/convex-function.pdf -------------------------------------------------------------------------------- /MATH561-Linear-Programming/Figures/convex-function.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/Figures/convex-function.pdf_tex -------------------------------------------------------------------------------- /MATH561-Linear-Programming/Figures/convex-function.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/Figures/convex-function.svg -------------------------------------------------------------------------------- /MATH561-Linear-Programming/Figures/convex-set.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/Figures/convex-set.pdf -------------------------------------------------------------------------------- /MATH561-Linear-Programming/Figures/convex-set.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/Figures/convex-set.pdf_tex -------------------------------------------------------------------------------- /MATH561-Linear-Programming/Figures/convex-set.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/Figures/convex-set.svg -------------------------------------------------------------------------------- /MATH561-Linear-Programming/Figures/cover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/Figures/cover.png -------------------------------------------------------------------------------- /MATH561-Linear-Programming/Figures/cutting-planes-tighter-bound.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/Figures/cutting-planes-tighter-bound.pdf -------------------------------------------------------------------------------- /MATH561-Linear-Programming/Figures/cutting-planes-tighter-bound.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/Figures/cutting-planes-tighter-bound.svg -------------------------------------------------------------------------------- /MATH561-Linear-Programming/Figures/extreme-ray.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/Figures/extreme-ray.pdf -------------------------------------------------------------------------------- /MATH561-Linear-Programming/Figures/extreme-ray.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/Figures/extreme-ray.pdf_tex -------------------------------------------------------------------------------- /MATH561-Linear-Programming/Figures/extreme-ray.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/Figures/extreme-ray.svg -------------------------------------------------------------------------------- /MATH561-Linear-Programming/Figures/farkas-lemma-extended.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/Figures/farkas-lemma-extended.pdf -------------------------------------------------------------------------------- /MATH561-Linear-Programming/Figures/farkas-lemma-extended.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/Figures/farkas-lemma-extended.pdf_tex -------------------------------------------------------------------------------- /MATH561-Linear-Programming/Figures/farkas-lemma-extended.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/Figures/farkas-lemma-extended.svg -------------------------------------------------------------------------------- /MATH561-Linear-Programming/Figures/farkas-lemma.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/Figures/farkas-lemma.pdf -------------------------------------------------------------------------------- /MATH561-Linear-Programming/Figures/farkas-lemma.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/Figures/farkas-lemma.pdf_tex -------------------------------------------------------------------------------- /MATH561-Linear-Programming/Figures/farkas-lemma.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/Figures/farkas-lemma.svg -------------------------------------------------------------------------------- /MATH561-Linear-Programming/Figures/feasible-direction.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/Figures/feasible-direction.pdf -------------------------------------------------------------------------------- /MATH561-Linear-Programming/Figures/feasible-direction.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/Figures/feasible-direction.pdf_tex -------------------------------------------------------------------------------- /MATH561-Linear-Programming/Figures/feasible-direction.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/Figures/feasible-direction.svg -------------------------------------------------------------------------------- /MATH561-Linear-Programming/Figures/integer-programming-eg1.2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/Figures/integer-programming-eg1.2.pdf -------------------------------------------------------------------------------- /MATH561-Linear-Programming/Figures/integer-programming-eg1.2.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/Figures/integer-programming-eg1.2.pdf_tex -------------------------------------------------------------------------------- /MATH561-Linear-Programming/Figures/integer-programming-eg1.2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/Figures/integer-programming-eg1.2.svg -------------------------------------------------------------------------------- /MATH561-Linear-Programming/Figures/integer-programming-eg1.3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/Figures/integer-programming-eg1.3.pdf -------------------------------------------------------------------------------- /MATH561-Linear-Programming/Figures/integer-programming-eg1.3.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/Figures/integer-programming-eg1.3.pdf_tex -------------------------------------------------------------------------------- /MATH561-Linear-Programming/Figures/integer-programming-eg1.3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/Figures/integer-programming-eg1.3.svg -------------------------------------------------------------------------------- /MATH561-Linear-Programming/Figures/integer-programming-eg1.4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/Figures/integer-programming-eg1.4.pdf -------------------------------------------------------------------------------- /MATH561-Linear-Programming/Figures/integer-programming-eg1.4.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/Figures/integer-programming-eg1.4.pdf_tex -------------------------------------------------------------------------------- /MATH561-Linear-Programming/Figures/integer-programming-eg1.4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/Figures/integer-programming-eg1.4.svg -------------------------------------------------------------------------------- /MATH561-Linear-Programming/Figures/integer-programming-eg1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/Figures/integer-programming-eg1.pdf -------------------------------------------------------------------------------- /MATH561-Linear-Programming/Figures/integer-programming-eg1.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/Figures/integer-programming-eg1.pdf_tex -------------------------------------------------------------------------------- /MATH561-Linear-Programming/Figures/integer-programming-eg1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/Figures/integer-programming-eg1.svg -------------------------------------------------------------------------------- /MATH561-Linear-Programming/Figures/integer-programming-eg2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/Figures/integer-programming-eg2.pdf -------------------------------------------------------------------------------- /MATH561-Linear-Programming/Figures/integer-programming-eg2.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/Figures/integer-programming-eg2.pdf_tex -------------------------------------------------------------------------------- /MATH561-Linear-Programming/Figures/integer-programming-eg2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/Figures/integer-programming-eg2.svg -------------------------------------------------------------------------------- /MATH561-Linear-Programming/Figures/integer-programming-pitfall.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/Figures/integer-programming-pitfall.pdf -------------------------------------------------------------------------------- /MATH561-Linear-Programming/Figures/integer-programming-pitfall.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/Figures/integer-programming-pitfall.svg -------------------------------------------------------------------------------- /MATH561-Linear-Programming/Figures/lagrangian-maximizer.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/Figures/lagrangian-maximizer.pdf -------------------------------------------------------------------------------- /MATH561-Linear-Programming/Figures/lagrangian-maximizer.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/Figures/lagrangian-maximizer.pdf_tex -------------------------------------------------------------------------------- /MATH561-Linear-Programming/Figures/lagrangian-maximizer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/Figures/lagrangian-maximizer.svg -------------------------------------------------------------------------------- /MATH561-Linear-Programming/Figures/local-analysis-dual.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/Figures/local-analysis-dual.pdf -------------------------------------------------------------------------------- /MATH561-Linear-Programming/Figures/local-analysis-dual.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/Figures/local-analysis-dual.pdf_tex -------------------------------------------------------------------------------- /MATH561-Linear-Programming/Figures/local-analysis-dual.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/Figures/local-analysis-dual.svg -------------------------------------------------------------------------------- /MATH561-Linear-Programming/Figures/local-analysis.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/Figures/local-analysis.pdf -------------------------------------------------------------------------------- /MATH561-Linear-Programming/Figures/local-analysis.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/Figures/local-analysis.pdf_tex -------------------------------------------------------------------------------- /MATH561-Linear-Programming/Figures/local-analysis.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/Figures/local-analysis.svg -------------------------------------------------------------------------------- /MATH561-Linear-Programming/Figures/opt-cones.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/Figures/opt-cones.pdf -------------------------------------------------------------------------------- /MATH561-Linear-Programming/Figures/opt-cones.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/Figures/opt-cones.pdf_tex -------------------------------------------------------------------------------- /MATH561-Linear-Programming/Figures/opt-cones.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/Figures/opt-cones.svg -------------------------------------------------------------------------------- /MATH561-Linear-Programming/Figures/pivot-swap.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/Figures/pivot-swap.pdf -------------------------------------------------------------------------------- /MATH561-Linear-Programming/Figures/pivot-swap.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/Figures/pivot-swap.pdf_tex -------------------------------------------------------------------------------- /MATH561-Linear-Programming/Figures/pivot-swap.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/Figures/pivot-swap.svg -------------------------------------------------------------------------------- /MATH561-Linear-Programming/Figures/plateau.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/Figures/plateau.pdf -------------------------------------------------------------------------------- /MATH561-Linear-Programming/Figures/plateau.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/Figures/plateau.pdf_tex -------------------------------------------------------------------------------- /MATH561-Linear-Programming/Figures/plateau.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/Figures/plateau.svg -------------------------------------------------------------------------------- /MATH561-Linear-Programming/Figures/ray.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/Figures/ray.pdf -------------------------------------------------------------------------------- /MATH561-Linear-Programming/Figures/ray.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/Figures/ray.pdf_tex -------------------------------------------------------------------------------- /MATH561-Linear-Programming/Figures/ray.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/Figures/ray.svg -------------------------------------------------------------------------------- /MATH561-Linear-Programming/Figures/representation-theorem.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/Figures/representation-theorem.pdf -------------------------------------------------------------------------------- /MATH561-Linear-Programming/Figures/representation-theorem.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/Figures/representation-theorem.pdf_tex -------------------------------------------------------------------------------- /MATH561-Linear-Programming/Figures/representation-theorem.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/Figures/representation-theorem.svg -------------------------------------------------------------------------------- /MATH561-Linear-Programming/Figures/simplex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/Figures/simplex.pdf -------------------------------------------------------------------------------- /MATH561-Linear-Programming/Figures/simplex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/Figures/simplex.pdf_tex -------------------------------------------------------------------------------- /MATH561-Linear-Programming/Figures/simplex.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/Figures/simplex.svg -------------------------------------------------------------------------------- /MATH561-Linear-Programming/Figures/simplicial-cones.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/Figures/simplicial-cones.pdf -------------------------------------------------------------------------------- /MATH561-Linear-Programming/Figures/simplicial-cones.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/Figures/simplicial-cones.pdf_tex -------------------------------------------------------------------------------- /MATH561-Linear-Programming/Figures/simplicial-cones.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/Figures/simplicial-cones.svg -------------------------------------------------------------------------------- /MATH561-Linear-Programming/Figures/strong-weak-constraint.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/Figures/strong-weak-constraint.pdf -------------------------------------------------------------------------------- /MATH561-Linear-Programming/Figures/strong-weak-constraint.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/Figures/strong-weak-constraint.pdf_tex -------------------------------------------------------------------------------- /MATH561-Linear-Programming/Figures/strong-weak-constraint.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/Figures/strong-weak-constraint.svg -------------------------------------------------------------------------------- /MATH561-Linear-Programming/Figures/subgradient-theorem.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/Figures/subgradient-theorem.pdf -------------------------------------------------------------------------------- /MATH561-Linear-Programming/Figures/subgradient-theorem.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/Figures/subgradient-theorem.pdf_tex -------------------------------------------------------------------------------- /MATH561-Linear-Programming/Figures/subgradient-theorem.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/Figures/subgradient-theorem.svg -------------------------------------------------------------------------------- /MATH561-Linear-Programming/Lectures/lec_1.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/Lectures/lec_1.tex -------------------------------------------------------------------------------- /MATH561-Linear-Programming/Lectures/lec_10.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/Lectures/lec_10.tex -------------------------------------------------------------------------------- /MATH561-Linear-Programming/Lectures/lec_11.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/Lectures/lec_11.tex -------------------------------------------------------------------------------- /MATH561-Linear-Programming/Lectures/lec_12.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/Lectures/lec_12.tex -------------------------------------------------------------------------------- /MATH561-Linear-Programming/Lectures/lec_13.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/Lectures/lec_13.tex -------------------------------------------------------------------------------- /MATH561-Linear-Programming/Lectures/lec_14.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/Lectures/lec_14.tex -------------------------------------------------------------------------------- /MATH561-Linear-Programming/Lectures/lec_15.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/Lectures/lec_15.tex -------------------------------------------------------------------------------- /MATH561-Linear-Programming/Lectures/lec_16.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/Lectures/lec_16.tex -------------------------------------------------------------------------------- /MATH561-Linear-Programming/Lectures/lec_17.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/Lectures/lec_17.tex -------------------------------------------------------------------------------- /MATH561-Linear-Programming/Lectures/lec_18.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/Lectures/lec_18.tex -------------------------------------------------------------------------------- /MATH561-Linear-Programming/Lectures/lec_19.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/Lectures/lec_19.tex -------------------------------------------------------------------------------- /MATH561-Linear-Programming/Lectures/lec_2.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/Lectures/lec_2.tex -------------------------------------------------------------------------------- /MATH561-Linear-Programming/Lectures/lec_20.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/Lectures/lec_20.tex -------------------------------------------------------------------------------- /MATH561-Linear-Programming/Lectures/lec_21.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/Lectures/lec_21.tex -------------------------------------------------------------------------------- /MATH561-Linear-Programming/Lectures/lec_22.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/Lectures/lec_22.tex -------------------------------------------------------------------------------- /MATH561-Linear-Programming/Lectures/lec_23.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/Lectures/lec_23.tex -------------------------------------------------------------------------------- /MATH561-Linear-Programming/Lectures/lec_24.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/Lectures/lec_24.tex -------------------------------------------------------------------------------- /MATH561-Linear-Programming/Lectures/lec_3.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/Lectures/lec_3.tex -------------------------------------------------------------------------------- /MATH561-Linear-Programming/Lectures/lec_4.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/Lectures/lec_4.tex -------------------------------------------------------------------------------- /MATH561-Linear-Programming/Lectures/lec_5.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/Lectures/lec_5.tex -------------------------------------------------------------------------------- /MATH561-Linear-Programming/Lectures/lec_6.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/Lectures/lec_6.tex -------------------------------------------------------------------------------- /MATH561-Linear-Programming/Lectures/lec_7.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/Lectures/lec_7.tex -------------------------------------------------------------------------------- /MATH561-Linear-Programming/Lectures/lec_8.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/Lectures/lec_8.tex -------------------------------------------------------------------------------- /MATH561-Linear-Programming/Lectures/lec_9.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/Lectures/lec_9.tex -------------------------------------------------------------------------------- /MATH561-Linear-Programming/LinProg.bbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/LinProg.bbl -------------------------------------------------------------------------------- /MATH561-Linear-Programming/LinProg.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/LinProg.pdf -------------------------------------------------------------------------------- /MATH561-Linear-Programming/LinProg.synctex.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/LinProg.synctex.gz -------------------------------------------------------------------------------- /MATH561-Linear-Programming/LinProg.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/LinProg.tex -------------------------------------------------------------------------------- /MATH561-Linear-Programming/reference.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH561-Linear-Programming/reference.bib -------------------------------------------------------------------------------- /MATH592-Introduction-to-Algebraic-Topology/AlgTop.bbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH592-Introduction-to-Algebraic-Topology/AlgTop.bbl -------------------------------------------------------------------------------- /MATH592-Introduction-to-Algebraic-Topology/AlgTop.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH592-Introduction-to-Algebraic-Topology/AlgTop.pdf -------------------------------------------------------------------------------- /MATH592-Introduction-to-Algebraic-Topology/AlgTop.synctex.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH592-Introduction-to-Algebraic-Topology/AlgTop.synctex.gz -------------------------------------------------------------------------------- /MATH592-Introduction-to-Algebraic-Topology/AlgTop.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH592-Introduction-to-Algebraic-Topology/AlgTop.tex -------------------------------------------------------------------------------- /MATH592-Introduction-to-Algebraic-Topology/Figures/3-torus.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH592-Introduction-to-Algebraic-Topology/Figures/3-torus.pdf -------------------------------------------------------------------------------- /MATH592-Introduction-to-Algebraic-Topology/Figures/3-torus.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH592-Introduction-to-Algebraic-Topology/Figures/3-torus.pdf_tex -------------------------------------------------------------------------------- /MATH592-Introduction-to-Algebraic-Topology/Figures/3-torus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH592-Introduction-to-Algebraic-Topology/Figures/3-torus.svg -------------------------------------------------------------------------------- /MATH592-Introduction-to-Algebraic-Topology/Figures/c2-lec21.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH592-Introduction-to-Algebraic-Topology/Figures/c2-lec21.pdf -------------------------------------------------------------------------------- /MATH592-Introduction-to-Algebraic-Topology/Figures/c2-lec21.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH592-Introduction-to-Algebraic-Topology/Figures/c2-lec21.pdf_tex -------------------------------------------------------------------------------- /MATH592-Introduction-to-Algebraic-Topology/Figures/c2-lec21.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH592-Introduction-to-Algebraic-Topology/Figures/c2-lec21.svg -------------------------------------------------------------------------------- /MATH592-Introduction-to-Algebraic-Topology/Figures/col:lec14:1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH592-Introduction-to-Algebraic-Topology/Figures/col:lec14:1.pdf -------------------------------------------------------------------------------- /MATH592-Introduction-to-Algebraic-Topology/Figures/col:lec14:1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH592-Introduction-to-Algebraic-Topology/Figures/col:lec14:1.svg -------------------------------------------------------------------------------- /MATH592-Introduction-to-Algebraic-Topology/Figures/cover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH592-Introduction-to-Algebraic-Topology/Figures/cover.png -------------------------------------------------------------------------------- /MATH592-Introduction-to-Algebraic-Topology/Figures/def:homotopy.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH592-Introduction-to-Algebraic-Topology/Figures/def:homotopy.pdf -------------------------------------------------------------------------------- /MATH592-Introduction-to-Algebraic-Topology/Figures/def:homotopy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH592-Introduction-to-Algebraic-Topology/Figures/def:homotopy.svg -------------------------------------------------------------------------------- /MATH592-Introduction-to-Algebraic-Topology/Figures/def:simplex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH592-Introduction-to-Algebraic-Topology/Figures/def:simplex.pdf -------------------------------------------------------------------------------- /MATH592-Introduction-to-Algebraic-Topology/Figures/def:simplex.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH592-Introduction-to-Algebraic-Topology/Figures/def:simplex.svg -------------------------------------------------------------------------------- /MATH592-Introduction-to-Algebraic-Topology/Figures/eg:excision-1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH592-Introduction-to-Algebraic-Topology/Figures/eg:excision-1.pdf -------------------------------------------------------------------------------- /MATH592-Introduction-to-Algebraic-Topology/Figures/eg:excision-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH592-Introduction-to-Algebraic-Topology/Figures/eg:excision-1.svg -------------------------------------------------------------------------------- /MATH592-Introduction-to-Algebraic-Topology/Figures/eg:homotopy.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH592-Introduction-to-Algebraic-Topology/Figures/eg:homotopy.pdf -------------------------------------------------------------------------------- /MATH592-Introduction-to-Algebraic-Topology/Figures/eg:homotopy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH592-Introduction-to-Algebraic-Topology/Figures/eg:homotopy.svg -------------------------------------------------------------------------------- /MATH592-Introduction-to-Algebraic-Topology/Figures/eg:lec14:1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH592-Introduction-to-Algebraic-Topology/Figures/eg:lec14:1.pdf -------------------------------------------------------------------------------- /MATH592-Introduction-to-Algebraic-Topology/Figures/eg:lec14:1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH592-Introduction-to-Algebraic-Topology/Figures/eg:lec14:1.svg -------------------------------------------------------------------------------- /MATH592-Introduction-to-Algebraic-Topology/Figures/eg:lec14:2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH592-Introduction-to-Algebraic-Topology/Figures/eg:lec14:2.pdf -------------------------------------------------------------------------------- /MATH592-Introduction-to-Algebraic-Topology/Figures/eg:lec14:2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH592-Introduction-to-Algebraic-Topology/Figures/eg:lec14:2.svg -------------------------------------------------------------------------------- /MATH592-Introduction-to-Algebraic-Topology/Figures/lec-41-2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH592-Introduction-to-Algebraic-Topology/Figures/lec-41-2.pdf -------------------------------------------------------------------------------- /MATH592-Introduction-to-Algebraic-Topology/Figures/lec-41-2.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH592-Introduction-to-Algebraic-Topology/Figures/lec-41-2.pdf_tex -------------------------------------------------------------------------------- /MATH592-Introduction-to-Algebraic-Topology/Figures/lec-41-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH592-Introduction-to-Algebraic-Topology/Figures/lec-41-2.svg -------------------------------------------------------------------------------- /MATH592-Introduction-to-Algebraic-Topology/Figures/lec-41-3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH592-Introduction-to-Algebraic-Topology/Figures/lec-41-3.pdf -------------------------------------------------------------------------------- /MATH592-Introduction-to-Algebraic-Topology/Figures/lec-41-3.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH592-Introduction-to-Algebraic-Topology/Figures/lec-41-3.pdf_tex -------------------------------------------------------------------------------- /MATH592-Introduction-to-Algebraic-Topology/Figures/lec-41-3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH592-Introduction-to-Algebraic-Topology/Figures/lec-41-3.svg -------------------------------------------------------------------------------- /MATH592-Introduction-to-Algebraic-Topology/Figures/lec11:eg-3:1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH592-Introduction-to-Algebraic-Topology/Figures/lec11:eg-3:1.pdf -------------------------------------------------------------------------------- /MATH592-Introduction-to-Algebraic-Topology/Figures/lec11:eg-3:1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH592-Introduction-to-Algebraic-Topology/Figures/lec11:eg-3:1.svg -------------------------------------------------------------------------------- /MATH592-Introduction-to-Algebraic-Topology/Figures/lec11:eg-3:2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH592-Introduction-to-Algebraic-Topology/Figures/lec11:eg-3:2.pdf -------------------------------------------------------------------------------- /MATH592-Introduction-to-Algebraic-Topology/Figures/lec11:eg-3:2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH592-Introduction-to-Algebraic-Topology/Figures/lec11:eg-3:2.svg -------------------------------------------------------------------------------- /MATH592-Introduction-to-Algebraic-Topology/Figures/lec11:eg-3:3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH592-Introduction-to-Algebraic-Topology/Figures/lec11:eg-3:3.pdf -------------------------------------------------------------------------------- /MATH592-Introduction-to-Algebraic-Topology/Figures/lec11:eg-3:3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH592-Introduction-to-Algebraic-Topology/Figures/lec11:eg-3:3.svg -------------------------------------------------------------------------------- /MATH592-Introduction-to-Algebraic-Topology/Figures/lec11:ex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH592-Introduction-to-Algebraic-Topology/Figures/lec11:ex.pdf -------------------------------------------------------------------------------- /MATH592-Introduction-to-Algebraic-Topology/Figures/lec11:ex.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH592-Introduction-to-Algebraic-Topology/Figures/lec11:ex.svg -------------------------------------------------------------------------------- /MATH592-Introduction-to-Algebraic-Topology/Figures/lec12-eg.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH592-Introduction-to-Algebraic-Topology/Figures/lec12-eg.pdf -------------------------------------------------------------------------------- /MATH592-Introduction-to-Algebraic-Topology/Figures/lec12-eg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH592-Introduction-to-Algebraic-Topology/Figures/lec12-eg.svg -------------------------------------------------------------------------------- /MATH592-Introduction-to-Algebraic-Topology/Figures/pf:lec12-1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH592-Introduction-to-Algebraic-Topology/Figures/pf:lec12-1.pdf -------------------------------------------------------------------------------- /MATH592-Introduction-to-Algebraic-Topology/Figures/pf:lec12-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH592-Introduction-to-Algebraic-Topology/Figures/pf:lec12-1.svg -------------------------------------------------------------------------------- /MATH592-Introduction-to-Algebraic-Topology/Figures/pf:lec12-2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH592-Introduction-to-Algebraic-Topology/Figures/pf:lec12-2.pdf -------------------------------------------------------------------------------- /MATH592-Introduction-to-Algebraic-Topology/Figures/pf:lec12-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH592-Introduction-to-Algebraic-Topology/Figures/pf:lec12-2.svg -------------------------------------------------------------------------------- /MATH592-Introduction-to-Algebraic-Topology/Lectures/lec_1.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH592-Introduction-to-Algebraic-Topology/Lectures/lec_1.tex -------------------------------------------------------------------------------- /MATH592-Introduction-to-Algebraic-Topology/Lectures/lec_10.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH592-Introduction-to-Algebraic-Topology/Lectures/lec_10.tex -------------------------------------------------------------------------------- /MATH592-Introduction-to-Algebraic-Topology/Lectures/lec_11.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH592-Introduction-to-Algebraic-Topology/Lectures/lec_11.tex -------------------------------------------------------------------------------- /MATH592-Introduction-to-Algebraic-Topology/Lectures/lec_12.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH592-Introduction-to-Algebraic-Topology/Lectures/lec_12.tex -------------------------------------------------------------------------------- /MATH592-Introduction-to-Algebraic-Topology/Lectures/lec_13.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH592-Introduction-to-Algebraic-Topology/Lectures/lec_13.tex -------------------------------------------------------------------------------- /MATH592-Introduction-to-Algebraic-Topology/Lectures/lec_14.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH592-Introduction-to-Algebraic-Topology/Lectures/lec_14.tex -------------------------------------------------------------------------------- /MATH592-Introduction-to-Algebraic-Topology/Lectures/lec_15.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH592-Introduction-to-Algebraic-Topology/Lectures/lec_15.tex -------------------------------------------------------------------------------- /MATH592-Introduction-to-Algebraic-Topology/Lectures/lec_16.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH592-Introduction-to-Algebraic-Topology/Lectures/lec_16.tex -------------------------------------------------------------------------------- /MATH592-Introduction-to-Algebraic-Topology/Lectures/lec_17.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH592-Introduction-to-Algebraic-Topology/Lectures/lec_17.tex -------------------------------------------------------------------------------- /MATH592-Introduction-to-Algebraic-Topology/Lectures/lec_18.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH592-Introduction-to-Algebraic-Topology/Lectures/lec_18.tex -------------------------------------------------------------------------------- /MATH592-Introduction-to-Algebraic-Topology/Lectures/lec_19.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH592-Introduction-to-Algebraic-Topology/Lectures/lec_19.tex -------------------------------------------------------------------------------- /MATH592-Introduction-to-Algebraic-Topology/Lectures/lec_2.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH592-Introduction-to-Algebraic-Topology/Lectures/lec_2.tex -------------------------------------------------------------------------------- /MATH592-Introduction-to-Algebraic-Topology/Lectures/lec_20.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH592-Introduction-to-Algebraic-Topology/Lectures/lec_20.tex -------------------------------------------------------------------------------- /MATH592-Introduction-to-Algebraic-Topology/Lectures/lec_21.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH592-Introduction-to-Algebraic-Topology/Lectures/lec_21.tex -------------------------------------------------------------------------------- /MATH592-Introduction-to-Algebraic-Topology/Lectures/lec_22.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH592-Introduction-to-Algebraic-Topology/Lectures/lec_22.tex -------------------------------------------------------------------------------- /MATH592-Introduction-to-Algebraic-Topology/Lectures/lec_23.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH592-Introduction-to-Algebraic-Topology/Lectures/lec_23.tex -------------------------------------------------------------------------------- /MATH592-Introduction-to-Algebraic-Topology/Lectures/lec_24.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH592-Introduction-to-Algebraic-Topology/Lectures/lec_24.tex -------------------------------------------------------------------------------- /MATH592-Introduction-to-Algebraic-Topology/Lectures/lec_25.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH592-Introduction-to-Algebraic-Topology/Lectures/lec_25.tex -------------------------------------------------------------------------------- /MATH592-Introduction-to-Algebraic-Topology/Lectures/lec_26.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH592-Introduction-to-Algebraic-Topology/Lectures/lec_26.tex -------------------------------------------------------------------------------- /MATH592-Introduction-to-Algebraic-Topology/Lectures/lec_27.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH592-Introduction-to-Algebraic-Topology/Lectures/lec_27.tex -------------------------------------------------------------------------------- /MATH592-Introduction-to-Algebraic-Topology/Lectures/lec_28.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH592-Introduction-to-Algebraic-Topology/Lectures/lec_28.tex -------------------------------------------------------------------------------- /MATH592-Introduction-to-Algebraic-Topology/Lectures/lec_29.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH592-Introduction-to-Algebraic-Topology/Lectures/lec_29.tex -------------------------------------------------------------------------------- /MATH592-Introduction-to-Algebraic-Topology/Lectures/lec_3.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH592-Introduction-to-Algebraic-Topology/Lectures/lec_3.tex -------------------------------------------------------------------------------- /MATH592-Introduction-to-Algebraic-Topology/Lectures/lec_30.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH592-Introduction-to-Algebraic-Topology/Lectures/lec_30.tex -------------------------------------------------------------------------------- /MATH592-Introduction-to-Algebraic-Topology/Lectures/lec_31.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH592-Introduction-to-Algebraic-Topology/Lectures/lec_31.tex -------------------------------------------------------------------------------- /MATH592-Introduction-to-Algebraic-Topology/Lectures/lec_32.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH592-Introduction-to-Algebraic-Topology/Lectures/lec_32.tex -------------------------------------------------------------------------------- /MATH592-Introduction-to-Algebraic-Topology/Lectures/lec_33.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH592-Introduction-to-Algebraic-Topology/Lectures/lec_33.tex -------------------------------------------------------------------------------- /MATH592-Introduction-to-Algebraic-Topology/Lectures/lec_34.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH592-Introduction-to-Algebraic-Topology/Lectures/lec_34.tex -------------------------------------------------------------------------------- /MATH592-Introduction-to-Algebraic-Topology/Lectures/lec_35.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH592-Introduction-to-Algebraic-Topology/Lectures/lec_35.tex -------------------------------------------------------------------------------- /MATH592-Introduction-to-Algebraic-Topology/Lectures/lec_36.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH592-Introduction-to-Algebraic-Topology/Lectures/lec_36.tex -------------------------------------------------------------------------------- /MATH592-Introduction-to-Algebraic-Topology/Lectures/lec_37.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH592-Introduction-to-Algebraic-Topology/Lectures/lec_37.tex -------------------------------------------------------------------------------- /MATH592-Introduction-to-Algebraic-Topology/Lectures/lec_38.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH592-Introduction-to-Algebraic-Topology/Lectures/lec_38.tex -------------------------------------------------------------------------------- /MATH592-Introduction-to-Algebraic-Topology/Lectures/lec_39.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH592-Introduction-to-Algebraic-Topology/Lectures/lec_39.tex -------------------------------------------------------------------------------- /MATH592-Introduction-to-Algebraic-Topology/Lectures/lec_4.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH592-Introduction-to-Algebraic-Topology/Lectures/lec_4.tex -------------------------------------------------------------------------------- /MATH592-Introduction-to-Algebraic-Topology/Lectures/lec_40.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH592-Introduction-to-Algebraic-Topology/Lectures/lec_40.tex -------------------------------------------------------------------------------- /MATH592-Introduction-to-Algebraic-Topology/Lectures/lec_41.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH592-Introduction-to-Algebraic-Topology/Lectures/lec_41.tex -------------------------------------------------------------------------------- /MATH592-Introduction-to-Algebraic-Topology/Lectures/lec_5.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH592-Introduction-to-Algebraic-Topology/Lectures/lec_5.tex -------------------------------------------------------------------------------- /MATH592-Introduction-to-Algebraic-Topology/Lectures/lec_6.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH592-Introduction-to-Algebraic-Topology/Lectures/lec_6.tex -------------------------------------------------------------------------------- /MATH592-Introduction-to-Algebraic-Topology/Lectures/lec_7.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH592-Introduction-to-Algebraic-Topology/Lectures/lec_7.tex -------------------------------------------------------------------------------- /MATH592-Introduction-to-Algebraic-Topology/Lectures/lec_8.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH592-Introduction-to-Algebraic-Topology/Lectures/lec_8.tex -------------------------------------------------------------------------------- /MATH592-Introduction-to-Algebraic-Topology/Lectures/lec_9.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH592-Introduction-to-Algebraic-Topology/Lectures/lec_9.tex -------------------------------------------------------------------------------- /MATH592-Introduction-to-Algebraic-Topology/appendix.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH592-Introduction-to-Algebraic-Topology/appendix.tex -------------------------------------------------------------------------------- /MATH592-Introduction-to-Algebraic-Topology/reference.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH592-Introduction-to-Algebraic-Topology/reference.bib -------------------------------------------------------------------------------- /MATH595-Stochastic-Processes-on-Graphs/Figures/cover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH595-Stochastic-Processes-on-Graphs/Figures/cover.png -------------------------------------------------------------------------------- /MATH595-Stochastic-Processes-on-Graphs/Figures/ctbp-ancestor.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH595-Stochastic-Processes-on-Graphs/Figures/ctbp-ancestor.pdf -------------------------------------------------------------------------------- /MATH595-Stochastic-Processes-on-Graphs/Figures/ctbp-ancestor.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH595-Stochastic-Processes-on-Graphs/Figures/ctbp-ancestor.svg -------------------------------------------------------------------------------- /MATH595-Stochastic-Processes-on-Graphs/Figures/ctbp.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH595-Stochastic-Processes-on-Graphs/Figures/ctbp.pdf -------------------------------------------------------------------------------- /MATH595-Stochastic-Processes-on-Graphs/Figures/ctbp.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH595-Stochastic-Processes-on-Graphs/Figures/ctbp.pdf_tex -------------------------------------------------------------------------------- /MATH595-Stochastic-Processes-on-Graphs/Figures/ctbp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH595-Stochastic-Processes-on-Graphs/Figures/ctbp.svg -------------------------------------------------------------------------------- /MATH595-Stochastic-Processes-on-Graphs/GraphStocPro.bbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH595-Stochastic-Processes-on-Graphs/GraphStocPro.bbl -------------------------------------------------------------------------------- /MATH595-Stochastic-Processes-on-Graphs/GraphStocPro.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH595-Stochastic-Processes-on-Graphs/GraphStocPro.pdf -------------------------------------------------------------------------------- /MATH595-Stochastic-Processes-on-Graphs/GraphStocPro.synctex.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH595-Stochastic-Processes-on-Graphs/GraphStocPro.synctex.gz -------------------------------------------------------------------------------- /MATH595-Stochastic-Processes-on-Graphs/GraphStocPro.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH595-Stochastic-Processes-on-Graphs/GraphStocPro.tex -------------------------------------------------------------------------------- /MATH595-Stochastic-Processes-on-Graphs/Lectures/lec_1.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH595-Stochastic-Processes-on-Graphs/Lectures/lec_1.tex -------------------------------------------------------------------------------- /MATH595-Stochastic-Processes-on-Graphs/Lectures/lec_10.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH595-Stochastic-Processes-on-Graphs/Lectures/lec_10.tex -------------------------------------------------------------------------------- /MATH595-Stochastic-Processes-on-Graphs/Lectures/lec_11.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH595-Stochastic-Processes-on-Graphs/Lectures/lec_11.tex -------------------------------------------------------------------------------- /MATH595-Stochastic-Processes-on-Graphs/Lectures/lec_12.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH595-Stochastic-Processes-on-Graphs/Lectures/lec_12.tex -------------------------------------------------------------------------------- /MATH595-Stochastic-Processes-on-Graphs/Lectures/lec_13.tex: -------------------------------------------------------------------------------- 1 | \lecture{13}{4 Mar.\ 9:30}{Preferential Attachment Model} 2 | -------------------------------------------------------------------------------- /MATH595-Stochastic-Processes-on-Graphs/Lectures/lec_14.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH595-Stochastic-Processes-on-Graphs/Lectures/lec_14.tex -------------------------------------------------------------------------------- /MATH595-Stochastic-Processes-on-Graphs/Lectures/lec_15.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH595-Stochastic-Processes-on-Graphs/Lectures/lec_15.tex -------------------------------------------------------------------------------- /MATH595-Stochastic-Processes-on-Graphs/Lectures/lec_16.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH595-Stochastic-Processes-on-Graphs/Lectures/lec_16.tex -------------------------------------------------------------------------------- /MATH595-Stochastic-Processes-on-Graphs/Lectures/lec_17.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH595-Stochastic-Processes-on-Graphs/Lectures/lec_17.tex -------------------------------------------------------------------------------- /MATH595-Stochastic-Processes-on-Graphs/Lectures/lec_18.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH595-Stochastic-Processes-on-Graphs/Lectures/lec_18.tex -------------------------------------------------------------------------------- /MATH595-Stochastic-Processes-on-Graphs/Lectures/lec_19.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH595-Stochastic-Processes-on-Graphs/Lectures/lec_19.tex -------------------------------------------------------------------------------- /MATH595-Stochastic-Processes-on-Graphs/Lectures/lec_2.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH595-Stochastic-Processes-on-Graphs/Lectures/lec_2.tex -------------------------------------------------------------------------------- /MATH595-Stochastic-Processes-on-Graphs/Lectures/lec_20.tex: -------------------------------------------------------------------------------- 1 | \lecture{20}{3 Apr.\ 9:30}{Ising Model} 2 | -------------------------------------------------------------------------------- /MATH595-Stochastic-Processes-on-Graphs/Lectures/lec_21.tex: -------------------------------------------------------------------------------- 1 | \lecture{21}{8 Apr.\ 9:30}{Ising Model} 2 | -------------------------------------------------------------------------------- /MATH595-Stochastic-Processes-on-Graphs/Lectures/lec_22.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH595-Stochastic-Processes-on-Graphs/Lectures/lec_22.tex -------------------------------------------------------------------------------- /MATH595-Stochastic-Processes-on-Graphs/Lectures/lec_23.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH595-Stochastic-Processes-on-Graphs/Lectures/lec_23.tex -------------------------------------------------------------------------------- /MATH595-Stochastic-Processes-on-Graphs/Lectures/lec_24.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH595-Stochastic-Processes-on-Graphs/Lectures/lec_24.tex -------------------------------------------------------------------------------- /MATH595-Stochastic-Processes-on-Graphs/Lectures/lec_25.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH595-Stochastic-Processes-on-Graphs/Lectures/lec_25.tex -------------------------------------------------------------------------------- /MATH595-Stochastic-Processes-on-Graphs/Lectures/lec_26.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH595-Stochastic-Processes-on-Graphs/Lectures/lec_26.tex -------------------------------------------------------------------------------- /MATH595-Stochastic-Processes-on-Graphs/Lectures/lec_27.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH595-Stochastic-Processes-on-Graphs/Lectures/lec_27.tex -------------------------------------------------------------------------------- /MATH595-Stochastic-Processes-on-Graphs/Lectures/lec_28.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH595-Stochastic-Processes-on-Graphs/Lectures/lec_28.tex -------------------------------------------------------------------------------- /MATH595-Stochastic-Processes-on-Graphs/Lectures/lec_3.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH595-Stochastic-Processes-on-Graphs/Lectures/lec_3.tex -------------------------------------------------------------------------------- /MATH595-Stochastic-Processes-on-Graphs/Lectures/lec_4.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH595-Stochastic-Processes-on-Graphs/Lectures/lec_4.tex -------------------------------------------------------------------------------- /MATH595-Stochastic-Processes-on-Graphs/Lectures/lec_5.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH595-Stochastic-Processes-on-Graphs/Lectures/lec_5.tex -------------------------------------------------------------------------------- /MATH595-Stochastic-Processes-on-Graphs/Lectures/lec_6.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH595-Stochastic-Processes-on-Graphs/Lectures/lec_6.tex -------------------------------------------------------------------------------- /MATH595-Stochastic-Processes-on-Graphs/Lectures/lec_7.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH595-Stochastic-Processes-on-Graphs/Lectures/lec_7.tex -------------------------------------------------------------------------------- /MATH595-Stochastic-Processes-on-Graphs/Lectures/lec_8.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH595-Stochastic-Processes-on-Graphs/Lectures/lec_8.tex -------------------------------------------------------------------------------- /MATH595-Stochastic-Processes-on-Graphs/Lectures/lec_9.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH595-Stochastic-Processes-on-Graphs/Lectures/lec_9.tex -------------------------------------------------------------------------------- /MATH595-Stochastic-Processes-on-Graphs/appendix.tex: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /MATH595-Stochastic-Processes-on-Graphs/indent.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH595-Stochastic-Processes-on-Graphs/indent.log -------------------------------------------------------------------------------- /MATH595-Stochastic-Processes-on-Graphs/reference.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH595-Stochastic-Processes-on-Graphs/reference.bib -------------------------------------------------------------------------------- /MATH597-Analysis-II/Figures/thm:caratheodory-extension-1a.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH597-Analysis-II/Figures/thm:caratheodory-extension-1a.pdf -------------------------------------------------------------------------------- /MATH597-Analysis-II/Figures/thm:caratheodory-extension-1a.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH597-Analysis-II/Figures/thm:caratheodory-extension-1a.pdf_tex -------------------------------------------------------------------------------- /MATH597-Analysis-II/Figures/thm:caratheodory-extension-1a.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH597-Analysis-II/Figures/thm:caratheodory-extension-1a.svg -------------------------------------------------------------------------------- /MATH597-Analysis-II/Figures/thm:hahn-decomposition.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH597-Analysis-II/Figures/thm:hahn-decomposition.pdf -------------------------------------------------------------------------------- /MATH597-Analysis-II/Figures/thm:hahn-decomposition.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH597-Analysis-II/Figures/thm:hahn-decomposition.pdf_tex -------------------------------------------------------------------------------- /MATH597-Analysis-II/Figures/thm:hahn-decomposition.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH597-Analysis-II/Figures/thm:hahn-decomposition.svg -------------------------------------------------------------------------------- /MATH597-Analysis-II/Lectures/lec_1.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH597-Analysis-II/Lectures/lec_1.tex -------------------------------------------------------------------------------- /MATH597-Analysis-II/Lectures/lec_10.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH597-Analysis-II/Lectures/lec_10.tex -------------------------------------------------------------------------------- /MATH597-Analysis-II/Lectures/lec_11.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH597-Analysis-II/Lectures/lec_11.tex -------------------------------------------------------------------------------- /MATH597-Analysis-II/Lectures/lec_12.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH597-Analysis-II/Lectures/lec_12.tex -------------------------------------------------------------------------------- /MATH597-Analysis-II/Lectures/lec_13.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH597-Analysis-II/Lectures/lec_13.tex -------------------------------------------------------------------------------- /MATH597-Analysis-II/Lectures/lec_14.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH597-Analysis-II/Lectures/lec_14.tex -------------------------------------------------------------------------------- /MATH597-Analysis-II/Lectures/lec_15.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH597-Analysis-II/Lectures/lec_15.tex -------------------------------------------------------------------------------- /MATH597-Analysis-II/Lectures/lec_16.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH597-Analysis-II/Lectures/lec_16.tex -------------------------------------------------------------------------------- /MATH597-Analysis-II/Lectures/lec_17.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH597-Analysis-II/Lectures/lec_17.tex -------------------------------------------------------------------------------- /MATH597-Analysis-II/Lectures/lec_18.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH597-Analysis-II/Lectures/lec_18.tex -------------------------------------------------------------------------------- /MATH597-Analysis-II/Lectures/lec_19.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH597-Analysis-II/Lectures/lec_19.tex -------------------------------------------------------------------------------- /MATH597-Analysis-II/Lectures/lec_2.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH597-Analysis-II/Lectures/lec_2.tex -------------------------------------------------------------------------------- /MATH597-Analysis-II/Lectures/lec_20.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH597-Analysis-II/Lectures/lec_20.tex -------------------------------------------------------------------------------- /MATH597-Analysis-II/Lectures/lec_21.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH597-Analysis-II/Lectures/lec_21.tex -------------------------------------------------------------------------------- /MATH597-Analysis-II/Lectures/lec_22.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH597-Analysis-II/Lectures/lec_22.tex -------------------------------------------------------------------------------- /MATH597-Analysis-II/Lectures/lec_23.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH597-Analysis-II/Lectures/lec_23.tex -------------------------------------------------------------------------------- /MATH597-Analysis-II/Lectures/lec_24.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH597-Analysis-II/Lectures/lec_24.tex -------------------------------------------------------------------------------- /MATH597-Analysis-II/Lectures/lec_25.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH597-Analysis-II/Lectures/lec_25.tex -------------------------------------------------------------------------------- /MATH597-Analysis-II/Lectures/lec_26.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH597-Analysis-II/Lectures/lec_26.tex -------------------------------------------------------------------------------- /MATH597-Analysis-II/Lectures/lec_27.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH597-Analysis-II/Lectures/lec_27.tex -------------------------------------------------------------------------------- /MATH597-Analysis-II/Lectures/lec_28.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH597-Analysis-II/Lectures/lec_28.tex -------------------------------------------------------------------------------- /MATH597-Analysis-II/Lectures/lec_29.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH597-Analysis-II/Lectures/lec_29.tex -------------------------------------------------------------------------------- /MATH597-Analysis-II/Lectures/lec_3.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH597-Analysis-II/Lectures/lec_3.tex -------------------------------------------------------------------------------- /MATH597-Analysis-II/Lectures/lec_30.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH597-Analysis-II/Lectures/lec_30.tex -------------------------------------------------------------------------------- /MATH597-Analysis-II/Lectures/lec_31.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH597-Analysis-II/Lectures/lec_31.tex -------------------------------------------------------------------------------- /MATH597-Analysis-II/Lectures/lec_32.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH597-Analysis-II/Lectures/lec_32.tex -------------------------------------------------------------------------------- /MATH597-Analysis-II/Lectures/lec_33.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH597-Analysis-II/Lectures/lec_33.tex -------------------------------------------------------------------------------- /MATH597-Analysis-II/Lectures/lec_34.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH597-Analysis-II/Lectures/lec_34.tex -------------------------------------------------------------------------------- /MATH597-Analysis-II/Lectures/lec_35.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH597-Analysis-II/Lectures/lec_35.tex -------------------------------------------------------------------------------- /MATH597-Analysis-II/Lectures/lec_36.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH597-Analysis-II/Lectures/lec_36.tex -------------------------------------------------------------------------------- /MATH597-Analysis-II/Lectures/lec_37.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH597-Analysis-II/Lectures/lec_37.tex -------------------------------------------------------------------------------- /MATH597-Analysis-II/Lectures/lec_38.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH597-Analysis-II/Lectures/lec_38.tex -------------------------------------------------------------------------------- /MATH597-Analysis-II/Lectures/lec_39.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH597-Analysis-II/Lectures/lec_39.tex -------------------------------------------------------------------------------- /MATH597-Analysis-II/Lectures/lec_4.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH597-Analysis-II/Lectures/lec_4.tex -------------------------------------------------------------------------------- /MATH597-Analysis-II/Lectures/lec_40.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH597-Analysis-II/Lectures/lec_40.tex -------------------------------------------------------------------------------- /MATH597-Analysis-II/Lectures/lec_5.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH597-Analysis-II/Lectures/lec_5.tex -------------------------------------------------------------------------------- /MATH597-Analysis-II/Lectures/lec_6.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH597-Analysis-II/Lectures/lec_6.tex -------------------------------------------------------------------------------- /MATH597-Analysis-II/Lectures/lec_7.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH597-Analysis-II/Lectures/lec_7.tex -------------------------------------------------------------------------------- /MATH597-Analysis-II/Lectures/lec_8.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH597-Analysis-II/Lectures/lec_8.tex -------------------------------------------------------------------------------- /MATH597-Analysis-II/Lectures/lec_9.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH597-Analysis-II/Lectures/lec_9.tex -------------------------------------------------------------------------------- /MATH597-Analysis-II/ReAnalysis.bbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH597-Analysis-II/ReAnalysis.bbl -------------------------------------------------------------------------------- /MATH597-Analysis-II/ReAnalysis.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH597-Analysis-II/ReAnalysis.pdf -------------------------------------------------------------------------------- /MATH597-Analysis-II/ReAnalysis.synctex.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH597-Analysis-II/ReAnalysis.synctex.gz -------------------------------------------------------------------------------- /MATH597-Analysis-II/ReAnalysis.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH597-Analysis-II/ReAnalysis.tex -------------------------------------------------------------------------------- /MATH597-Analysis-II/appendix.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH597-Analysis-II/appendix.tex -------------------------------------------------------------------------------- /MATH597-Analysis-II/reference.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH597-Analysis-II/reference.bib -------------------------------------------------------------------------------- /MATH602-Real-Analysis-II/Figures/orthogonality-principle.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH602-Real-Analysis-II/Figures/orthogonality-principle.pdf -------------------------------------------------------------------------------- /MATH602-Real-Analysis-II/Figures/orthogonality-principle.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH602-Real-Analysis-II/Figures/orthogonality-principle.pdf_tex -------------------------------------------------------------------------------- /MATH602-Real-Analysis-II/Figures/orthogonality-principle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH602-Real-Analysis-II/Figures/orthogonality-principle.svg -------------------------------------------------------------------------------- /MATH602-Real-Analysis-II/Lectures/lec_1.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH602-Real-Analysis-II/Lectures/lec_1.tex -------------------------------------------------------------------------------- /MATH602-Real-Analysis-II/Lectures/lec_10.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH602-Real-Analysis-II/Lectures/lec_10.tex -------------------------------------------------------------------------------- /MATH602-Real-Analysis-II/Lectures/lec_11.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH602-Real-Analysis-II/Lectures/lec_11.tex -------------------------------------------------------------------------------- /MATH602-Real-Analysis-II/Lectures/lec_12.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH602-Real-Analysis-II/Lectures/lec_12.tex -------------------------------------------------------------------------------- /MATH602-Real-Analysis-II/Lectures/lec_13.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH602-Real-Analysis-II/Lectures/lec_13.tex -------------------------------------------------------------------------------- /MATH602-Real-Analysis-II/Lectures/lec_14.tex: -------------------------------------------------------------------------------- 1 | \lecture{14}{13 Oct.\ 14:30}{Midterm} 2 | Good luck! -------------------------------------------------------------------------------- /MATH602-Real-Analysis-II/Lectures/lec_15.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH602-Real-Analysis-II/Lectures/lec_15.tex -------------------------------------------------------------------------------- /MATH602-Real-Analysis-II/Lectures/lec_16.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH602-Real-Analysis-II/Lectures/lec_16.tex -------------------------------------------------------------------------------- /MATH602-Real-Analysis-II/Lectures/lec_17.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH602-Real-Analysis-II/Lectures/lec_17.tex -------------------------------------------------------------------------------- /MATH602-Real-Analysis-II/Lectures/lec_18.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH602-Real-Analysis-II/Lectures/lec_18.tex -------------------------------------------------------------------------------- /MATH602-Real-Analysis-II/Lectures/lec_19.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH602-Real-Analysis-II/Lectures/lec_19.tex -------------------------------------------------------------------------------- /MATH602-Real-Analysis-II/Lectures/lec_2.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH602-Real-Analysis-II/Lectures/lec_2.tex -------------------------------------------------------------------------------- /MATH602-Real-Analysis-II/Lectures/lec_20.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH602-Real-Analysis-II/Lectures/lec_20.tex -------------------------------------------------------------------------------- /MATH602-Real-Analysis-II/Lectures/lec_21.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH602-Real-Analysis-II/Lectures/lec_21.tex -------------------------------------------------------------------------------- /MATH602-Real-Analysis-II/Lectures/lec_22.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH602-Real-Analysis-II/Lectures/lec_22.tex -------------------------------------------------------------------------------- /MATH602-Real-Analysis-II/Lectures/lec_23.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH602-Real-Analysis-II/Lectures/lec_23.tex -------------------------------------------------------------------------------- /MATH602-Real-Analysis-II/Lectures/lec_24.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH602-Real-Analysis-II/Lectures/lec_24.tex -------------------------------------------------------------------------------- /MATH602-Real-Analysis-II/Lectures/lec_25.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH602-Real-Analysis-II/Lectures/lec_25.tex -------------------------------------------------------------------------------- /MATH602-Real-Analysis-II/Lectures/lec_26.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH602-Real-Analysis-II/Lectures/lec_26.tex -------------------------------------------------------------------------------- /MATH602-Real-Analysis-II/Lectures/lec_27.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH602-Real-Analysis-II/Lectures/lec_27.tex -------------------------------------------------------------------------------- /MATH602-Real-Analysis-II/Lectures/lec_28.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH602-Real-Analysis-II/Lectures/lec_28.tex -------------------------------------------------------------------------------- /MATH602-Real-Analysis-II/Lectures/lec_3.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH602-Real-Analysis-II/Lectures/lec_3.tex -------------------------------------------------------------------------------- /MATH602-Real-Analysis-II/Lectures/lec_4.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH602-Real-Analysis-II/Lectures/lec_4.tex -------------------------------------------------------------------------------- /MATH602-Real-Analysis-II/Lectures/lec_5.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH602-Real-Analysis-II/Lectures/lec_5.tex -------------------------------------------------------------------------------- /MATH602-Real-Analysis-II/Lectures/lec_6.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH602-Real-Analysis-II/Lectures/lec_6.tex -------------------------------------------------------------------------------- /MATH602-Real-Analysis-II/Lectures/lec_7.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH602-Real-Analysis-II/Lectures/lec_7.tex -------------------------------------------------------------------------------- /MATH602-Real-Analysis-II/Lectures/lec_8.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH602-Real-Analysis-II/Lectures/lec_8.tex -------------------------------------------------------------------------------- /MATH602-Real-Analysis-II/Lectures/lec_9.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH602-Real-Analysis-II/Lectures/lec_9.tex -------------------------------------------------------------------------------- /MATH602-Real-Analysis-II/ReAnalysis-II.bbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH602-Real-Analysis-II/ReAnalysis-II.bbl -------------------------------------------------------------------------------- /MATH602-Real-Analysis-II/ReAnalysis-II.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH602-Real-Analysis-II/ReAnalysis-II.pdf -------------------------------------------------------------------------------- /MATH602-Real-Analysis-II/ReAnalysis-II.synctex.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH602-Real-Analysis-II/ReAnalysis-II.synctex.gz -------------------------------------------------------------------------------- /MATH602-Real-Analysis-II/ReAnalysis-II.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH602-Real-Analysis-II/ReAnalysis-II.tex -------------------------------------------------------------------------------- /MATH602-Real-Analysis-II/appendix.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH602-Real-Analysis-II/appendix.tex -------------------------------------------------------------------------------- /MATH602-Real-Analysis-II/reference.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH602-Real-Analysis-II/reference.bib -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Figures/2nd-variation.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Figures/2nd-variation.pdf -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Figures/2nd-variation.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Figures/2nd-variation.pdf_tex -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Figures/2nd-variation.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Figures/2nd-variation.svg -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Figures/circle-exponential-map.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Figures/circle-exponential-map.pdf -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Figures/circle-exponential-map.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Figures/circle-exponential-map.svg -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Figures/conjugate-point.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Figures/conjugate-point.pdf -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Figures/conjugate-point.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Figures/conjugate-point.pdf_tex -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Figures/conjugate-point.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Figures/conjugate-point.svg -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Figures/construct-geodesic-zero.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Figures/construct-geodesic-zero.pdf -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Figures/construct-geodesic-zero.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Figures/construct-geodesic-zero.svg -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Figures/construct-geodesic.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Figures/construct-geodesic.pdf -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Figures/construct-geodesic.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Figures/construct-geodesic.pdf_tex -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Figures/construct-geodesic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Figures/construct-geodesic.svg -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Figures/coordinate-chart.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Figures/coordinate-chart.pdf -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Figures/coordinate-chart.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Figures/coordinate-chart.pdf_tex -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Figures/coordinate-chart.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Figures/coordinate-chart.svg -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Figures/coordinate-transition.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Figures/coordinate-transition.pdf -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Figures/coordinate-transition.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Figures/coordinate-transition.pdf_tex -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Figures/coordinate-transition.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Figures/coordinate-transition.svg -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Figures/cover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Figures/cover.png -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Figures/cylinder-circle-bundle.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Figures/cylinder-circle-bundle.pdf -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Figures/cylinder-circle-bundle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Figures/cylinder-circle-bundle.svg -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Figures/cylinder-circle-section.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Figures/cylinder-circle-section.pdf -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Figures/cylinder-circle-section.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Figures/cylinder-circle-section.svg -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Figures/differential.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Figures/differential.pdf -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Figures/differential.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Figures/differential.pdf_tex -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Figures/differential.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Figures/differential.svg -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Figures/directional-derivative.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Figures/directional-derivative.pdf -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Figures/directional-derivative.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Figures/directional-derivative.svg -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Figures/gr.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Figures/gr.pdf -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Figures/gr.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Figures/gr.pdf_tex -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Figures/gr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Figures/gr.svg -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Figures/grassmannian-transition.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Figures/grassmannian-transition.pdf -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Figures/grassmannian-transition.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Figures/grassmannian-transition.svg -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Figures/hopf-rinow-theorem.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Figures/hopf-rinow-theorem.pdf -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Figures/hopf-rinow-theorem.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Figures/hopf-rinow-theorem.pdf_tex -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Figures/hopf-rinow-theorem.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Figures/hopf-rinow-theorem.svg -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Figures/hopf-rinow-uniqueness.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Figures/hopf-rinow-uniqueness.pdf -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Figures/hopf-rinow-uniqueness.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Figures/hopf-rinow-uniqueness.pdf_tex -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Figures/hopf-rinow-uniqueness.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Figures/hopf-rinow-uniqueness.svg -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Figures/ligo.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Figures/ligo.pdf -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Figures/ligo.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Figures/ligo.pdf_tex -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Figures/ligo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Figures/ligo.svg -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Figures/local-flow.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Figures/local-flow.pdf -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Figures/local-flow.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Figures/local-flow.pdf_tex -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Figures/local-flow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Figures/local-flow.svg -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Figures/maps-between-manifolds.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Figures/maps-between-manifolds.pdf -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Figures/maps-between-manifolds.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Figures/maps-between-manifolds.svg -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Figures/morse-function-circles.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Figures/morse-function-circles.pdf -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Figures/morse-function-circles.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Figures/morse-function-circles.svg -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Figures/morse-function-torus.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Figures/morse-function-torus.pdf -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Figures/morse-function-torus.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Figures/morse-function-torus.pdf_tex -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Figures/morse-function-torus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Figures/morse-function-torus.svg -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Figures/motivation-bundle-field.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Figures/motivation-bundle-field.pdf -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Figures/motivation-bundle-field.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Figures/motivation-bundle-field.svg -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Figures/non-differentiable.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Figures/non-differentiable.pdf -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Figures/non-differentiable.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Figures/non-differentiable.pdf_tex -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Figures/non-differentiable.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Figures/non-differentiable.svg -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Figures/non-embedding.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Figures/non-embedding.pdf -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Figures/non-embedding.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Figures/non-embedding.pdf_tex -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Figures/non-embedding.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Figures/non-embedding.svg -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Figures/non-immersion.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Figures/non-immersion.pdf -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Figures/non-immersion.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Figures/non-immersion.pdf_tex -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Figures/non-immersion.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Figures/non-immersion.svg -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Figures/non-increasing-function.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Figures/non-increasing-function.pdf -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Figures/non-increasing-function.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Figures/non-increasing-function.svg -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Figures/parallel-transport.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Figures/parallel-transport.pdf -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Figures/parallel-transport.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Figures/parallel-transport.pdf_tex -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Figures/parallel-transport.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Figures/parallel-transport.svg -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Figures/space-form.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Figures/space-form.pdf -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Figures/space-form.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Figures/space-form.pdf_tex -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Figures/space-form.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Figures/space-form.svg -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Figures/sphere-order.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Figures/sphere-order.pdf -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Figures/sphere-order.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Figures/sphere-order.pdf_tex -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Figures/sphere-order.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Figures/sphere-order.svg -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Figures/stereographic-projection.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Figures/stereographic-projection.pdf -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Figures/stereographic-projection.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Figures/stereographic-projection.svg -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Figures/tangent-space.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Figures/tangent-space.pdf -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Figures/tangent-space.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Figures/tangent-space.pdf_tex -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Figures/tangent-space.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Figures/tangent-space.svg -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Figures/tilted-torus.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Figures/tilted-torus.pdf -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Figures/tilted-torus.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Figures/tilted-torus.pdf_tex -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Figures/tilted-torus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Figures/tilted-torus.svg -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Figures/vector-bundle.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Figures/vector-bundle.pdf -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Figures/vector-bundle.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Figures/vector-bundle.pdf_tex -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Figures/vector-bundle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Figures/vector-bundle.svg -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Lectures/lec_1.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Lectures/lec_1.tex -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Lectures/lec_10.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Lectures/lec_10.tex -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Lectures/lec_11.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Lectures/lec_11.tex -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Lectures/lec_12.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Lectures/lec_12.tex -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Lectures/lec_13.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Lectures/lec_13.tex -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Lectures/lec_14.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Lectures/lec_14.tex -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Lectures/lec_15.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Lectures/lec_15.tex -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Lectures/lec_16.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Lectures/lec_16.tex -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Lectures/lec_17.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Lectures/lec_17.tex -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Lectures/lec_18.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Lectures/lec_18.tex -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Lectures/lec_19.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Lectures/lec_19.tex -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Lectures/lec_2.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Lectures/lec_2.tex -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Lectures/lec_20.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Lectures/lec_20.tex -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Lectures/lec_21.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Lectures/lec_21.tex -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Lectures/lec_22.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Lectures/lec_22.tex -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Lectures/lec_23.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Lectures/lec_23.tex -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Lectures/lec_24.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Lectures/lec_24.tex -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Lectures/lec_25.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Lectures/lec_25.tex -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Lectures/lec_26.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Lectures/lec_26.tex -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Lectures/lec_27.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Lectures/lec_27.tex -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Lectures/lec_28.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Lectures/lec_28.tex -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Lectures/lec_3.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Lectures/lec_3.tex -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Lectures/lec_4.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Lectures/lec_4.tex -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Lectures/lec_5.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Lectures/lec_5.tex -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Lectures/lec_6.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Lectures/lec_6.tex -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Lectures/lec_7.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Lectures/lec_7.tex -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Lectures/lec_8.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Lectures/lec_8.tex -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/Lectures/lec_9.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/Lectures/lec_9.tex -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/RiemGeo.bbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/RiemGeo.bbl -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/RiemGeo.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/RiemGeo.pdf -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/RiemGeo.synctex.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/RiemGeo.synctex.gz -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/RiemGeo.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/RiemGeo.tex -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/appendix.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/appendix.tex -------------------------------------------------------------------------------- /MATH635-Riemannian-Geometry/reference.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH635-Riemannian-Geometry/reference.bib -------------------------------------------------------------------------------- /MATH681-Mathematical-Logic/Figures/cell.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH681-Mathematical-Logic/Figures/cell.pdf -------------------------------------------------------------------------------- /MATH681-Mathematical-Logic/Figures/cell.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH681-Mathematical-Logic/Figures/cell.pdf_tex -------------------------------------------------------------------------------- /MATH681-Mathematical-Logic/Figures/cell.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH681-Mathematical-Logic/Figures/cell.svg -------------------------------------------------------------------------------- /MATH681-Mathematical-Logic/Figures/cover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH681-Mathematical-Logic/Figures/cover.png -------------------------------------------------------------------------------- /MATH681-Mathematical-Logic/Figures/linear-order-ap.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH681-Mathematical-Logic/Figures/linear-order-ap.pdf -------------------------------------------------------------------------------- /MATH681-Mathematical-Logic/Figures/linear-order-ap.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH681-Mathematical-Logic/Figures/linear-order-ap.pdf_tex -------------------------------------------------------------------------------- /MATH681-Mathematical-Logic/Figures/linear-order-ap.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH681-Mathematical-Logic/Figures/linear-order-ap.svg -------------------------------------------------------------------------------- /MATH681-Mathematical-Logic/Figures/random-graph-qe.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH681-Mathematical-Logic/Figures/random-graph-qe.pdf -------------------------------------------------------------------------------- /MATH681-Mathematical-Logic/Figures/random-graph-qe.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH681-Mathematical-Logic/Figures/random-graph-qe.pdf_tex -------------------------------------------------------------------------------- /MATH681-Mathematical-Logic/Figures/random-graph-qe.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH681-Mathematical-Logic/Figures/random-graph-qe.svg -------------------------------------------------------------------------------- /MATH681-Mathematical-Logic/Figures/random-graph-theory.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH681-Mathematical-Logic/Figures/random-graph-theory.pdf -------------------------------------------------------------------------------- /MATH681-Mathematical-Logic/Figures/random-graph-theory.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH681-Mathematical-Logic/Figures/random-graph-theory.pdf_tex -------------------------------------------------------------------------------- /MATH681-Mathematical-Logic/Figures/random-graph-theory.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH681-Mathematical-Logic/Figures/random-graph-theory.svg -------------------------------------------------------------------------------- /MATH681-Mathematical-Logic/Figures/square-free.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH681-Mathematical-Logic/Figures/square-free.pdf -------------------------------------------------------------------------------- /MATH681-Mathematical-Logic/Figures/square-free.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH681-Mathematical-Logic/Figures/square-free.pdf_tex -------------------------------------------------------------------------------- /MATH681-Mathematical-Logic/Figures/square-free.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH681-Mathematical-Logic/Figures/square-free.svg -------------------------------------------------------------------------------- /MATH681-Mathematical-Logic/Lectures/lec_1.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH681-Mathematical-Logic/Lectures/lec_1.tex -------------------------------------------------------------------------------- /MATH681-Mathematical-Logic/Lectures/lec_10.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH681-Mathematical-Logic/Lectures/lec_10.tex -------------------------------------------------------------------------------- /MATH681-Mathematical-Logic/Lectures/lec_11.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH681-Mathematical-Logic/Lectures/lec_11.tex -------------------------------------------------------------------------------- /MATH681-Mathematical-Logic/Lectures/lec_12.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH681-Mathematical-Logic/Lectures/lec_12.tex -------------------------------------------------------------------------------- /MATH681-Mathematical-Logic/Lectures/lec_13.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH681-Mathematical-Logic/Lectures/lec_13.tex -------------------------------------------------------------------------------- /MATH681-Mathematical-Logic/Lectures/lec_14.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH681-Mathematical-Logic/Lectures/lec_14.tex -------------------------------------------------------------------------------- /MATH681-Mathematical-Logic/Lectures/lec_15.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH681-Mathematical-Logic/Lectures/lec_15.tex -------------------------------------------------------------------------------- /MATH681-Mathematical-Logic/Lectures/lec_16.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH681-Mathematical-Logic/Lectures/lec_16.tex -------------------------------------------------------------------------------- /MATH681-Mathematical-Logic/Lectures/lec_17.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH681-Mathematical-Logic/Lectures/lec_17.tex -------------------------------------------------------------------------------- /MATH681-Mathematical-Logic/Lectures/lec_18.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH681-Mathematical-Logic/Lectures/lec_18.tex -------------------------------------------------------------------------------- /MATH681-Mathematical-Logic/Lectures/lec_19.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH681-Mathematical-Logic/Lectures/lec_19.tex -------------------------------------------------------------------------------- /MATH681-Mathematical-Logic/Lectures/lec_2.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH681-Mathematical-Logic/Lectures/lec_2.tex -------------------------------------------------------------------------------- /MATH681-Mathematical-Logic/Lectures/lec_20.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH681-Mathematical-Logic/Lectures/lec_20.tex -------------------------------------------------------------------------------- /MATH681-Mathematical-Logic/Lectures/lec_21.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH681-Mathematical-Logic/Lectures/lec_21.tex -------------------------------------------------------------------------------- /MATH681-Mathematical-Logic/Lectures/lec_22.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH681-Mathematical-Logic/Lectures/lec_22.tex -------------------------------------------------------------------------------- /MATH681-Mathematical-Logic/Lectures/lec_23.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH681-Mathematical-Logic/Lectures/lec_23.tex -------------------------------------------------------------------------------- /MATH681-Mathematical-Logic/Lectures/lec_24.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH681-Mathematical-Logic/Lectures/lec_24.tex -------------------------------------------------------------------------------- /MATH681-Mathematical-Logic/Lectures/lec_25.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH681-Mathematical-Logic/Lectures/lec_25.tex -------------------------------------------------------------------------------- /MATH681-Mathematical-Logic/Lectures/lec_26.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH681-Mathematical-Logic/Lectures/lec_26.tex -------------------------------------------------------------------------------- /MATH681-Mathematical-Logic/Lectures/lec_27.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH681-Mathematical-Logic/Lectures/lec_27.tex -------------------------------------------------------------------------------- /MATH681-Mathematical-Logic/Lectures/lec_28.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH681-Mathematical-Logic/Lectures/lec_28.tex -------------------------------------------------------------------------------- /MATH681-Mathematical-Logic/Lectures/lec_3.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH681-Mathematical-Logic/Lectures/lec_3.tex -------------------------------------------------------------------------------- /MATH681-Mathematical-Logic/Lectures/lec_4.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH681-Mathematical-Logic/Lectures/lec_4.tex -------------------------------------------------------------------------------- /MATH681-Mathematical-Logic/Lectures/lec_5.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH681-Mathematical-Logic/Lectures/lec_5.tex -------------------------------------------------------------------------------- /MATH681-Mathematical-Logic/Lectures/lec_6.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH681-Mathematical-Logic/Lectures/lec_6.tex -------------------------------------------------------------------------------- /MATH681-Mathematical-Logic/Lectures/lec_7.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH681-Mathematical-Logic/Lectures/lec_7.tex -------------------------------------------------------------------------------- /MATH681-Mathematical-Logic/Lectures/lec_8.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH681-Mathematical-Logic/Lectures/lec_8.tex -------------------------------------------------------------------------------- /MATH681-Mathematical-Logic/Lectures/lec_9.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH681-Mathematical-Logic/Lectures/lec_9.tex -------------------------------------------------------------------------------- /MATH681-Mathematical-Logic/Logic.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH681-Mathematical-Logic/Logic.pdf -------------------------------------------------------------------------------- /MATH681-Mathematical-Logic/Logic.synctex.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH681-Mathematical-Logic/Logic.synctex.gz -------------------------------------------------------------------------------- /MATH681-Mathematical-Logic/Logic.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH681-Mathematical-Logic/Logic.tex -------------------------------------------------------------------------------- /MATH681-Mathematical-Logic/appendix.tex: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /MATH681-Mathematical-Logic/reference.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/MATH681-Mathematical-Logic/reference.bib -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/README.md -------------------------------------------------------------------------------- /STAT575-Large-Sample-Theory/Figures/cover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/STAT575-Large-Sample-Theory/Figures/cover.png -------------------------------------------------------------------------------- /STAT575-Large-Sample-Theory/LargeSample.bbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/STAT575-Large-Sample-Theory/LargeSample.bbl -------------------------------------------------------------------------------- /STAT575-Large-Sample-Theory/LargeSample.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/STAT575-Large-Sample-Theory/LargeSample.pdf -------------------------------------------------------------------------------- /STAT575-Large-Sample-Theory/LargeSample.synctex.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/STAT575-Large-Sample-Theory/LargeSample.synctex.gz -------------------------------------------------------------------------------- /STAT575-Large-Sample-Theory/LargeSample.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/STAT575-Large-Sample-Theory/LargeSample.tex -------------------------------------------------------------------------------- /STAT575-Large-Sample-Theory/Lectures/lec_1.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/STAT575-Large-Sample-Theory/Lectures/lec_1.tex -------------------------------------------------------------------------------- /STAT575-Large-Sample-Theory/Lectures/lec_10.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/STAT575-Large-Sample-Theory/Lectures/lec_10.tex -------------------------------------------------------------------------------- /STAT575-Large-Sample-Theory/Lectures/lec_11.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/STAT575-Large-Sample-Theory/Lectures/lec_11.tex -------------------------------------------------------------------------------- /STAT575-Large-Sample-Theory/Lectures/lec_12.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/STAT575-Large-Sample-Theory/Lectures/lec_12.tex -------------------------------------------------------------------------------- /STAT575-Large-Sample-Theory/Lectures/lec_13.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/STAT575-Large-Sample-Theory/Lectures/lec_13.tex -------------------------------------------------------------------------------- /STAT575-Large-Sample-Theory/Lectures/lec_14.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/STAT575-Large-Sample-Theory/Lectures/lec_14.tex -------------------------------------------------------------------------------- /STAT575-Large-Sample-Theory/Lectures/lec_15.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/STAT575-Large-Sample-Theory/Lectures/lec_15.tex -------------------------------------------------------------------------------- /STAT575-Large-Sample-Theory/Lectures/lec_16.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/STAT575-Large-Sample-Theory/Lectures/lec_16.tex -------------------------------------------------------------------------------- /STAT575-Large-Sample-Theory/Lectures/lec_17.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/STAT575-Large-Sample-Theory/Lectures/lec_17.tex -------------------------------------------------------------------------------- /STAT575-Large-Sample-Theory/Lectures/lec_18.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/STAT575-Large-Sample-Theory/Lectures/lec_18.tex -------------------------------------------------------------------------------- /STAT575-Large-Sample-Theory/Lectures/lec_19.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/STAT575-Large-Sample-Theory/Lectures/lec_19.tex -------------------------------------------------------------------------------- /STAT575-Large-Sample-Theory/Lectures/lec_2.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/STAT575-Large-Sample-Theory/Lectures/lec_2.tex -------------------------------------------------------------------------------- /STAT575-Large-Sample-Theory/Lectures/lec_20.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/STAT575-Large-Sample-Theory/Lectures/lec_20.tex -------------------------------------------------------------------------------- /STAT575-Large-Sample-Theory/Lectures/lec_21.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/STAT575-Large-Sample-Theory/Lectures/lec_21.tex -------------------------------------------------------------------------------- /STAT575-Large-Sample-Theory/Lectures/lec_22.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/STAT575-Large-Sample-Theory/Lectures/lec_22.tex -------------------------------------------------------------------------------- /STAT575-Large-Sample-Theory/Lectures/lec_23.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/STAT575-Large-Sample-Theory/Lectures/lec_23.tex -------------------------------------------------------------------------------- /STAT575-Large-Sample-Theory/Lectures/lec_24.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/STAT575-Large-Sample-Theory/Lectures/lec_24.tex -------------------------------------------------------------------------------- /STAT575-Large-Sample-Theory/Lectures/lec_25.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/STAT575-Large-Sample-Theory/Lectures/lec_25.tex -------------------------------------------------------------------------------- /STAT575-Large-Sample-Theory/Lectures/lec_26.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/STAT575-Large-Sample-Theory/Lectures/lec_26.tex -------------------------------------------------------------------------------- /STAT575-Large-Sample-Theory/Lectures/lec_27.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/STAT575-Large-Sample-Theory/Lectures/lec_27.tex -------------------------------------------------------------------------------- /STAT575-Large-Sample-Theory/Lectures/lec_28.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/STAT575-Large-Sample-Theory/Lectures/lec_28.tex -------------------------------------------------------------------------------- /STAT575-Large-Sample-Theory/Lectures/lec_3.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/STAT575-Large-Sample-Theory/Lectures/lec_3.tex -------------------------------------------------------------------------------- /STAT575-Large-Sample-Theory/Lectures/lec_4.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/STAT575-Large-Sample-Theory/Lectures/lec_4.tex -------------------------------------------------------------------------------- /STAT575-Large-Sample-Theory/Lectures/lec_5.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/STAT575-Large-Sample-Theory/Lectures/lec_5.tex -------------------------------------------------------------------------------- /STAT575-Large-Sample-Theory/Lectures/lec_6.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/STAT575-Large-Sample-Theory/Lectures/lec_6.tex -------------------------------------------------------------------------------- /STAT575-Large-Sample-Theory/Lectures/lec_7.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/STAT575-Large-Sample-Theory/Lectures/lec_7.tex -------------------------------------------------------------------------------- /STAT575-Large-Sample-Theory/Lectures/lec_8.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/STAT575-Large-Sample-Theory/Lectures/lec_8.tex -------------------------------------------------------------------------------- /STAT575-Large-Sample-Theory/Lectures/lec_9.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/STAT575-Large-Sample-Theory/Lectures/lec_9.tex -------------------------------------------------------------------------------- /STAT575-Large-Sample-Theory/appendix.tex: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /STAT575-Large-Sample-Theory/reference.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/STAT575-Large-Sample-Theory/reference.bib -------------------------------------------------------------------------------- /STAT576-Empirical-Process-Theory/EmpProcess.bbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/STAT576-Empirical-Process-Theory/EmpProcess.bbl -------------------------------------------------------------------------------- /STAT576-Empirical-Process-Theory/EmpProcess.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/STAT576-Empirical-Process-Theory/EmpProcess.pdf -------------------------------------------------------------------------------- /STAT576-Empirical-Process-Theory/EmpProcess.synctex.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/STAT576-Empirical-Process-Theory/EmpProcess.synctex.gz -------------------------------------------------------------------------------- /STAT576-Empirical-Process-Theory/EmpProcess.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/STAT576-Empirical-Process-Theory/EmpProcess.tex -------------------------------------------------------------------------------- /STAT576-Empirical-Process-Theory/Figures/chaining.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/STAT576-Empirical-Process-Theory/Figures/chaining.pdf -------------------------------------------------------------------------------- /STAT576-Empirical-Process-Theory/Figures/chaining.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/STAT576-Empirical-Process-Theory/Figures/chaining.pdf_tex -------------------------------------------------------------------------------- /STAT576-Empirical-Process-Theory/Figures/chaining.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/STAT576-Empirical-Process-Theory/Figures/chaining.svg -------------------------------------------------------------------------------- /STAT576-Empirical-Process-Theory/Figures/cover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/STAT576-Empirical-Process-Theory/Figures/cover.png -------------------------------------------------------------------------------- /STAT576-Empirical-Process-Theory/Figures/margin-plot.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/STAT576-Empirical-Process-Theory/Figures/margin-plot.pdf -------------------------------------------------------------------------------- /STAT576-Empirical-Process-Theory/Figures/margin-plot.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/STAT576-Empirical-Process-Theory/Figures/margin-plot.pdf_tex -------------------------------------------------------------------------------- /STAT576-Empirical-Process-Theory/Figures/margin-plot.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/STAT576-Empirical-Process-Theory/Figures/margin-plot.svg -------------------------------------------------------------------------------- /STAT576-Empirical-Process-Theory/Figures/obtuse-angle-lemma.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/STAT576-Empirical-Process-Theory/Figures/obtuse-angle-lemma.pdf -------------------------------------------------------------------------------- /STAT576-Empirical-Process-Theory/Figures/obtuse-angle-lemma.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/STAT576-Empirical-Process-Theory/Figures/obtuse-angle-lemma.svg -------------------------------------------------------------------------------- /STAT576-Empirical-Process-Theory/Figures/star-estimator.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/STAT576-Empirical-Process-Theory/Figures/star-estimator.pdf -------------------------------------------------------------------------------- /STAT576-Empirical-Process-Theory/Figures/star-estimator.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/STAT576-Empirical-Process-Theory/Figures/star-estimator.pdf_tex -------------------------------------------------------------------------------- /STAT576-Empirical-Process-Theory/Figures/star-estimator.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/STAT576-Empirical-Process-Theory/Figures/star-estimator.svg -------------------------------------------------------------------------------- /STAT576-Empirical-Process-Theory/Figures/star-shape.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/STAT576-Empirical-Process-Theory/Figures/star-shape.pdf -------------------------------------------------------------------------------- /STAT576-Empirical-Process-Theory/Figures/star-shape.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/STAT576-Empirical-Process-Theory/Figures/star-shape.pdf_tex -------------------------------------------------------------------------------- /STAT576-Empirical-Process-Theory/Figures/star-shape.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/STAT576-Empirical-Process-Theory/Figures/star-shape.svg -------------------------------------------------------------------------------- /STAT576-Empirical-Process-Theory/Lectures/lec_1.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/STAT576-Empirical-Process-Theory/Lectures/lec_1.tex -------------------------------------------------------------------------------- /STAT576-Empirical-Process-Theory/Lectures/lec_10.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/STAT576-Empirical-Process-Theory/Lectures/lec_10.tex -------------------------------------------------------------------------------- /STAT576-Empirical-Process-Theory/Lectures/lec_11.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/STAT576-Empirical-Process-Theory/Lectures/lec_11.tex -------------------------------------------------------------------------------- /STAT576-Empirical-Process-Theory/Lectures/lec_12.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/STAT576-Empirical-Process-Theory/Lectures/lec_12.tex -------------------------------------------------------------------------------- /STAT576-Empirical-Process-Theory/Lectures/lec_13.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/STAT576-Empirical-Process-Theory/Lectures/lec_13.tex -------------------------------------------------------------------------------- /STAT576-Empirical-Process-Theory/Lectures/lec_14.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/STAT576-Empirical-Process-Theory/Lectures/lec_14.tex -------------------------------------------------------------------------------- /STAT576-Empirical-Process-Theory/Lectures/lec_15.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/STAT576-Empirical-Process-Theory/Lectures/lec_15.tex -------------------------------------------------------------------------------- /STAT576-Empirical-Process-Theory/Lectures/lec_16.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/STAT576-Empirical-Process-Theory/Lectures/lec_16.tex -------------------------------------------------------------------------------- /STAT576-Empirical-Process-Theory/Lectures/lec_17.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/STAT576-Empirical-Process-Theory/Lectures/lec_17.tex -------------------------------------------------------------------------------- /STAT576-Empirical-Process-Theory/Lectures/lec_18.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/STAT576-Empirical-Process-Theory/Lectures/lec_18.tex -------------------------------------------------------------------------------- /STAT576-Empirical-Process-Theory/Lectures/lec_19.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/STAT576-Empirical-Process-Theory/Lectures/lec_19.tex -------------------------------------------------------------------------------- /STAT576-Empirical-Process-Theory/Lectures/lec_2.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/STAT576-Empirical-Process-Theory/Lectures/lec_2.tex -------------------------------------------------------------------------------- /STAT576-Empirical-Process-Theory/Lectures/lec_20.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/STAT576-Empirical-Process-Theory/Lectures/lec_20.tex -------------------------------------------------------------------------------- /STAT576-Empirical-Process-Theory/Lectures/lec_21.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/STAT576-Empirical-Process-Theory/Lectures/lec_21.tex -------------------------------------------------------------------------------- /STAT576-Empirical-Process-Theory/Lectures/lec_22.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/STAT576-Empirical-Process-Theory/Lectures/lec_22.tex -------------------------------------------------------------------------------- /STAT576-Empirical-Process-Theory/Lectures/lec_23.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/STAT576-Empirical-Process-Theory/Lectures/lec_23.tex -------------------------------------------------------------------------------- /STAT576-Empirical-Process-Theory/Lectures/lec_24.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/STAT576-Empirical-Process-Theory/Lectures/lec_24.tex -------------------------------------------------------------------------------- /STAT576-Empirical-Process-Theory/Lectures/lec_25.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/STAT576-Empirical-Process-Theory/Lectures/lec_25.tex -------------------------------------------------------------------------------- /STAT576-Empirical-Process-Theory/Lectures/lec_26.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/STAT576-Empirical-Process-Theory/Lectures/lec_26.tex -------------------------------------------------------------------------------- /STAT576-Empirical-Process-Theory/Lectures/lec_27.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/STAT576-Empirical-Process-Theory/Lectures/lec_27.tex -------------------------------------------------------------------------------- /STAT576-Empirical-Process-Theory/Lectures/lec_28.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/STAT576-Empirical-Process-Theory/Lectures/lec_28.tex -------------------------------------------------------------------------------- /STAT576-Empirical-Process-Theory/Lectures/lec_29.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/STAT576-Empirical-Process-Theory/Lectures/lec_29.tex -------------------------------------------------------------------------------- /STAT576-Empirical-Process-Theory/Lectures/lec_3.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/STAT576-Empirical-Process-Theory/Lectures/lec_3.tex -------------------------------------------------------------------------------- /STAT576-Empirical-Process-Theory/Lectures/lec_30.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/STAT576-Empirical-Process-Theory/Lectures/lec_30.tex -------------------------------------------------------------------------------- /STAT576-Empirical-Process-Theory/Lectures/lec_31.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/STAT576-Empirical-Process-Theory/Lectures/lec_31.tex -------------------------------------------------------------------------------- /STAT576-Empirical-Process-Theory/Lectures/lec_4.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/STAT576-Empirical-Process-Theory/Lectures/lec_4.tex -------------------------------------------------------------------------------- /STAT576-Empirical-Process-Theory/Lectures/lec_5.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/STAT576-Empirical-Process-Theory/Lectures/lec_5.tex -------------------------------------------------------------------------------- /STAT576-Empirical-Process-Theory/Lectures/lec_6.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/STAT576-Empirical-Process-Theory/Lectures/lec_6.tex -------------------------------------------------------------------------------- /STAT576-Empirical-Process-Theory/Lectures/lec_7.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/STAT576-Empirical-Process-Theory/Lectures/lec_7.tex -------------------------------------------------------------------------------- /STAT576-Empirical-Process-Theory/Lectures/lec_8.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/STAT576-Empirical-Process-Theory/Lectures/lec_8.tex -------------------------------------------------------------------------------- /STAT576-Empirical-Process-Theory/Lectures/lec_9.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/STAT576-Empirical-Process-Theory/Lectures/lec_9.tex -------------------------------------------------------------------------------- /STAT576-Empirical-Process-Theory/appendix.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/STAT576-Empirical-Process-Theory/appendix.tex -------------------------------------------------------------------------------- /STAT576-Empirical-Process-Theory/reference.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/STAT576-Empirical-Process-Theory/reference.bib -------------------------------------------------------------------------------- /preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sleepymalc/Notes/HEAD/preview.png --------------------------------------------------------------------------------