www.pitab.com

Tech in Math     Number Theory      
Math 311 E-mail:    sson@uccs.edu,     Syllabus  ,    Lecture Video/Notes Archive Link
 
============================== 
  Matlab .m files:  
==================================================================
  Binomial coefficient:    How to use?   binom(10,4)
 
  Divisors of n:               divisors(240)
 
  The number of divisors:        tau(240)
 
  The sum of divisors^s:   If s=3, then        sigma(3, 240).
 
  Diophantine Eq.:  ax+by=c Solver:       dio(71, 83,1)    to solve 71x+83y=1.
 
  Binary Exponentiation Algorithm:  a^e (mod p):      powermod(17, 29, 91) to find   17^29 (mod 91).
 
  Modular inverse:      ax=1 (mod p):    invmod(65, 91) to find    65^(-1) (mod 91).
 
  Chinese remainder  x=a1 (mod p1), ...   :      crem([a1,p1;      a2, p2;    a3, p3]).
                                                   e.g.          crem([19,21;    38, 580;     82, 932]) 
 
  Euler phi function:    phi(n):              phi(24) to find the value of phi at 24.
 
==============================
  Info Link:
 
 
  RFID        (Explanation)
 
 
 
  Numbers    in     EAN
 
  RSA-640 
 
==============================
 
-- INFORMATION SHEET ---
You are enrolled in a course for which the lectures are being videotaped, archived and posted on the web. The primary intent of the archiving is to allow students access to the full lectures as a supplemental material, such as an aid in reviewing and digesting the material taught, at your own pace. Every attempt is made to minimize the ‘presence’ of the recorder in the classroom. During lectures, the camera will focus on the instructor and the board, in order to preserve the privacy of the students. Therefore, your class presence and interaction with the instructor should manifest as in any other course.

Please visit http://www.uccs.edu/math/video and follow your course link for access to the archive and for instructions on how to use it. First time you visit the archive course, you will need to register (free). A valid email has to be provided at registration. You are encouraged to make use this archiving feature throughout the semester. Whether you use this feature or not will NOT affect in any way the evaluation of your progress in the class.

At some point in the semester, all enrolled students will be invited via email to participate in a web survey. Your participation in this survey is, again, completely optional.

Should you have any questions or concerns regarding the archiving, please contact your instructor.
 
-------- Exams ------------
I will let you know what sections will be covered a week before.
 
 

*When we save paper, we reduce the need to

 cut down trees to make new paper.