Lecture 1 quiz
Please write your name and NetID on a sheet of paper and answer the following questions (will not be graded):
-
Why are you taking the class?
-
What is the Taylor series for 1/(1+x)?
-
What is ∂r−2/∂x for r2=x2+y2?
-
What is the solution to this linear system?
[1203][xy]=[33] -
Which matrix is positive definite?
A=[1111],B=[−122−1],C=[2−1−12] -
What is the complexity (using order notation) of the following?
for i = 1:n for j = i:n v(i) = v(i) + A(i,j)*x(j)
-
Express in words what the previous code does