Unformatted Document Excerpt
Coursehero >>
California >>
UCLA >>
EE 103
Course Hero has millions of student submitted documents similar to the one
below including study guides, practice problems, reference materials, practice exams, textbook help and tutor support.
Course Hero has millions of student submitted documents similar to the one
below including study guides, practice problems, reference materials, practice exams, textbook help and tutor support.
Fall EE103 2007 Lecture Notes (SEJ) Section 8 SECTION 8: INTRODUCTION TO ORTHOGONAL POLYNOMIALS............. 122 Orthogonal Polynomials........................................................................................... 124 Trigonometric Polynomials...................................................................................... 125 Background: .......................................................................................................... 125 Trigonometric Interpolation ................................................................................ 127 Examples of Trigonometric Interpolation:......................................................... 129
EE103 Fall 2007 Lecture Notes (SEJ) Section 8 SECTION 8: INTRODUCTION TO ORTHOGONAL POLYNOMIALS Ex: Consider the following data for which we wish to compute a least-squares approximating polynomial.
[x y] 10.0000 10.2000 10.4000 10.6000 10.8000 11.0000
0 0.0040 0.0160 0.0360 0.0640 0.1000
The X matrix, for the approximating quadratic, is
X= 100.0000 104.0400 108.1600 112.3600 116.6400 121.0000 10.0000 10.2000 10.4000 10.6000 10.8000 11.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000
The condition number of X T X is given by MatLab to be cond(X'*X) = 1.5598e+010. Keep in mind that the "basis polynomials" that we've been using are, for a quadratic leastsquares approximating polynomial,
2 ( x) = x2 1 ( x ) = x 0 ( x) 1
However, suppose we choose other "basis polynomials"; e.g.,
2 ( x ) = ( x - 10.5) 2 - 0.1166667 1 ( x ) = x - 10.5 0 ( x) 1
Do not, at this point, be concerned with the derivation of these polynomials; however, as before, the X matrix becomes
122
EE103 Fall 2007 Lecture Notes (SEJ) Section 8
2 ( x1 ) 1 ( x1 ) ( x ) ( x ) 2 2 1 2 X = 2 ( x6 ) 1 ( x6 ) 1
1 1
and we wish to compute c2 , c1 , c0 so that P2 ( x ) = c2 2 ( x ) + c11 ( x ) + c0 0 ( x ) is the least-squares approximating polynomial. In this case, the X matrix is 0.1333 -0.0267 -0.1067 -0.1067 -0.0267 0.1333 -0.5000 -0.3000 -0.1000 0.1000 0.3000 0.5000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000
and the condition number is cond(X'*X) = 100.4464, a remarkable reduction. However, this is not all: The matrix X'X = 0.0597 0 0.0000 0 0.7000 0 0.0000 0 6.0000
a diagonal matrix! Therefore, the system of equations, X T Xc = X T y can be trivially solved. Of course, we need to see why this has occurred. The functions x m , x m -1 , , x, 1
comprise a set of "basis polynomials" for the vector space of m th degree polynomials. That is, any m th degree polynomial is a linear combination of these "basis polynomials"; e.g.,
am x m + am-1 x m -1 +
a1 x + a0
123
EE103 Fall 2007 Lecture Notes (SEJ) Section 8 Orthogonal Polynomials Suppose we can find, or construct, another set of "basis polynomials" for the vector space of m th degree polynomials; e.g.,
m ( x ), m -1 ( x ),
and, suppose further, that
, 1 ( x ), 0 ( x )
( x ) ( x ) = 0
k =1 i k j k
n
for all i , j with i j
Definition: When this latter condition holds, we say the "basis polynomials" are orthogonal. [Note: The definition depends upon the x values.]
HW: Show that the "basis polynomials" x 2 , x , 1 are not orthogonal with respect to the data of the above example; then show that the functions
2 ( x ) = ( x - 10.5) 2 - 0.1166667 1 ( x ) = x - 10.5 0 ( x) 1
are orthogonal. Recall the following about "orthogonal" vectors. The vectors { v1 , v 2 , orthogonal if for all i , j (i j ) v i v j = 0 Therefore, the matrix V TV is a diagonal matrix. To see this, consider the (i , j )th , i j , element of the matrix V TV . That element is the inner product of the i th row of V T with the j th column of V . But the i th row of V T is the i th column of V . But we've assumed orthogonality and, therefore, the (i , j )th , i j , element is zero. If the "basis functions" m ( x ), m -1 ( x ), data set ( xk , yk ), k = 1, , 1 ( x ), 0 ( x ) are orthogonal (with respect to the
T
, v k } are said to be
, n ) then the X T X matrix is a diagonal matrix, where
124
EE103 Fall 2007 Lecture Notes (SEJ) Section 8
m ( x1 ) m ( x2 ) X = m ( x3 ) ( x ) m n
m -1 ( x1 ) m-2 ( x1 ) 1 ( x1 ) 0 ( x1 ) m -1 ( x2 ) m-2 ( x2 ) 1 ( x2 ) 0 ( x2 ) m -1 ( x3 ) m -2 ( x3 ) 1 ( x3 ) 0 ( x3 ) m-1 ( xn ) m -2 ( xn )
( X T X )c = X T y 1 ( xn ) 0 ( x n )
and, hence, the solution for the coefficients, via,
is simply computed. To see this, note that the definition of "orthogonal basis functions" is
( x )
k =1 i k
n
j
( xk ) = 0 for all i , j with i j
and, further note, this is precisely the "inner product" of the i th and j th columns of X . There is a computational implementation of the Gram-Schmidt process for computing a set of orthogonal "basis polynomials", given the data ( xk , yk ), k = 1, However, we will not develop that method in these notes.
, n for the problem.
Rather, we introduce
approximation/interpolation based upon "trigonometric polynomials", indeed, orthogonal
trigonometric polynomials. This topic is at the heart of Fourier analysis and engineering
applications.
Trigonometric Polynomials
Perhaps the most important engineering applications of polynomial interpolation and approximation involve the use of trigonometric polynomials.
Background:
Let f be a function of period 2 ; i.e., f ( x + 2 ) = f ( x ) , x . Fourier's great insight is that virtually any such function can be expressed as
f ( x) =
a0 2
+ [a j cos( jx ) + bk sin( jx )]
j =0
(1)
Of course, cos( jx ), sin( jx ) , both have period 2 . If one is concerned with a function f of period T, then (1) can be rewritten as
125
EE103 Fall 2007 Lecture Notes (SEJ) Section 8
f ( x) =
a0 2
+ [a j cos( jw0 x ) + b j sin( jw0 x )]
j =0
(2)
where w0 = 2 / T , the so-called "fundamental frequency".
Ex: Show that cos( jw0 x ) and sin( jw0 x ) have periods equal to T .
The leading coefficient,
a0 2
, is generally included in various discussions merely to enable
closed-form solutions for the a j , b j coefficients. Those solutions are:
1 aj =
-
f ( x ) cos( jx )dx , j = 0,1, 2, j = 0,1, 2, (3)
bj =
1
f ( x)sin( jx)dx ,
-
These solutions are the consequence of the fact that the "trigonometric basis functions" are orthogonal, in the following sense:
cos( kx ) sin( rx )dx = 0
-
cos( kx ) cos( rx )dx = 0 , k r
-
sin( kx ) sin( rx )dx = 0 , k r
-
HW: Show that typical examples of the above are true; you may use Matlab's symbolic toolbox, if you wish. Note: One could also choose the interval of integration to be
[0, 2 ] , or
[0, T ] or [ - T , T ] when using the fundamental frequency w0 = 2 / T . 2 2
The solutions given in (3) can be derived, although a good deal of somewhat technical mathematics is involved (of course, deriving the values of the coefficients depends upon the creativity of Fourier: i.e., equation (1) ). The simplest derivation that is for a0 . Integrating both sides of equation (1) yields
-
a f ( x )dx = 0 + [a j cos( jx ) + b j sin( jx )] dx - 2 j =0
=
a0 2
-
dx + a j cos( jx )dx + b j sin( jx )dx
j =0 - j =0 -
126
EE103 Fall 2007 Lecture Notes (SEJ) Section 8 assuming the interchanges of integration and summation are valid. summations are equal to zero and, therefore, we have
a 0 = -1
-
The last two
f ( x )dx
Note: We'd have exactly the same result if the interval of integration is [0, 2 ] .
The usefulness of Equations (1) or (2) arises by utilizing a modification when given a finite sample for f (e.g., we've sampled the generally unknown function f , assumed to be of period T )
T xk = k N , k = 0,1, 2,
,N
f ( xk ) , f ( x0 ) = f ( xN ) on the interval [0, T ] . Equation (2) suggests we use a finite sum
f ( x ) Fm ( x )
a0 2
+ [a j cos( jw0 x ) + b j sin( jw0 x )]
j =0
m
(4)
where m should be chosen, relative to N , so that 2m + 1 N (note: b0 doesn't appear since sin(0) = 0 ; therefore m should be chosen so that N is large enough to provide enough information to determine the 2m + 1 coefficients a0 , a1 ,
Trigonometric Interpolation1
, am ; b1 , b2 ,
, bm ).
Rather than use (4), we "equivalently" use in its place, dropping the leading term a0 / 2 ,
f ( x ) Fm ( x )
[a
j =0
m
j
cos( jw0 x ) + b j sin( jw0 x )]
(5)
Assume f to be a T periodic function; we have "sampled" the function at N + 1 points, equally spaced on the interval [0, T ] , and we have the following data at hand:
( x0 , f 0 ), ( xN , f N ) , f N = f 0 ,N
xk = kT / N , k = 0, 1,
1
This discussion follows that of Charles Van Loan, Introduction to Scientific Computing.
127
EE103 Fall 2007 Lecture Notes (SEJ) Section 8 where, of course, f k = f ( xk ) . Assume that N is even and that m = N / 2 . We seek coefficients a0 , points ( x0 , f 0 ),
, am , b0 , , bm so that the function in (5), Fm ( x ) , interpolates the data , am , b0 , , bm so that
, ( x N , f N ) . That is, we seek coefficients a0 ,
f ( xk ) = Fm ( xk ) , k = 0, , N (6) As noted above, b0 does not actually appear in Fm ( x ) because sin( 0) = 0 . It's also the
case that bm does not appear because sin( jw0 x N ) = sin( jw0T ) = sin( 2 j ) = 0 . Also, the first and last equations of (6) are identical, due to periodicity of f , i.e., f n = f 0 . Therefore, we delete the last equation.
We now have an NxN system of linear equations to determine the coefficients of the
interpolating trigonometric polynomial:
f k = a0 + [a j cos( jw0 xk ) + b j sin( jw0 xk )] + am cos( mw0 xk ) , k = 0,
j =1 m -1
, N -1
(7)
and we see that we seek m + 1 " a " coefficients and m - 1 " b " coefficients. The a ' s are associated with the cosine function and the b ' s are associated with the sine function. Since w0 = 2 / T , m = N / 2 , and each xk = kT / N , we have that each jw0 xk = jk / m . Hence, (7) becomes
f k = a0 + [a j cos( jk / m ) + b j sin( jk / m )] + am cos( k ) , k = 0,
j =1 m -1
, N -1
(8)
128
EE103 Fall 2007 Lecture Notes (SEJ) Section 8 The following, as an example, is a resulting 6x6 matrix ( N = 6, m = 3 ):
1 1 1 1 1 1
1 1 1 1 1 1
cos 0 cos 3 cos 23 cos 33 cos 43 cos 53
1.0000 0.5000 -0.5000 -1.0000 -0.5000 0.5000
cos 0 cos 23 cos 43 cos 63 cos 83 cos 10 3
1.0000 -0.5000 -0.5000 1.0000 -0.5000 -0.5000
1 -1 1 -1 1 -1
1 -1 1 -1 1 -1
sin 0 sin 3 sin 23 sin 33 sin 43 sin 53
0 0.8660 0.8660 0.0000 -0.8660 -0.8660
sin 0 a0 sin 23 a1 sin 43 a2 = sin 63 a3 sin 83 b1 sin 10 b2 3
0 0.8660 -0.8660 -0.0000 0.8660 -0.8660
f0 f1 f2 f3 f4 f5
Examples of Trigonometric Interpolation:
Figure 1: function with a jump discontinuity at 1
129
EE103 Fall 2007 Lecture Notes (SEJ) Section 8
Figure 2: 12 point trigonometric polynomial interpolation
Figure 3: 24 point trigonometric polynomial interpolation
130
EE103 Fall 2007 Lecture Notes (SEJ) Section 8
Figure 4: 48 point trigonometric polynomial interpolation
Figure 5: Bell shaped function
131
EE103 Fall 2007 Lecture Notes (SEJ) Section 8
Figure 6: 8 point trigonometric polynomial interpolation
Figure 7: 16 point trigonometric polynomial interpolation
132
EE103 Fall 2007 Lecture Notes (SEJ) Section 8
The following MatLab function, due to Charles Van Loan, produces the solution for the interpolation equations (8): the coefficients, a j ' s for the cosine functions, and the b j ' s
for the sine functions, and, of course, the corresponding orthogonal matrix.
function [F,P] = CSInterp(f) % F = CSInterp(f): Adopted from Charles Van Loan % f is a column n vector and n = 2m. % F.a is a column m+1 vector and F.b is a column m-1 % vector so that if % tau = (0:n-1)'*pi/m, then % % f = F.a(1)*cos(0*tau) +...+ F.a(m+1)*cos(m*tau) + % F.b(1)*sin(tau) +...+ F.b(m-1)*sin((m-1)*tau) n = length(f); m = n/2; tau = (pi/m)*(0:n-1)'; P = []; for j=0:m, P = [P cos(j*tau)]; end for j=1:m-1, P = [P sin(j*tau)]; end y = P\f; %note: this code makes no use of P'P, diagonal. F = struct('a',y(1:m+1),'b',y(m+2:n)); %F.a are the weights on the cosines; F.b for the sines.
Chart 1: Matlab Function for the solution of the Trigonometric Interpolation Eqs
Of course, we're generally interested in evaluating the interpolating trigonometric polynomial at points other than x0 , x1 , interpolating polynomial.
, xN , and especially if we desire to plot the
The following is a succinct MatLab function, also due to Charles Van Loan, that produces the values of the trigonometric interpolating polynomial at each of the points in tvals (a selection of domain values chosen by the user); the other two inputs are (1) the output "structure" F from CSInterp.m, and (2) the period T.
133
EE103 Fall 2007 Lecture Notes (SEJ) Section 8
function Fvals = CSeval(F,T,tvals) % Due to Charles Van Loan % F.a is a length m+1 column vector, F.b is a length m-1 column vector, % T is a positive scalar, and tvals is a column vector. % If % F(t) = F.a(1) + F.a(2)*cos((2*pi/T)*t) +...+ F.a(m+1)*cos((2*m*pi/T)*t) + % F.b(1)*sin((2*pi/T)*t) +...+ F.b(m-1)*sin((2*m*pi/T)*t) % % then Fvals = F(tvals). Fvals = zeros(length(tvals),1); tau = (2*pi/T)*tvals; for j=0:length(F.a)-1, Fvals = Fvals + F.a(j+1)*cos(j*tau); end for j=1:length(F.b), Fvals = Fvals + F.b(j)*sin(j*tau); end
Chart 2: Matlab Function for Evaluating the Trigonometric Interpolation Polynomial at a selection of domain values, tvals.
%clear all;clc; n=16; x=linspace(-1,1,n+1)'; f=1./(1+25*x.^2); [F,P]=CSinterp(f(1:n)); xd=linspace(0,2,100)'; Fvals=CSeval(F,2,xd); plot(xd-1,Fvals,'r',x(1:n),f(1:n),'bd'); hold on; f1=inline('1./(1+25*x.^2)'); fplot(f1,[-1,1]); hold on; label=strcat({'familiar (?) function 16 sample points ,'},{' f=1./(1+25*x.^2) '}); title(label);grid on; hold off;
Chart 3 (Tutorial): Matlab Script for Solving for a,b coefficients, and Plotting the sampled points, the actual sampled function, and the Trig Interpolating Polynomial (note selection of xd and xd-1 (why?))
134
Find millions of documents on Course Hero - Study Guides, Lecture Notes, Reference Materials, Practice Exams and more.
Course Hero has millions of course specific materials providing students with the best way to expand
their education.
Below is a small sample set of documents:
UCLA - EE - 103
EE103 Fall 2007 Lecture Notes (SEJ) Section 9 SECTION 9: INTRODUCTION TO OPTIMIZATION: THE GAUSS-NEWTON METHOD . 135 Philosophy of Unconstrained Nonlinear Optimization . 135 Newton Method for Optimization . 137 Newton's Method Applied to Nonlinear Least-s
UCLA - EE - 103
EE 103 Lecture Notes, Fall 2007 (SEJ) Section 11SECTION 11: INTRODUCTION TO LINEAR OPTIMIZATION . 160 TANGLETOWN (AN INTEGER LINEAR PROGRAM) . 161 DESK PROBLEM: . 163 AN INTRODUCTION TO THE GEOMETRY OF LINEAR PROGRAMMING: . 171 ORIGINAL DATA AND A BASIS
UCLA - EE - 103
EE 103 Lecture Notes, Fall 2007 (SEJ) AppendixAPPENDIX: REVIEW OF FUNCTIONS OF SEVERAL VARIABLES This appendix reviews the definitions of various concepts of the calculus of functions of several variables. The student may find this section particularly u
UCLA - EE - 103
School of Engineering and Applied Science University of California, Los AngelesElectrical Engineering 103 Applied Numerical ComputingAn Introduction to Numerical Analysis and Computing for Engineers and Computer ScientistsLecture Notes byStephen E. Ja
USC - MATH - MATH 552
Complex AnalysisSpring 2001Homework VII Due Friday June 81. Conway, chapter 5, section 1, problem 1 b,d. 2. Conway, Chapter 5, section 2, problem 2 d,g. 3. Conway, chapter 5, section 2, problem 6. 4. Conway, chapter 5, section 2, problem 13. 5. Compute
USC - MATH - MATH 552
Complex AnalysisSpring 2001Homework VI Due Friday June 11. Conway, chapter 5, section 1, problem 1 b,h,i,j. Determine the nature of the isolated singularity at z = 0 of the following functions. If the function has a pole, find the singular part, for an
USC - MATH - MATH 552
Complex AnalysisSpring 2001Homework VI Due Friday June 11. Conway, chapter 5, section 1, problem 1 b,h,i,j. 2. Conway, chapter 5, section 1, problem 4. 3. Conway, chapter 5, section 1, problem 13. 4. Prove that if f is entire with |f (z)| K + m log(1 +
USC - MATH - MATH 552
Complex AnalysisSpring 2001Homework V Solutions1. Conway, chapter 4, section 5, problem 7. Let (t) = 1 + eit for 0 t 2. Find ( z )n dz for all positive integers n. z-12i By Corollary 5.8, this is (n-1)! times the n - 1rst derivative of f (z) = z n eva
USC - MATH - MATH 552
Complex AnalysisSpring 2001Homework V Due Friday May 261. Conway, chapter 4, section 5, problem 7. 2. Conway, chapter 4, section 5, problem 9. 3. Conway, chapter 4, section 6, problem 6. 4. Conway, chapter 4, section 6, problem 10. 5. Show that an anal
USC - MATH - MATH 552
Complex AnalysisSpring 2001Homework IV Solutions1. Conway, chapter 4, section 2, problem 10. z2 + 1 Evaluate dz where (t) = reit for t [0, 2] for all possible values of r, z(z 2 + 4) 0 < r < 2 and 2 < r < . Use partial fractions to write 11 3 1 3 1 z2
USC - MATH - MATH 552
Complex AnalysisSpring 2001Homework IV Due Friday May 111. Conway, chapter 4, section 2, problem 10.Before working on the next problem, be sure to review Prop. 1.6 in Chapter 3. 2. Conway, chapter 4, section 2, problem 13. 3. Conway, chapter 4, sectio
USC - MATH - MATH 552
Complex AnalysisSpring 2001Homework III Solutions1. Conway, chapter 3, section 3, problem 8 If T z =az + b show that T (R ) = R if cz + d and only if a, b, c, d can be chosen to be real numbers. It is clear that if a, b, c, d are real, then T maps the
USC - MATH - MATH 552
Complex AnalysisSpring 2001Homework III Due Friday May 41. Conway, chapter 3, section 3, problem 8 2. Conway, chapter 3, section 3, problem 9. 3. Conway, chapter 4, section 1, problem 13. 4. Conway, chapter 4, section 1, problem 19. 5. Conway, chapter
USC - MATH - MATH 552
Complex AnalysisSpring 2001Homework II Solutions1. With defined to be the least positive zero of cos t, we established in class Wednesday 2 that t eit was onto the first quadrant of the unit circle in C. Use proven properties of the complex exponential
USC - MATH - MATH 552
Complex AnalysisSpring 2001Homework II Due Friday April 201. With defined to be the least positive zero of cos t, we established in class Wednesday 2 that t eit was onto the first quadrant of the unit circle in C. Use proven properties of the complex e
USC - MATH - MATH 552
Complex AnalysisSpring 2001Homework I Solution1. Conway, Chapter 1, section 3, problem 3. Describe the set of points satisfying the equation |z - a| - |z + a| = 2c, where c > 0 and a R. To begin, we see from the triangle inequality that 2|a| = | - 2a|
USC - MATH - MATH 552
Complex AnalysisSpring 2001Homework I Due Friday April 131. Conway, Chapter 1, section 3, problem 3. 2. The equation az + b + c = 0 can have solution set consisting of a single point, or a z line in the complex plane. (a) Find necessary and sufficient
Stony Brook University - ANT - 102
"Family and Kinship in Village India" Reminders Midterm Thurs. Oct 27 Review Thurs. Oct 22, 5th floor 6 pm -check blackboard email address Today Kinship (cont.) -Trobrianders are a matrilineal society -Near Papa New Guinea, Kiriwina, the largest island -W
Stony Brook University - ANT - 102
Assignment "Family Relationship in Village India" Today About the midterm -Up until the beginning of the course until now -50 Multiple choice questions -2/3 will be classroom material -1/3 from the readings (more questions will be on the second quiz) 1 ho
UC Davis - SOC - 155
Law 101409 The Law & Society MovementFrom "ought" to "is" Normative questions about lawEmpirical questions about law. Legal realism, critical legal studies and then Law & Society movement Two Methodologies Multivariate (study of law & society) hard sci
UCSB - MCDB - 151
Which cell have resting potentials? All cellsIonic Basis of Resting Potential & Action Potential10/2/09 All cells have similar ion concentration gradients All cells contain K+ (& Cl-) leak channels and have a negative resting potential Most cells (e.g
UCSB - MCDB - 151
NeuralSim Program:This week ONLY Oct 7 & 9: Discussion Section will meet in the Life Sciences Computer Facility 1805 or 1806 Psych East Wed morning section meets at 8:309:30; all others at normal time. LSCF stickers are available from your TAs to use LSC
UCSB - MCDB - 151
Available online at www.sciencedirect.comOme sweet ome: what can the genome tell us about the connectome?Jeff W Lichtman and Joshua R SanesSome neuroscientists argue that detailed maps of synaptic connectivity wiring diagrams will be needed if we are t
UCSB - MCDB - 151
MCDB 151/251 - HOMEWORK #1 Due Wednesday 10/14/09 in LectureName_ Section_NeuralSimAPSIM is an action potential simulation program that reproduces the active and passive electrical properties of the squid giant axon membrane. It uses the Hodgkin-Huxley
UCSB - MCDB - 151
Electrical Signaling: How Ionic Movements Produce Electrical SignalsCarol Vandenbergvandenbe@lifesci.ucsb.edu 893-8505 Office hours: Mon 12:00-1:00 or by appointment Bio 2, Room 5175Class website: http:/gauchospace.ucsb.edu Lecture Powerpoints are in
UCSB - MCDB - 151
MCDB 151/251 - HOMEWORK #2 Due Friday 10/16/09 in Lecture 1) A cell containing only Na+ channels and K+ channels has the following intracellular and extracellular ionic composition:Name_ Section_ Ion: K+ Na+ ClExtracellular Concentration: 10 mM 130 mM 15
UCSB - MCDB - 151
MCDB 151/251 - HOMEWORK #2 Due Friday 10/16/09 in LectureName_ Section_ Ion: K+ Na+ ClExtracellular Concentration: 10 mM 130 mM 150 mM Intracellular Concentration: 120 mM 20 mM 120 mM1) A cell containing only Na+ channels and K+ channels has the followi
UCSB - CS - 138
CMPSC 138: Fall 2009 Assignment 3 Date Assigned: October 15, 2009 Date Due: October 26, 2009 (in the CS 138 homework box by 4:30 pm) 1. Problems 16 (a) and 17(b) from Section 3.1 of the text. 2. Problem 1, 9, 10 (a) from Section 3.2 of the text. 3. Proble
UCSB - CS - 138
CMPSC 138: Fall 2009 Assignment 2 Date Assigned: October 8, 2009 Date Due: October 16, 2009 by 4:30 PM (in the CS 138 homework box) 1. Problems 10(a), 12, 13, 14 of Section 2.2, page 55 of text. 2. Problems 3, 9, 15 of Section 2.3, pages 62-63 of text.1
UCSB - CS - 138
CMPSC 138: Fall 2009 Assignment 1 Date Assigned: September 30, 2009 Date Due: October 9, 2009 by 4:30 PM (in the CS 138 homework box) 1. Show that (1 + . + n)2 = 13 + . + n3 for all n 1. 2. Show that the number of subsets of a set of n elements is 2n for
UCSB - MCDB - 101B
MCDB 101B Final exam 4:00-7:00 PM Friday Sept 1 Comprehensive but weighted to last 3rd of course (~50%) ~11-12 questions Bring multiple colors (except red) and simple calculator Please participate in the class photo at 3:45 PM outside LSB 1001CoE In14
UCSB - MCDB - 101B
MCDB 101B Study Guide Summer 2009Basic Mendelian Genetics Law of Segregation Monohybrid cross Law of Independent Assortment Dihybrid cross Product and Sum Rules of Probabilities Dominant vs. Recessive Alleles Pedigree Analysis application of mendelian ru
UCSB - MCDB - 101B
321Chpt 14 (pg. 489-508) - Chromosomal Mutations Rearrangements changes in the order and/or location of genes on a chromosome Deletion Duplication Inversion TranslocationCoE InTable 14.1322CoE In132314.1Comparing Mouse and Human Genomes170 c
UCSB - MCDB - 101B
283The Direct Detection of Genotype Distinguishes Individual Genomes (Chpt. 11) Four classes of DNA variation for direct detection of genotype Protocols used to determination of allelic DNA polymorphisms. Positional cloning Linkage mapping LOD scores
UCSB - MCDB - 101B
233Molecular Tools for Genome Analysis (Chapter 9)Review material from 101ARestriction enzymes to cut DNA Gels to separate DNA/RNA by size Probes and hybridization to specifically detect complementary sequences Southern blots PCR to amplify miniscule a
UCSB - MCDB - 101B
CoE InCoE In1CoE InIn corn, Zea mays, mutant genes for anther ear (an) and fine stripe (f) are carried at linked loci separated by approximately 20 map units. These mutant genes are recessive to their counterpart alleles, an+ and f+, which control
UCSB - MCDB - 101B
CoE InCoE In1CoE InCoE In2Spring 2009CoE InSpring 2009CoE In3Spring 2009CoE In3-33CoE In4Co101 E InCo102 E In5
UCSB - MCDB - 101B
MCDB 101B Midterm 1 Study Guide Chapter 2 Primary Concepts Gene Alleles Homozygous Heterozygous Genotype Phenotype Dominant Recessive P, F1, & F2 generations test cross True-breeding Law of Segregation Law of Independent Assortment Monohybrid 3:1, 1:1, 1:
UCSB - MCDB - 101B
MCDB 101B Study Guide for Midterm 2 Summer 2009 Chromosome Structure (Chapter 13) Euchromatin and heterochromatin Nucleosomes Histones H2A,H2B, H3, H4, H1 H1 special histone not part of core. Higher packing levels of chromatin packaging 30 nm solenoid, ra
UCSB - MCDB - 101B
188Mechanism of Recombination (Chpt. 6 pg 191-200)movieCoE InAnalysis of Meiotic Products in Fungi suggests a mechanism for Recombination and Gene Conversion Fungi have ascospore which contains all the haploid products of a single meiosis. Dissection
UCSB - MCDB - 101B
157Linkage, Recombination, and the Mapping of Genes on Chromosomes (chpt 5) Linkage and meiotic recombination Genes linked together on the same chromosome usually assort together Linked genes may become separated through recombination Mapping The freq
UCSB - MCDB - 101B
133Chromosomes (Chpt. 13) Chromatin DNA, histone proteins, nonhistone proteins Single DNA strand per chromatid Histones 5 basic proteins Nonhistones heterogeneous collection of 1000s of different proteins Nucleosome fundamental unit of chromosomal pac
UCSB - MCDB - 101B
94Chromosome Theory of Inheritance (Chpt 4) Chromosomes contain genetic material Mitosis ensures each cell carries the same chromosomes Meiosis produces haploid germ cells Genetic determination of Sex Inheritance of Sex-linked traitCoE InOpener95
UCSB - MCDB - 101B
52Chapter 3 - Extensions to Mendelian Genetics Beyond simple dominant and recessive interactions Multiple Alleles Gene Interaction Multiple genes determining one phenotypeCoE In533.2Dominance is not always completeCoE In1543.3CoE In553.4a
UCSB - MCDB - 101B
MCDB 101B Molecular Genetics II: Eukaryotes Instructor: Rolf E. Christoffersen Office: Bio II, rm 3125 Office Hours: TR 11:00-12:00 or by appointment. e-mail: christof@lifesci.ucsb.edu Phone:805-893-35991Teaching Assistant: Giang Gong Office Hours: W
UCSB - MCDB - 101A
MCDB 101A Summer 2008 Exam 3 7/31/08 (100 points total)Name_Key_ Perm #_Circle the best answer for each of the multiple choice questions (3 points each) 1. Which of the following processes requires RecA? a. Formation of a cointegrant during replicative
UCSB - MCDB - 101A
MCDB 101A Summer 2008 Exam 3 7/31/08 (100 points total)Name _ Perm #_Circle the best answer for each of the multiple choice questions (3 points each) 1. Which of the following processes requires RecA? a. Formation of a cointegrant during replicative tra
UCSB - MCDB - 101A
MCDB 101A Summer 2008 Exam 2 7/21/08 (100 points total)Name_Key_ Perm #_Circle the best answer for each of the multiple choice questions (3 points each) 1. Which of the following evidence supports the Holliday model? a. Mismatches that are generated as
UCSB - MCDB - 101A
MCDB 101A Summer 2008 Exam 2 7/21/08 (100 points total)Name_ Perm #_Circle the best answer for each of the multiple choice questions (3 points each) 1. Which of the following evidence supports the Holliday model? a. Mismatches that are generated as a co
UCSB - MCDB - 101A
MCDB 101A M2008 Exam 1 Name_Key_ 7/7/08 (100 points total) Perm #_ Multiple Choice: Circle the letter corresponding to the best answer (3 points for each correct answer) 1. A mutant organism that requires the amino acid tryptophan in order to grow is know
UCSB - MCDB - 101A
MCDB 101A M2008 Exam 1 Name_ 7/7/08 (100 points total) Perm #_ Multiple Choice: Circle the letter corresponding to the best answer (3 points for each correct answer) 1. A mutant organism that requires the amino acid tryptophan in order to grow is known as
UCSB - MCDB - 101A
MCDB 101A Summer 2009 2nd Midterm 7/20/09 (100 points total)Name_Key_ Perm #_Multiple Choice: Circle the letter corresponding to the best answer (3 points for each correct answer) 1. Which is true of RecA protein? No answer was correct: 3 free points! a
UCSB - MCDB - 101A
MCDB 101A S09 Midterm 1 7/6/09 (100 points total)Name_Key_ Perm #_Multiple Choice: Circle the letter corresponding to the best answer (3 points for each correct answer) 1. If a DNA molecule consists of 20% A, 30% T and 20% G, which of the following is c
UCSB - MCDB - 101A
MCDB 101A Final Exam July 31, 2009 200 points totalName_KEY_ Perm#_Choose the best answer to each of the following multiple choice questions (3 points each) 1. The Chi sequence is GCTGGTGG. What is the probability of finding this exact series of nucleot
UCSB - MCDB - 101A
Transcriptional Regulation Regulation of Gene ExpressionTranscriptional inhibition/enhancement mRNA degradation/stabilization Translational inhibition/enhancement Protein degradation/stabilization Inhibition/stimulation of protein function12Lactose
UCSB - MCDB - 101A
mRNATranscription and Translation Colinear with gene sequence Codes for one or more proteins One DNA strand serves as coding strand for a given mRNA (has same sequence as mRNA) Other strand is template strand (has a sequence complementary to that of the
UCSB - MCDB - 101A
DNA Replication"It has not escaped our notice that the specific pairing we have postulated immediately suggests a possible copying mechanism for the genetic material"-Watson and Crick1DNA Replication ModelsFig 3.12Meselson and Stahl Experiment Gro
UCSB - MCDB - 101A
DNA: The Genetic MaterialGriffith and Bacterial Transformation Streptococcus pneumoniae polysaccharide capsule = virulence factor S-strain (encapsulated)-lethal to mice R-strain-nonpathogenic12The Griffith Mixed Culture ExperimentNature of the Trans
UCSB - MCDB - 101A
Clicker QuizzesMolecular Genetics of ProkaryotesIntroduction12Prokaryotes vs. Eukaryotes What is Genetics? Griffiths ".the study of genes" Snyder "The manipulation of DNA to study cellular and organismal functions" Russell "[a study of]. the biologi
American College of Gastroenterology - BUS - 500
Cash Outflow Working Cap. Oper. Exp. Overhaul Cost Savings Salvage Value Cash Flows Discount 10% PV Amount Sum of PV NPVBeg. End Yr. 1 Yr. 1 (300,000) (30,000) (60,000) 135,000 (330,000) 1 (330,000) 374322 $44,322 75,000 0.91 68175End Yr. 2End Yr. 3En