csc-665-homework/main.tex
2024-02-06 22:57:17 -08:00

59 lines
2.5 KiB
TeX
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

\documentclass[titlepage]{article}
\usepackage{graphicx} % Required for inserting images
\setcounter{section}{-1}
\begin{document}
\include{titlePage}
\section*{Introduction}
This document contains the work I, Uzair Hamed Mohammed, have done as required by this course. This is my first time using \LaTeX \ to format homework, so strange formatting may occur.\\[0.1in]
The current plan is to append homework assignments to this document as they are assigned. At the end of the semester, the resultant document should be a nice and comprehensive compilation of assignments.\\[0.1in]
My current workflow is as follows:
\begin{enumerate}
\item Read the homework instructions and try to understand the assignment.
\item Conduct research or referencing to relevant material if needed.
\item Work by hand, on my tablet, in the Samsung Notes app.
\item Beautify my work by transcribing it here using LaTeX.
\end{enumerate}
When it's time to submit an assignment, I will export this document as a PDF file and turn in just the relevant pages. Please let me know what you think of this format!
\newpage
\section{Homework 0}
\textit{By turning in this assignment, I agree to abide by SFSUs academic integrity code and declare that all of my solutions are my own work: }
\subsection{About You}
\begin{enumerate}
\item[a.] My pronouns are he/him.
\item[b.] I've taken a lot of math and computer science courses. I'm not sure if I can list them, as I took most of them at the College of San Mateo and their course numbers are different. However, off the top of my head, I've taken:
\begin{itemize}
\item Calculus 1
\item Calculus 2
\item Calculus 3
\item Discrete Mathematics
\item Linear Algebra
\item Analysis of Algorithms
\item Data Structures
\end{itemize}
This list consists of the courses I think are relevant to this class; I've taken other CS courses, of course.
\item Yes, I am okay with being called on. I won't always know the answer, and I might embarrass myself sometimes, but that's alright because I believe it will force me to pay more attention and learn better, and as a result be more prepared for assignments and exams.
\end{enumerate}
\subsection{Optimization}
\begin{itemize}
\item [a.] Let a, b, and c be positive real numbers. Consider the quadratic function
$$
f(\theta) = a{\theta}^2 + b\theta + c
$$
Note that $\theta$ here is a real number. What value of $\theta$ minimizes $f(\theta)$?
Solution:
\end{itemize}
\end{document}